pythoninoffice / amd_webui

55 stars 10 forks source link

Problems when importing different models. #9

Open BjornHelheim opened 1 year ago

BjornHelheim commented 1 year ago

Importing some models from Huggingface such as Anything V4.0 makes buggy results. In Anything V4.0's Huggingface page, there are several .ckpt files, tuned for different uses, yet we have no way of choosing which one we want to use. It would be good if we had a way to import specific .ckpt files and load them individually. Currently when importing a model I'm not sure which .ckpt files is used. This results in buggy images full of artifacts.

Perhaps it is I that is doing something wrong. Any help would be appreciated.