Skip to content

Commit a291c82

Browse files
committed
add api doc etc
1 parent 56d1073 commit a291c82

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

docs/source/en/api/pipelines/qwenimage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ The `guidance_scale` parameter in the pipeline is there to support future guidan
120120
- all
121121
- __call__
122122

123+
## QwenImaggeControlNetPipeline
124+
- all
125+
- __call__
126+
123127
## QwenImagePipelineOutput
124128

125129
[[autodoc]] pipelines.qwenimage.pipeline_output.QwenImagePipelineOutput

src/diffusers/models/controlnets/controlnet_qwenimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,6 @@ def forward(
354354
for control_block_sample, block_sample in zip(control_block_samples, block_samples)
355355
]
356356
else:
357-
raise ValueError("QwenImageMultiControlNetModel only supports controlnet-union now.")
357+
raise ValueError("QwenImageMultiControlNetModel only supports a single controlnet-union now.")
358358

359359
return control_block_samples

src/diffusers/pipelines/qwenimage/pipeline_qwenimage_controlnet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
```
101101
"""
102102

103+
103104
# Coped from diffusers.pipelines.qwenimage.pipeline_qwenimage.calculate_shift
104105
def calculate_shift(
105106
image_seq_len,

0 commit comments

Comments
 (0)