Zhiminli commited on
Commit
e39decc
1 Parent(s): 99d3010

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ from diffusers import HunyuanDiT2DControlNetModel, HunyuanDiTControlNetPipeline
9
  import torch
10
 
11
 
12
- controlnet = HunyuanDiT2DControlNetModel.from_pretrained("Tencent-Hunyuan/HunyuanDiT-v1.2-ControlNet-Diffusers-Distilled-Pose", torch_dtype=torch.float16)
13
 
14
  pipe = HunyuanDiTControlNetPipeline.from_pretrained("Tencent-Hunyuan/HunyuanDiT-v1.2-Diffusers-Distilled", controlnet=controlnet, torch_dtype=torch.float16)
15
  pipe.to("cuda")
 
9
  import torch
10
 
11
 
12
+ controlnet = HunyuanDiT2DControlNetModel.from_pretrained("Tencent-Hunyuan/HunyuanDiT-v1.2-ControlNet-Diffusers-Pose", torch_dtype=torch.float16)
13
 
14
  pipe = HunyuanDiTControlNetPipeline.from_pretrained("Tencent-Hunyuan/HunyuanDiT-v1.2-Diffusers-Distilled", controlnet=controlnet, torch_dtype=torch.float16)
15
  pipe.to("cuda")