GGPENG commited on
Commit
4a9d074
·
verified ·
1 Parent(s): 79666e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from diffusers import DiffusionPipeline
6
  print("Loading pipeline...")
7
 
8
  pipe = DiffusionPipeline.from_pretrained(
9
- "GGPENG/StyleDiffusion",
10
  torch_dtype=torch.bfloat16,
11
  )
12
 
 
6
  print("Loading pipeline...")
7
 
8
  pipe = DiffusionPipeline.from_pretrained(
9
+ "stable-diffusion-v1-5/stable-diffusion-v1-5",
10
  torch_dtype=torch.bfloat16,
11
  )
12