-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What does "supports multiple hypernetworks" mean? #26
Comments
You can create a text file with hns extension and place it in the directory with your hypernetwork models. Can then be selected as a hyper model this file Hns file is designed to use several models at the same time with different strength values. Read more here: |
Its very old feature, actually that extension was based on my patch. You can create
This means you'll apply first hypernetwork with strength 0.5, then apply second hypernetwork with strength 0.5. In mathematical representation,
To 'mix', weighted sum, you can define as this : Here, haibara_ai_st is defined as
This means first hypernetwork will be applied with strength 1. Both result will be 'mixed' by weight 4:1. In mathematical representation,
haibara_2177_1089.txt You can just change .txt file to .hns file. That's all! |
It seems like you mean for training.
I want the users to clearly know the difference between this and the other one. The other one is used for inference, this is for training |
now i re-read it again and it sounds like for inference. |
Yes, its for inference. Actually training can somehow actually work with hns file, (although there is no proper 'save' function currently) without any problem, but I don't plan to really allow it. |
hi @aria1th, in the wiki you say: "supports multiple hypernetworks." I'm not sure what it means, is it related to training/merging?
A second extension applies multiple hypernetworks on a picture when using: https://github.com/antis0007/sd-webui-multiple-hypernetworks
The text was updated successfully, but these errors were encountered: