Skip to content

Commit cec8e70

Browse files
techpro-aimlapigitbook-bot
authored andcommitted
GITBOOK-565: docs: fix hunyuan image examples
1 parent fa850fe commit cec8e70

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
* [Stable Diffusion v3 Medium](api-references/image-models/Stability-AI/stable-diffusion-v3-medium.md)
197197
* [Stable Diffusion v3.5 Large](api-references/image-models/Stability-AI/stable-diffusion-v35-large.md)
198198
* [Tencent](api-references/image-models/tencent/README.md)
199-
* [Hunyuan Image V3](api-references/image-models/tencent/hunyuan-image-v3-text-to-image.md)
199+
* [Hunyuan Image v3](api-references/image-models/tencent/hunyuan-image-v3-text-to-image.md)
200200
* [Hunyuan Part](api-references/image-models/tencent/hunyuan-part.md)
201201
* [Topaz Labs](api-references/image-models/topaz-labs/README.md)
202202
* [Sharpen](api-references/image-models/topaz-labs/sharpen.md)

docs/api-references/image-models/tencent/hunyuan-image-v3-text-to-image.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Hunyuan Image V3
1+
# Hunyuan Image v3
22

33
{% columns %}
44
{% column width="66.66666666666666%" %}
@@ -48,8 +48,8 @@ def main():
4848
"Content-Type": "application/json",
4949
},
5050
json={
51-
"prompt": "A T-Rex relaxing on a beach, lying on a sun lounger and wearing sunglasses.",
5251
"model": "hunyuan/hunyuan-image-v3-text-to-image",
52+
"prompt": "A T-Rex relaxing on a beach, lying on a sun lounger and wearing sunglasses.",
5353
"image_size": "landscape_16_9"
5454
}
5555
)
@@ -121,4 +121,4 @@ main();
121121

122122
We obtained the following 1280x768 image by running this code example:
123123

124-
<figure><img src="https://v3b.fal.media/files/b/lion/JdrvNguTlt29LmURRbKKN.png" alt=""><figcaption><p>A T-Rex relaxing on a beach, lying on a sun lounger and wearing sunglasses.</p></figcaption></figure>
124+
<figure><img src="https://v3b.fal.media/files/b/lion/JdrvNguTlt29LmURRbKKN.png" alt=""><figcaption><p><code>A T-Rex relaxing on a beach, lying on a sun lounger and wearing sunglasses.</code></p></figcaption></figure>

docs/api-references/model-database.md

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/api-references/video-models/README.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/api-references/video-models/luma-ai/luma-ray-flash-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Processing complete:/n {'id': 'df551652-1bbe-4d38-9c99-d0ecb69db192:luma/ray-fla
314314

315315
</details>
316316

317-
**Processing time**: \~1 min.
317+
**Processing time**: \~ 1 min.
318318

319319
**Original** (1280x720, without sound):
320320

0 commit comments

Comments
 (0)