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

[Feature Request]: merge models on the fly

Open mhnoni opened this issue 3 years ago • 1 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 ?

Instead of having 100 models in our hdd, we can have only the base models and we will be able to do merge on the fly and load it immediately after the merge process to get any kind of models without saving it to permanently on the hdd, or on the ram. since ssd is fast, this will help us a lot. now we can pick virtual model from the menu which is just a simple txt file that contain the recipe of the models and combination value.

Proposed workflow

  1. Go to Stable Diffusion checkpoint
  2. pick the txt model which is just a txt file that will merge the source model and load it.
  3. generate images now with the current merged model.

Additional information

No response

mhnoni avatar Jan 04 '23 22:01 mhnoni

https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4130 related

mezotaken avatar Jan 13 '23 17:01 mezotaken

Use super merger extension with this feature.

ClashSAN avatar May 02 '23 19:05 ClashSAN

Use super merger extension with this feature. Cool! thanks.

mhnoni avatar May 03 '23 14:05 mhnoni