Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Tencent-Hunyuan
/
HunyuanDiT-v1.2-ControlNet-Diffusers-Pose
like
0
Follow
Tencent Hunyuan
90
Diffusers
Safetensors
License:
tencent-hunyuan-community
Model card
Files
Files and versions
Community
Use this model
Zhiminli
commited on
Jul 14
Commit
62a1747
•
1 Parent(s):
8c8f344
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+2
-0
README.md
CHANGED
Viewed
@@ -31,4 +31,6 @@ image = pipe(
31
control_image=cond_image,
32
num_inference_steps=50,
33
).images[0]
34
```
31
control_image=cond_image,
32
num_inference_steps=50,
33
).images[0]
34
+
35
+
image.save('./image.png')
36
```