mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-23 17:38:10 +00:00
update docs
This commit is contained in:
@@ -209,6 +209,13 @@ pip install diffsynth
|
||||
|
||||
DiffSynth-Studio 为主流 Diffusion 模型(包括 FLUX、Wan 等)重新设计了推理和训练流水线,能够实现高效的显存管理、灵活的模型训练。
|
||||
|
||||
> 在进行模型推理和训练前,可通过[环境变量](/docs/zh/Pipeline_Usage/Environment_Variables.md)配置模型下载源,本项目默认从魔搭社区下载模型,非中国用户可将模型下载源修改为 Huggingface:
|
||||
>
|
||||
> ```python
|
||||
> import os
|
||||
> os.environ["DIFFSYNTH_DOWNLOAD_SOURCE"] = "huggingface"
|
||||
> ```
|
||||
|
||||
### 图像生成模型
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user