nigeljw commited on
Commit
2fe21c0
1 Parent(s): 25bf284

Switched back to full float

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
 
5
  model_id = "dream-textures/texture-diffusion"
6
 
7
- pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
8
  #pipe = pipe.to("cuda")
9
 
10
  prompt = "pbr brick wall"
 
4
 
5
  model_id = "dream-textures/texture-diffusion"
6
 
7
+ pipe = StableDiffusionPipeline.from_pretrained(model_id) #, torch_dtype=torch.float16)
8
  #pipe = pipe.to("cuda")
9
 
10
  prompt = "pbr brick wall"