NoCrypt / sd-webui-colab

31 stars 2 forks source link

VAE question... #12

Closed PhoenixEugene closed 1 year ago

PhoenixEugene commented 1 year ago

Hello! Just wanted to start off by saying thank you for such an amazing Colab! A similar issue was opened a few months back basically asking the same question I have: "how to load up vae files for custom models". The answer was to use the "custom_url_2" option to link to a vae file. But I tried that with the "vae-ft-mse-840000-ema-pruned.ckpt" and it ended up being downloaded and loaded as a separate model instead. I wanted to know what I was doing wrong and how to download it as a vae and not a model. (See screenshots) 1 And as you can see below, it downloaded it as a model, even tho I put the link in "custom_url_2". Should I be adding something to the link for the Colab to recognize it as a vae file and not a model? 2

NoCrypt commented 1 year ago

As of now, the webui in this colab only recognize the vae if it's have the same name as the models, you can however change this behavior by moving the vae file to the correct folder manually 🙏

Currently I'm testing a new colab which can do much more such as detecting vae automatically, super launch speed optimization, lora supports and more. You can try them out here, do keep in mind it's still in testing phase so expect some bugs 😁

PhoenixEugene commented 1 year ago

@NoCrypt "you can however change this behavior by moving the vae file to the correct folder manually" That is super helpful! I didn't even know you could do that. I completely forgot about the files window on the left and that you can interact with it haha. Thank you so much! And as for the new Colab you're working on, I can't wait to try it! Thanks again.