man08man commited on
Commit
7a757ea
·
verified ·
1 Parent(s): 168e5ba

Update index.html

Browse files
Files changed (1) hide show
  1. 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-v1-5"
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