lllyasviel / stable-diffusion-webui-forge

GNU Affero General Public License v3.0
5.39k stars 540 forks source link

[Feature Request]: support controlnet api #684

Open bluelovers opened 2 months ago

bluelovers commented 2 months ago

Is there an existing issue for this?

What would your feature do ?

support controlnet api

for make work with Auto-Photoshop-StableDiffusion-Plugin

https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin/blob/6f6d4907adf0b6a6e562d084238f02ed6b7503c1/typescripts/controlnet/entry.ts

Proposed workflow

  1. Go to ....
  2. Press ....
  3. ...

Additional information

No response

bluelovers commented 2 months ago

https://github.com/lllyasviel/stable-diffusion-webui-forge/pull/692

altoiddealer commented 1 month ago

692

692 was just merged into dev2 :D

GeminiSquishGames commented 3 weeks ago

dev2 has a problem, for me, in clip.py. Line 6 does not "from pkg_resources" the "import packaging". Changing it to just "import packaging" seems to work, not sure if pkg_resources is setup to point to packaging as a module would using from, but it does seem to load properly without the [from].

Edit: This was a problem from Stability Matrix that I use to manage versions, it was taken care of in a recent update.