stable-diffusion-webui-forge
stable-diffusion-webui-forge copied to clipboard
Hypernetwork support
Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [X] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before recently
- [ ] The issue has been reported before but has not been fixed yet
What happened?
I cant get hypernetworks to work in Forge. No errors are given. it just doesn't work.
Steps to reproduce the problem
Install brand new Forge UI. Put any hypernetwork in the hypernetwork network folder. In forge UI, click on the hypernetwork from the tab, use trigger word if it exists. Hypernetwork never activates, never renders. Can verify also by locking in the seed generating the image without hypernetwork and then with. Same image generates no change at all.
What should have happened?
Expect the image to change based on hypernetwork loaded.
What browsers do you use to access the UI ?
No response
Sysinfo
New Forge UI, RTX 4090, Windows11.
Console logs
None.
Additional information
No response
Looks like support was gutted due to the new UNet patcher, and despite the implementation existing in the code it is not actually used.
https://github.com/lllyasviel/stable-diffusion-webui-forge/blob/d81e353d8928147bbd973068d0efbb2802affe0f/ldm_patched/contrib/external_hypernetwork.py#L1-L2
same here