slymnyldrm commited on
Commit
3e825fd
·
1 Parent(s): 0c7e57a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,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)
12
  pipe.scheduler = DDIMScheduler.from_config(pipe.scheduler.config)
13
 
14
  g_cuda = torch.Generator()
 
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.float32)
12
  pipe.scheduler = DDIMScheduler.from_config(pipe.scheduler.config)
13
 
14
  g_cuda = torch.Generator()