EditAnything icon indicating copy to clipboard operation
EditAnything copied to clipboard

Add documentations for controlnet_conditioning_scale_map, alignment_ratio and alpha_weight

Open DJBen opened this issue 1 year ago • 1 comments

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

  • controlnet_conditioning_scale_map
  • alignment_ratio
  • alpha_weight

DJBen avatar Jun 03 '23 08:06 DJBen

  • 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.

ikuinen avatar Jun 07 '23 08:06 ikuinen