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

Add documentations for controlnet_conditioning_scale_map, alignment_ratio and alpha_weight #34

Open
DJBen opened this issue Jun 3, 2023 · 1 comment

Comments

@DJBen
Copy link

DJBen commented Jun 3, 2023

In utils/stable_diffusion_controlnet_inpaint.py, StableDiffusionControlNetInpaintMixingPipeline, three newly added params are not documented.

  • controlnet_conditioning_scale_map
  • alignment_ratio
  • alpha_weight
@ikuinen
Copy link
Collaborator

ikuinen commented Jun 7, 2023

  • controlnet_conditioning_scale_map is a 2D tensor map for pixel-wise control_scale.
  • alpha_weight is the mixing strength with original image during denoising.
  • alignment_ratio is the control the number of steps to fill the original image during inpainting.

Will be added. Thanks for your notice.

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

2 participants