antis0007 / sd-webui-multiple-hypernetworks

GNU General Public License v3.0
97 stars 12 forks source link

Strengths using value from webUI settings, not the 'Hypernetwork strengths' input box. #15

Open jwoeifjofwefawsfasd opened 1 year ago

jwoeifjofwefawsfasd commented 1 year ago

As can be seen on the two screenshots, changing the value in the "hypernetwork Strengths" input box doesn't actually change the strengths, and thus doesn't change the image at all.

image image

however, if I change the "hypernetwork strength" slider: image

then I see that it properly changes the image - note the dogs looking different compared to the previous two images. image

TLDR: the hypernetworks are using the strength value from the webui global settings, not the value set by this extension.

Thanks, and with love.

jwoeifjofwefawsfasd commented 1 year ago

seems like this issue has already been brought up in the past and has been previously fixed. not sure why I'm seeing this problem on my side with the latest commit. Will investigate for a bit.

jwoeifjofwefawsfasd commented 1 year ago

Installing the monkey patch extension fixes this issue and the strengths are applied properly.

Is this intended behavior? - by that, I mean is MonkeyPatch-Extension intended to be a dependency for this project?