ChenyangSi commited on
Commit
55853c4
1 Parent(s): 29175a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ from free_lunch_utils import register_free_upblock2d, register_free_crossattn_up
7
 
8
 
9
 
10
- # model_id = "stabilityai/stable-diffusion-2-1"
11
- model_id = "./stable-diffusion-2-1"
12
  pip_2_1 = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
13
  pip_2_1 = pip_2_1.to("cuda")
14
 
 
7
 
8
 
9
 
10
+ model_id = "stabilityai/stable-diffusion-2-1"
11
+ # model_id = "./stable-diffusion-2-1"
12
  pip_2_1 = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
13
  pip_2_1 = pip_2_1.to("cuda")
14