Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: stable-diffusion-v1-5/stable-diffusion-v1-5/unet/config.json does not exist #3

Open
nannoda opened this issue Mar 10, 2025 · 5 comments

Comments

@nannoda
Copy link

nannoda commented Mar 10, 2025

Hi, I tried to run the model and I got:

RuntimeError: stable-diffusion-v1-5/stable-diffusion-v1-5/unet/config.json does not exist

When I run:

python content_ddim_inv.py --content_path ./example/content/libby \
                            --output_dir ./output

Where can I find the config.json?

@QuanjianSong
Copy link
Owner

QuanjianSong commented Mar 11, 2025

Image You can download the models from huggingface, and the link is: https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5

@Hrx-39
Copy link

Hrx-39 commented Mar 14, 2025

Do you solve this RuntimeError: stable-diffusion-v1-5/stable-diffusion-v1-5/unet/config.json does not exist proplem
Can you tell me how to put files stable-difusion-v1-5H?
which one I should to download?

@Hrx-39
Copy link

Hrx-39 commented Mar 14, 2025

Image
wen I run this
File "/root/autodl-tmp/UniVST-main/content_ddim_inv.py", line 162, in
main(**args_dict)
File "/root/autodl-tmp/UniVST-main/content_ddim_inv.py", line 79, in main
unet = UNetPseudo3DConditionModel.from_2d_model(os.path.join(pretrained_model_path, "unet"), model_config=model_config)
File "/root/autodl-tmp/UniVST-main/video_diffusion/models/unet_3d_condition.py", line 447, in from_2d_model
raise RuntimeError(f"{config_path} does not exist")
RuntimeError: stable-diffusion-v1-5/stable-diffusion-v1-5/unet/config.json does not exist

@Hrx-39
Copy link

Hrx-39 commented Mar 14, 2025

Image

@nannoda
Copy link
Author

nannoda commented Mar 14, 2025

No... I didn't solve it. It seems to be some HuggingFace related issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants