Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ pipe = HunyuanDiTControlNetPipeline.from_pretrained("Tencent-Hunyuan/HunyuanDiT-
|
|
15 |
pipe.to("cuda")
|
16 |
|
17 |
from diffusers.utils import load_image
|
18 |
-
cond_image = load_image('https://huggingface.co/Tencent-Hunyuan/HunyuanDiT-v1.2-ControlNet-Diffusers-
|
19 |
|
20 |
## You may also use English prompt as HunyuanDiT supports both English and Chinese
|
21 |
prompt="在白天的森林中,一位穿着绿色上衣的亚洲女性站在大象旁边。照片采用了中景、平视和居中构图的方式,呈现出写实的效果。这张照片蕴含了人物摄影文化,并展现了宁静的氛围"
|
|
|
15 |
pipe.to("cuda")
|
16 |
|
17 |
from diffusers.utils import load_image
|
18 |
+
cond_image = load_image('https://huggingface.co/Tencent-Hunyuan/HunyuanDiT-v1.2-ControlNet-Diffusers-Pose/resolve/main/pose.jpg?download=true')
|
19 |
|
20 |
## You may also use English prompt as HunyuanDiT supports both English and Chinese
|
21 |
prompt="在白天的森林中,一位穿着绿色上衣的亚洲女性站在大象旁边。照片采用了中景、平视和居中构图的方式,呈现出写实的效果。这张照片蕴含了人物摄影文化,并展现了宁静的氛围"
|