ArtBIT / stable-gimpfusion

A Gimp plugin that brings StableDiffusion functionality via Automatic1111's API
MIT License
111 stars 10 forks source link

ControlNet OpenPose not working to me #5

Closed teherauto closed 1 year ago

teherauto commented 1 year ago

Hi, I try to inpainting with OpenPose, but failed. What do I do wrong? Thanks, Barnabás

Error.log Gimp_inpainting_settings Gimp_openpose_layer_settings

ArtBIT commented 1 year ago

I just tried it with exactly the same settings and it works for me. The only difference is in the openpose model. I am using control_openpose-fp16.safetensors , maybe the problem is in the model?

teherauto commented 1 year ago

I try the V1.1 OpenPose model, but the same error: AttributeError: 'str' object has no attribute 'enabled'. I think the problem will be somewhere else. Thanks for your help, I try re-install everything.

ArtBIT commented 1 year ago

control_openpose-fp16.safetensors is v1 not v1.1

I haven't yet tried using v1.1 ControlNet, they might have changed the API, in which case this plugin will fail.

teherauto commented 1 year ago

Yes, this is possible, as a lot has changed between 1.0 and 1.1.

adamtwatson commented 1 year ago

Hi, There was a modification to the https://github.com/Mikubill/sd-webui-controlnet library changing the location of where txt2img and img2img when using controlnet, see documented change here: https://github.com/Mikubill/sd-webui-controlnet/wiki/API#web-api