wkpark / sd-webui-model-mixer

Checkpoint model mixer/merger extension
GNU Affero General Public License v3.0
100 stars 4 forks source link

error and I don't know what's wrong. #21

Closed kyle215ps3 closed 11 months ago

kyle215ps3 commented 11 months ago

i don't know what setting is mm finetune and max models i have model a selected and even had base model and b model then tried without base model.

** Error running before_process: C:\Users\123ky\Documents\Automatic 1111\FULL BACKUP\extensions\sd-webui-model-mixer\scripts\model_mixer.py Traceback (most recent call last): File "C:\Users\123ky\Documents\Automatic 1111\FULL BACKUP\modules\scripts.py", line 511, in before_process script.before_process(p, script_args) TypeError: ModelMixerScript.before_process() missing 5 required positional arguments: 'enabled', 'model_a', 'base_model', 'mm_max_models', and 'mm_finetune'

wkpark commented 11 months ago

I've encountered a similar error several times recently. This is an issue I recently encountered with the latest sd-webui 1.6.0, and here's how I solved it.

  1. switching off all extensions and restarting. (Extensions tab -> Apply and Restart UI)
  2. select a few extensions and restart UI again.
  3. select all (or all you want to activate) extensions and restart UI again.
wkpark commented 11 months ago

https://github.com/wkpark/sd-webui-model-mixer/assets/232347/7c4606af-9995-428a-a9a1-834f89aaf9a3

kyle215ps3 commented 11 months ago

I've encountered a similar error several times recently. This is an issue I recently encountered with the latest sd-webui 1.6.0, and here's how I solved it.

  1. switching off all extensions and restarting. (Extensions tab -> Apply and Restart UI)
  2. select a few extensions and restart UI again.
  3. select all (or all you want to activate) extensions and restart UI again. just a note im using 1.5.2 ok I will try this out thank you! :)
wkpark commented 11 months ago

Please reopen it if you encounter similar problems.