Spaces:
Configuration error
Configuration error
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -3,7 +3,7 @@ from diffusers import StableDiffusionPipeline
|
|
3 |
import torch
|
4 |
|
5 |
# Load the model
|
6 |
-
model_id = "runwayml/stable-diffusion-
|
7 |
pipe = StableDiffusionPipeline.from_pretrained(model_id)
|
8 |
pipe = pipe.to("cuda") # Runs on Hugging Face's GPU servers
|
9 |
|
|
|
3 |
import torch
|
4 |
|
5 |
# Load the model
|
6 |
+
model_id = "runwayml/stable-diffusion-v2-1"
|
7 |
pipe = StableDiffusionPipeline.from_pretrained(model_id)
|
8 |
pipe = pipe.to("cuda") # Runs on Hugging Face's GPU servers
|
9 |
|