mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-02-16 10:29:39 +01:00
Updated Model Merging (markdown)
parent
1c2a61d950
commit
70c1c7beb5
@ -11,6 +11,8 @@ merge_models('C:/path/to/first_model.ckpt', 'C:/path/to/second_model.safetensors
|
||||
```
|
||||
and press Enter.
|
||||
|
||||
Set the correct paths to the two models.
|
||||
|
||||
Set the `ratio` to a number between 0 and 1. This decides the contribution of the two models. A ratio of 0 means only the first model will be used, and a ratio of 1 means only the second model will be used. A ratio of 0.5 means half of each model will be used.
|
||||
|
||||
That's it. Your merged model will be stored at the path you mentioned.
|
||||
|
Loading…
Reference in New Issue
Block a user