Is there a guide on how to install this locally?

#1
by AmaIia - opened

I'm new with AI image generation, is there a guide on how to install this?

Yeah, there are a few ways you can run this. My preferred way of generating images is using a web UI.
The web-UI I use comes from the following source: https://github.com/AUTOMATIC1111/stable-diffusion-webui
Another way would be by using cloud services, like Google Colab, however, this won't be local (Still will be free up to ~12 hours of usage).
Using Google Colab will allow you to use the Diffuser format relatively easily. Feel free to ask more about how to set either one up, I'll be more than happy to help.

Thank you, i managed to install the webui locally, though i'm confused on what do i do with the diffusion_pytorch_model.bin, as far as i understand i need either ckpt or safetensor file to use as the model, what do i do with the 'diffusion_pytorch_model.bin' inside the vae folder of your 'Anything-v4.5-vae-fp16-diffuser' post?

You’re right about it needing either checkpoint or safetensors for the webui. This is currently in the diffuser format. The checkpoint you’re looking for can be found here: https://huggingface.co/Azher/Anything-v4.5-vae-fp16-ckpt/blob/main/Anything-v4.5-vae-fp16-vae-swapped.ckpt

Azher changed discussion status to closed

Sign up or log in to comment