Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions doc/source/models/builtin/image/hunyuandit-v1.2-distilled.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. _models_builtin_hunyuandit-v1.2-distilled:

=========================
HunyuanDiT-v1.2-Distilled
=========================

- **Model Name:** HunyuanDiT-v1.2-Distilled
- **Model Family:** stable_diffusion
- **Abilities:** text2image
- **Available ControlNet:** None

Specifications
^^^^^^^^^^^^^^

- **Model ID:** Tencent-Hunyuan/HunyuanDiT-v1.2-Diffusers-Distilled

Execute the following command to launch the model::

xinference launch --model-name HunyuanDiT-v1.2-Distilled --model-type image

20 changes: 20 additions & 0 deletions doc/source/models/builtin/image/hunyuandit-v1.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. _models_builtin_hunyuandit-v1.2:

===============
HunyuanDiT-v1.2
===============

- **Model Name:** HunyuanDiT-v1.2
- **Model Family:** stable_diffusion
- **Abilities:** text2image
- **Available ControlNet:** None

Specifications
^^^^^^^^^^^^^^

- **Model ID:** Tencent-Hunyuan/HunyuanDiT-v1.2-Diffusers

Execute the following command to launch the model::

xinference launch --model-name HunyuanDiT-v1.2 --model-type image

4 changes: 4 additions & 0 deletions doc/source/models/builtin/image/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The following is a list of built-in image models in Xinference:

got-ocr2_0

hunyuandit-v1.2

hunyuandit-v1.2-distilled

kolors

sd-turbo
Expand Down
18 changes: 18 additions & 0 deletions xinference/model/image/model_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,24 @@
],
"gguf_model_file_name_template": "sd3.5_large_turbo-{quantization}.gguf"
},
{
"model_name": "HunyuanDiT-v1.2",
"model_family": "stable_diffusion",
"model_id": "Tencent-Hunyuan/HunyuanDiT-v1.2-Diffusers",
"model_revision": "5e96094e0ad19e7f475de8711f03634ca0ccc40c",
"model_ability": [
"text2image"
]
},
{
"model_name": "HunyuanDiT-v1.2-Distilled",
"model_family": "stable_diffusion",
"model_id": "Tencent-Hunyuan/HunyuanDiT-v1.2-Diffusers-Distilled",
"model_revision": "ba991d1546d8c50936c4c16398ed0a87b9b99fb1",
"model_ability": [
"text2image"
]
},
{
"model_name": "sd-turbo",
"model_family": "stable_diffusion",
Expand Down
20 changes: 20 additions & 0 deletions xinference/model/image/model_spec_modelscope.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,26 @@
],
"gguf_model_file_name_template": "sd3.5_large_turbo-{quantization}.gguf"
},
{
"model_name": "HunyuanDiT-v1.2",
"model_family": "stable_diffusion",
"model_hub": "modelscope",
"model_id": "Xorbits/HunyuanDiT-v1.2-Diffusers",
"model_revision": "master",
"model_ability": [
"text2image"
]
},
{
"model_name": "HunyuanDiT-v1.2-Distilled",
"model_family": "stable_diffusion",
"model_hub": "modelscope",
"model_id": "Xorbits/HunyuanDiT-v1.2-Diffusers-Distilled",
"model_revision": "master",
"model_ability": [
"text2image"
]
},
{
"model_name": "sd-turbo",
"model_family": "stable_diffusion",
Expand Down
16 changes: 16 additions & 0 deletions xinference/model/video/model_spec_modelscope.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,21 @@
"default_generate_config": {
"guidance_scale": 7
}
},
{
"model_name": "HunyuanVideo",
"model_family": "HunyuanVideo",
"model_hub": "modelscope",
"model_id": "Xorbits/HunyuanVideo",
"model_revision": "master",
"model_ability": [
"text2video"
],
"default_model_config": {
"transformer_torch_dtype": "bfloat16",
"torch_dtype": "float16"
},
"default_generate_config": {
}
}
]
Loading