StableDiffusionControlNetPipeline.controlnet.parameters() are not getting updated during training. #8525
-
In ControlNet architecture, the trainable copy of UNet from StableDiffusion (The right side network in the figure from ControlNet paper) can be accessed through StableDiffusionControlNetPipeline.controlnet right ? Or is it the StableDiffusionControlNetPipeline.unet ? Also what is the most efficient way to get the capture the output latents for ControlNet that hold the condition image representations ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Exactly which code are you using for training? These ones? Right, the trainable part is |
Beta Was this translation helpful? Give feedback.
Exactly which code are you using for training? These ones? Right, the trainable part is
controlnet
notunet
.