How to run with diffusers?
#2
by
imwide
- opened
I tried running with diffusers but there is no pipeline for HotshotXL so it doesnt work... this is my code so far:
from diffusers import DiffusionPipeline
pipeline_gifs = DiffusionPipeline.from_pretrained("hotshotco/Hotshot-XL", torch_dtype=torch.float16)
pipeline_gifs.to("cuda")
Sadly it doesnt load and says "diffusers has no attribute "HotshotXLPipeline"
Hello!
the pipeline is in the Hotshot-XL repo - https://github.com/hotshotco/Hotshot-XL/tree/main/hotshot_xl/pipelines
To integrate it - there's a full working example here which you can cherry pick from: https://github.com/hotshotco/Hotshot-XL/blob/main/inference.py
aakashs
changed discussion status to
closed