We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Firstly great work with adding SD3 support on diffusers!
I was trying to run the SD3 controlnet inpainting script : https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/controlnet_sd3/pipeline_stable_diffusion_3_controlnet_inpainting.py and realized that its doesn't have the concept of an init_image like https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/controlnet/pipeline_controlnet_inpaint.py.
I want to inpaint part of an image using a canny edge image (as my control). How would I do this in SD3?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Firstly great work with adding SD3 support on diffusers!
I was trying to run the SD3 controlnet inpainting script : https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/controlnet_sd3/pipeline_stable_diffusion_3_controlnet_inpainting.py and realized that its doesn't have the concept of an init_image like https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/controlnet/pipeline_controlnet_inpaint.py.
I want to inpaint part of an image using a canny edge image (as my control). How would I do this in SD3?
Thanks in advance!
The text was updated successfully, but these errors were encountered: