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

How to specify args.control_ckpt and where to download the ckpt #8

Open
silence-tang opened this issue Jul 5, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@silence-tang
Copy link

Hi, may I ask how to specify args.control_ckpt and where to download the ckpt?

@VamosC
Copy link
Owner

VamosC commented Oct 31, 2024

You can download the checkpoint from https://huggingface.co/lllyasviel/ControlNet-v1-1/resolve/main/control_v11p_sd15_openpose.pth and put it in the ckpts. Then args.control_ckpt will be ckpts/control_v11p_sd15_openpose.pth. Note that you should also specify args.controlnet_strength > 0.
Please refer to the updated README.md for more details and examples.

@VamosC VamosC added the enhancement New feature or request label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants