Runwayml Stable-diffusion-v1-5 ((free)) Download

pipe = StableDiffusionPipeline.from_pretrained("./stable-diffusion-v1-5-local") pipe = pipe.to("cuda") image = pipe("a photograph of an astronaut riding a horse").images[0] image.save("test.png")

Navigate to RunwayML’s SD v1.5 page . You will see: runwayml stable-diffusion-v1-5 download

git lfs install git clone https://huggingface.co/runwayml/stable-diffusion-v1-5 pipe = StableDiffusionPipeline

Not legally from the official source. You might find unsigned mirrors on CivitAI or Hugging Face mirrors, but these violate the Open RAIL license. runwayml stable-diffusion-v1-5 download

"You agree to not use the model to generate or disseminate harmful content. You agree to the terms of the CreativeML Open RAIL-M license."