Model reference · open weights
Hotshot-XL is an open-weight video model from hotshotco. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | hotshotco |
|---|---|
| Type | Video models |
| Task | Text→video |
| Parameters (lead) | 2.8B |
| Runs with | diffusers |
| Released | 2023-10-03 |
| Popularity | 5k downloads / month |
| Licence | Open weights |
About
Hotshot-XL is an AI text-to-GIF model trained to work alongside Stable Diffusion XL.
Hotshot-XL can generate GIFs with any fine-tuned SDXL model. This means two things:
Hotshot-XL is compatible with SDXL ControlNet to make GIFs in the composition/layout you’d like. See here for more info.
Hotshot-XL was trained to generate 1 second GIFs at 8 FPS.
Hotshot-XL was trained on various aspect ratios. For best results with the base Hotshot-XL model, we recommend using it with an SDXL model that has been fine-tuned with 512x512 images. You can find an SDXL model we fine-tuned for 512x512 resolutions here.
Source code is available at https://github.com/hotshotco/Hotshot-XL.
While the capabilities of video generation models are impressive, they can also reinforce or exacerbate social biases.
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys hotshot-xl for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (hotshot-xl below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/videos/generations \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"hotshot-xl","prompt":"a drone shot over a forest"}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.