Disty0 commited on
Commit
bf189c1
1 Parent(s): 47de7bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -100,7 +100,7 @@ import diffusers
100
  device = "cuda"
101
  dtype = torch.float16
102
  model_path = "Disty0/sotediffusion-v2"
103
- pipe = diffusers.AutoPipelineForText2Image.from_pretrained(model_path, text_encoder=None, torch_dtype=dtype)
104
 
105
  # de-dupe
106
  pipe.decoder_pipe.text_encoder = pipe.text_encoder = None # nothing uses this
 
100
  device = "cuda"
101
  dtype = torch.float16
102
  model_path = "Disty0/sotediffusion-v2"
103
+ pipe = diffusers.AutoPipelineForText2Image.from_pretrained(model_path, torch_dtype=dtype)
104
 
105
  # de-dupe
106
  pipe.decoder_pipe.text_encoder = pipe.text_encoder = None # nothing uses this