Disty0 commited on
Commit
96b0161
1 Parent(s): e38d1a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -87,7 +87,7 @@ import diffusers
87
 
88
  device = "cuda"
89
  dtype = torch.float16
90
- model_path = "/mnt/DataSSD/AI/SoteDiffusion/Wuerstchen3/diffusers/sotediffusion-v2"
91
  pipe = diffusers.AutoPipelineForText2Image.from_pretrained(model_path, text_encoder=None, torch_dtype=dtype)
92
 
93
  # de-dupe
 
87
 
88
  device = "cuda"
89
  dtype = torch.float16
90
+ model_path = "Disty0/sotediffusion-v2"
91
  pipe = diffusers.AutoPipelineForText2Image.from_pretrained(model_path, text_encoder=None, torch_dtype=dtype)
92
 
93
  # de-dupe