coolzilj / Blender-ControlNet

Using ControlNet right in Blender.
MIT License
760 stars 68 forks source link

Somehow "openpose" module does not work? #14

Open enzyme69 opened 1 year ago

enzyme69 commented 1 year ago

I was wondering if the latest version or update of Automatic1111 causing issue of this ControlNet script unable to talk properly to the API

I did have the API loaded, I set the module and copy paste the model, everything seems to render, but then pose or depth or whatever does not seem to register to the outcome? If I use manual, it works.

I made a video: https://youtu.be/IgTRZZrN96w

enzyme69 commented 1 year ago

My checklist:

  1. localhost
  2. model name and module item
  3. image folder

I tried your official script and the one with all the multi controlnet options, but for simplicity I am using the official one.

It does send the job, but the result never matches the render. It works few weeks ago.

Maybe this is an issue with Automatic1111 itself.. https://github.com/Mikubill/sd-webui-controlnet/issues/571

enzyme69 commented 1 year ago

I tried again today, openpose still not working, strangely enough...

I tried depth and depth model, somewhat depth actually works.

coolzilj commented 1 year ago

I tried again today, openpose still not working, strangely enough...

I tried depth and depth model, somewhat depth actually works.

Did you see any error messages in the console? I'm trying to migrate to the new APIs, let's see.

coolzilj commented 1 year ago

Just migrate to the new API, it appears to be functioning properly. I will push the changes after cleaning up the code.

coolzilj commented 1 year ago

Migrated to the new ControlNet API already, please refer to the readme for any changes.