HVision-NKU / StoryDiffusion

Accepted as [NeurIPS 2024] Spotlight Presentation Paper
Apache License 2.0
5.84k stars 581 forks source link

Loading pipeline components problem #121

Open osamaismail opened 4 months ago

osamaismail commented 4 months ago

I try to use it locally on ubuntu OS, I got this error:

OSError: Error no file named diffusion_pytorch_model.bin found in directory /root/.cache/huggingface/hub/models--SG161222--RealVisXL_V4.0/snapshots/49740684ab2d8f4f5dcf6c644df2b33388a8ba85/unet.

yliyli commented 4 months ago

Got the same issue, it seems like the corresponding repo on hugging face doesn't have all the necessary files. Try sd_model_path = models_dict["Juggernaut"] #"SG161222/RealVisXL_V4.0" in load pipeline instead of the original realvision. I just don't know if this would lead to worse results later as I'm still trying to run it. Also issue of #3 has stuff on this too.