gremlin97 commited on
Commit
9562214
·
1 Parent(s): a7844ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from PIL import Image
12
 
13
  model_path = "gremlin97/RemoteDiff224"
14
 
15
- pipe = StableDiffusionPipeline.from_pretrained(model_path, torch_dtype=torch.float16)
16
 
17
 
18
 
 
12
 
13
  model_path = "gremlin97/RemoteDiff224"
14
 
15
+ pipe = StableDiffusionPipeline.from_pretrained(model_path)
16
 
17
 
18