-
Notifications
You must be signed in to change notification settings - Fork 48
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
Please help! #33
Comments
Please specify the commit ID @randompaga .
|
Yea,it's worked. But another erro occured. Please help! |
How do you install diffusers? You should run following command to install it, instead of
Surely, diffusers recently has supported this officially, you can refer to their codebase if you need the newest version of diffusers, I will also update this tutorial soon. Anyway, if you just want to convert, this still works. |
Very thanks!I can generate image.But result seems get some wrong. Prompt:1girl I used the file https://huggingface.co/toyxyz/Control_any3/resolve/main/control_any3_openpose.pth which convert to diffusers. root@VM-0-7-ubuntu:/home/ubuntu/diffusers# python ./scripts/convert_controlnet_to_diffusers.py --checkpoint_path /home/ubuntu/ControlNet/models/control_any3_openpose.pth --dump_path control_any3_openpose --device cpu root@VM-0-7-ubuntu:/home/ubuntu/diffusers# python test2.py Thanks for your help. |
@randompaga How do you infer? Can you attach your code? |
python ./scripts/convert_controlnet_to_diffusers.py --checkpoint_path control_any3_openpose.pth --dump_path control_any3_openpose --device cpu
Did not find file convert_controlnet_to_diffusers.py
The text was updated successfully, but these errors were encountered: