coolzilj / Blender-ControlNet

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

Render created but not used on ControlNet #26

Open im-pain opened 1 year ago

im-pain commented 1 year ago

Hi! i've been trying to get ControlNet script working on blender but i have the next issue

Once i prepare the scene with the code to use the same render path, it render the scene and i get the render from Stable diffusion but, the render seems to just use the prompt data.

I downloaded and used the correct names and correct codes of the models for ControlNet on Blender. Assigned the True value to the model to use in the script. Im using the latest version of Automatic1111 and ControlNet. Tried Blender 3.3.6 LTS and 3.6 with no luck. And how i mentioned the Scenes get rendered and without any type of error the render viewer shows me the Stable Diffusion Output but without controlnet working.

This is the Blender File SD+CONTROLNET_depth.zip

There is included the code im using too