stable-diffusion-webui-forge icon indicating copy to clipboard operation
stable-diffusion-webui-forge copied to clipboard

[Feature Request]: support controlnet api

Open bluelovers opened this issue 10 months ago • 3 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What would your feature do ?

support controlnet api

for make work with Auto-Photoshop-StableDiffusion-Plugin

  • /controlnet/version
  • /controlnet/settings
  • /controlnet/filter

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 avatar Apr 21 '24 19:04 bluelovers

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

bluelovers avatar May 03 '24 09:05 bluelovers

#692

692 was just merged into dev2 :D

altoiddealer avatar May 23 '24 20:05 altoiddealer

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.

GeminiSquishGames avatar Jun 24 '24 20:06 GeminiSquishGames