Open mercurial-moon opened 3 months ago
Initial install needs to be done with internet access, but I've been able to use it offline after that. I dont think it needs that laion model unless you enable that feature. (maybe that changed recently, idk) If you need that model, you can side load it using another machine with internet access from here: https://huggingface.co/laion/CLIP-ViT-bigG-14-laion2B-39B-b160k
Exactly what I did, once ran setup on a pc connected to the internet, then copied files over to another PC without an internet connection. And I don't know what a laion model
is plus its 39B
, I don't think I need it so I don't know why its being looked for. I just want to use easy diffusion for image generation.
@mercurial-moon Do you have a folder named .cache
in C:\Users\YOUR_USERNAME
? For e.g. C:\Users\YOUR_USERNAME\.cache\huggingface
If so, please copy that folder along as well.
Stable Diffusion uses a number of sub-models, like CLIP, as components. For e.g. CLIP converts your input text into a series of numbers that represent concepts (loosely speaking).
I downloaded the installation file v3.0 from the releases section. And installed it on a pc without internet access. During the end of the installation it needed to download lots of models. I just cancelled them. Then I manually downloaded the stable diffusion 1.5 safetensors file from hugging face and saved it under
models\stable-diffusion
inside my installation folder.On first run I get an error like
Do I need to download multiple models instead of only the stable diffusion model? Is there a list of the minimum required models apart from stable diffusion that is needed to run
EasyDiffusion
?