XCLiu commited on
Commit
527cf2e
1 Parent(s): bc9320e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ pip install git+https://github.com/huggingface/diffusers.git
38
  import torch
39
  from diffusers import HunyuanDiTPipeline
40
 
41
- pipe = HunyuanDiTPipeline.from_pretrained("Tencent-Hunyuan/HunyuanDiT-Diffusers-Distilled", torch_dtype=torch.float16)
42
  pipe.to("cuda")
43
 
44
  # You may also use English prompt as HunyuanDiT supports both English and Chinese
 
38
  import torch
39
  from diffusers import HunyuanDiTPipeline
40
 
41
+ pipe = HunyuanDiTPipeline.from_pretrained("Tencent-Hunyuan/HunyuanDiT-v1.1-Diffusers-Distilled", torch_dtype=torch.float16)
42
  pipe.to("cuda")
43
 
44
  # You may also use English prompt as HunyuanDiT supports both English and Chinese