JamesSand commited on
Commit
80a154c
1 Parent(s): 6f0b189

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ from diffusers import StableDiffusionPipeline
22
  model_id = "mlpc-lab/TokenCompose_SD21_A"
23
  device = "cuda"
24
 
25
- pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
26
  pipe = pipe.to(device)
27
 
28
  prompt = "A cat and a wine glass"
 
22
  model_id = "mlpc-lab/TokenCompose_SD21_A"
23
  device = "cuda"
24
 
25
+ pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float32)
26
  pipe = pipe.to(device)
27
 
28
  prompt = "A cat and a wine glass"