mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 19:21:21 +00:00
i
This commit is contained in:
@@ -143,7 +143,7 @@ class UiControlNetUnit(external_code.ControlNetUnit):
|
||||
):
|
||||
if use_preview_as_input and generated_image is not None:
|
||||
input_image = generated_image
|
||||
module = "none"
|
||||
module = "None"
|
||||
else:
|
||||
input_image = image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user