Update README.md
Browse files
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
|