Skip to content

Commit e1766a1

Browse files
committed
docs
1 parent 9d43a32 commit e1766a1

File tree

3 files changed

+59
-0
lines changed

3 files changed

+59
-0
lines changed

docs/source/en/_toctree.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@
300300
title: EasyAnimateTransformer3DModel
301301
- local: api/models/flux_transformer
302302
title: FluxTransformer2DModel
303+
- local: api/models/hidream_image_transformer
304+
title: HiDreamImageTransformer2DModel
303305
- local: api/models/hunyuan_transformer2d
304306
title: HunyuanDiT2DModel
305307
- local: api/models/hunyuan_video_transformer_3d
@@ -448,6 +450,8 @@
448450
title: FluxControlInpaint
449451
- local: api/pipelines/hunyuandit
450452
title: Hunyuan-DiT
453+
- local: api/pipelines/hidream
454+
title: HiDream-I1
451455
- local: api/pipelines/hunyuan_video
452456
title: HunyuanVideo
453457
- local: api/pipelines/i2vgenxl
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!-- Copyright 2024 The HuggingFace Team. All rights reserved.
2+
3+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
the License. You may obtain a copy of the License at
5+
6+
http://www.apache.org/licenses/LICENSE-2.0
7+
8+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
9+
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
10+
specific language governing permissions and limitations under the License. -->
11+
12+
# HiDreamImageTransformer2DModel
13+
14+
A Transformer model for image-like data from [HiDream-I1](https://huggingface.co/HiDream-ai).
15+
16+
## HiDreamImageTransformer2DModel
17+
18+
[[autodoc]] HiDreamImageTransformer2DModel
19+
20+
## Transformer2DModelOutput
21+
22+
[[autodoc]] models.modeling_outputs.Transformer2DModelOutput
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!-- Copyright 2024 The HuggingFace Team. All rights reserved.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License. -->
14+
15+
# HiDreamImage
16+
17+
[HiDream-I1](https://huggingface.co/HiDream-ai) by HiDream.ai
18+
19+
<Tip>
20+
21+
Make sure to check out the Schedulers [guide](../../using-diffusers/schedulers) to learn how to explore the tradeoff between scheduler speed and quality, and see the [reuse components across pipelines](../../using-diffusers/loading#reuse-a-pipeline) section to learn how to efficiently load the same components into multiple pipelines.
22+
23+
</Tip>
24+
25+
## HiDreamImagePipeline
26+
27+
[[autodoc]] HiDreamImagePipeline
28+
- all
29+
- __call__
30+
31+
## HiDreamImagePipelineOutput
32+
33+
[[autodoc]] pipelines.hidream_image.pipeline_output.HiDreamImagePipelineOutput

0 commit comments

Comments
 (0)