slymnyldrm commited on
Commit
aa81e8b
·
1 Parent(s): 681ac98

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 StableDiffusionPipeline, DDIMScheduler
6
 
7
  move_cache()
8
 
9
- model_path = "slymnyldrm/dreambooth_usecase_weights"
10
 
11
  pipe = StableDiffusionPipeline.from_pretrained(model_path, use_safetensors=True, safety_checker=None, torch_dtype=torch.float16).to("cuda")
12
  pipe.scheduler = DDIMScheduler.from_config(pipe.scheduler.config)
 
6
 
7
  move_cache()
8
 
9
+ model_path = "slymnyldrm/slymnyldrm3"
10
 
11
  pipe = StableDiffusionPipeline.from_pretrained(model_path, use_safetensors=True, safety_checker=None, torch_dtype=torch.float16).to("cuda")
12
  pipe.scheduler = DDIMScheduler.from_config(pipe.scheduler.config)