arenasys / stable-diffusion-webui-model-toolkit

A Multipurpose toolkit for managing, editing and creating models.
MIT License
508 stars 34 forks source link

Supports `--ckpt-dir` and `--vae-dir` #4

Closed ddPn08 closed 1 year ago

ddPn08 commented 1 year ago

As the title says.

ddPn08 commented 1 year ago

It was more complicated than I expected. This is still not perfect.

ddPn08 commented 1 year ago

It worked fine.

arenasys commented 1 year ago

it will show full paths in the dropdown even if there are no duplicates

ddPn08 commented 1 year ago

I believe it was fixed in this commit.

arenasys commented 1 year ago

even with --ckpt-dir the webui will load models in models/Stable-diffusion. my loading code was inflexible to begin with, i will rewrite it.

arenasys commented 1 year ago

added support for this in 16128c8c5c4415a2746b601843d179302e5ac220

ddPn08 commented 1 year ago

Thank you very much.