carson-katri / dream-textures

Stable Diffusion built-in to Blender
GNU General Public License v3.0
7.78k stars 418 forks source link

Fix depth projection with ControlNet #717

Closed carson-katri closed 10 months ago

carson-katri commented 10 months ago

This resolves the following issues with texture projection:

  1. Incorrect error reporting -- updated to use the revised FixItError type
  2. ControlNet being ignored when no image associated. This conditional check was incorrect, as control_images are now passed in as a separate argument.