-
Notifications
You must be signed in to change notification settings - Fork 17
Controlnet not working #47
Comments
Have you enable controlnet ? could you provides controlnet extension version ? |
Yes it is enabled. If I render locally I get the result image and the pose image in the output. When I try using the cloud generation it seems there is no controlnet info |
solved - removed controlnet models from models/ControlNet folder and it loaded the models from the api correctly. Keeping bug open as it's probably worth fixing. |
I am experiencing the same issue here. When I read the latest post of ChrisFab16 I removed all models from the models/ControlNet folder but still the web-ui refuses to show any models from the cloud it just shows "none". After removing I tried disabling and then then re-enabling the ControlNet extension as well as the cloud-inference extension but to no avail. I'm using ControlNet version 1.1.424 (this commit Mikubill/sd-webui-controlnet@50ddf1d) and version 0.1.9 of cloud-inference. Any ideas? |
I'm using ControlNet v1.1.427, and my situation is the same with Tyrnan. |
Thanks for feedback, we will be fixed in next version. @KLA6 @Tyrnan @ChrisFab16 |
we cannot reproduce in our test environment, could you provides |
@KLA6 Hello, I have been updated in |
Versions:
ControlNet v1.1.422
Webui:
version: v1.6.1 • python: 3.10.11 • torch: 2.0.1+cu117 • xformers: 0.0.20 • gradio: 3.41.2 • checkpoint: 96e98913b1
Steps to reproduce:
place openpose picture in controlnet image box.
Select control_v11p_sd15_openpose from dropdown.
Enter prompt "man standing"
hit "generate"
Expected result: Pose from openpose template applied to picture
In stead, it provides a picture with a random pose
The text was updated successfully, but these errors were encountered: