arenasys / stable-diffusion-webui-model-toolkit

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

Optionally replace components without pruning #1

Closed saftle closed 1 year ago

saftle commented 1 year ago

A great use-case would be the ability to import the VAE, as an example, without pruning the junk. This way both the unpruned and pruned files could contain the VAE.

Otherwise you have to explain to your users that the external VAE is only required with the unpruned file.

arenasys commented 1 year ago

why are you distributing a model with junk in it. i can only guess you want to keep EMA data, which is pointless to do in every situation.