stable-diffusion-webui-forge
stable-diffusion-webui-forge copied to clipboard
[Feature Request]: support controlnet api
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
- Go to ....
- Press ....
- ...
Additional information
No response
https://github.com/lllyasviel/stable-diffusion-webui-forge/pull/692
#692
692 was just merged into dev2 :D
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.