Switching to ControlField for output from controlnet nodes.

This commit is contained in:
user1
2023-05-04 14:21:11 -07:00
committed by Kent Keirsey
parent 78cd106c23
commit 5e4c0217c7
3 changed files with 75 additions and 22 deletions

View File

@ -993,6 +993,7 @@ class StableDiffusionGeneratorPipeline(StableDiffusionPipeline):
def prepare_control_image(
self,
image,
# FIXME: need to fix hardwiring of width and height, change to basing on latents dimensions?
width=512,
height=512,
batch_size=1,