You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,6 @@ We will continuously update DiffSynth-Engine to support more models. (Wan2.2 LoR
88
88
89
89
After the model is downloaded, load the model with the corresponding pipeline and perform inference.
90
90
91
-
92
91
### Image Generation(Qwen-Image)
93
92
94
93
The following code calls `QwenImagePipeline` to load the [Qwen-Image](https://www.modelscope.cn/models/Qwen/Qwen-Image) model and generate an image. Recommended resolutions are 928×1664, 1104×1472, 1328×1328, 1472×1104, and 1664×928, with a suggested cfg_scale of 4. If no negative_prompt is provided, it defaults to a single space character (not an empty string). For multi-GPU parallelism, currently only cfg parallelism is supported (parallelism=2), with other optimization efforts underway.
@@ -122,7 +121,7 @@ image.save("image.png")
122
121
123
122
Please note that if some necessary modules, like text encoders, are missing from a model repository, the pipeline will automatically download the required files.
124
123
125
-
####Detailed Parameters(Qwen-Image)
124
+
### Detailed Parameters(Qwen-Image)
126
125
127
126
In the image generation pipeline `pipe`, we can use the following parameters for fine-grained control:
Copy file name to clipboardExpand all lines: docs/tutorial_zh.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
## 安装
4
4
5
-
在使用 DiffSynth-Engine 前,请先确保您的硬件设备满足以下要求:
5
+
在使用 DiffSynth-Engine 前,请先确保您的硬件设备满足以下要求:
6
6
7
7
* NVIDIA GPU CUDA 计算能力 8.6+(例如 RTX 50 Series、RTX 40 Series、RTX 30 Series 等,详见 [NVidia 文档](https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#compute-capabilities))或 Apple Silicon M 系列芯片
0 commit comments