Files
stable-diffusion-webui-forge/extensions-builtin
Igor Aherne 4dc36268c2 bugfix: controlnet works in API - image no longer a dictionary (#1425)
Generating from browser works with controlnet.
Generating via API wasn't.
This is because from_dict() was making 'image' and 'mask_image' a dictionary.

In 'controlnet.py' function 'get_input_data' this would cause the following check to throw exception because used to be an incorrect type:

elif (unit_image < 5).all() and (unit_image_fg > 5).any():

Now, they are never a dictionary and check is fine
2024-08-22 21:50:33 -07:00
..
2024-08-03 15:54:39 -07:00
2024-08-03 15:54:39 -07:00
2024-08-03 15:54:39 -07:00
2024-08-19 22:43:09 -07:00
2024-08-18 00:12:53 -07:00
2024-08-19 22:43:09 -07:00
2024-08-19 22:43:09 -07:00
2024-08-19 22:43:09 -07:00
2024-08-11 23:06:00 -07:00
2024-08-03 15:54:39 -07:00
2024-08-16 02:02:22 -07:00
2024-08-21 22:08:07 -07:00
2024-08-03 14:49:02 -07:00
2024-08-03 15:54:39 -07:00