# DiffSynth-Studio-windows **Repository Path**: MarkburtOS/DiffSynth-Studio-windows ## Basic Information - **Project Name**: DiffSynth-Studio-windows - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-24 - **Last Updated**: 2024-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DiffSynth Studio ## Forked from @Artiprocher's GitHub 原作者项目地址 https://github.com/Artiprocher/DiffSynth-Studio ## Installation 安装环境 Create Python environment: ``` cd DiffSynth-Studio-windows conda create -p ./python python=3.9 ``` activate the Python environment: ``` conda activate python ``` cuda118: ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 pip install -r requirements-cuda118.txt ``` cuda121: ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 pip install -r requirements-cuda121.txt ``` ## Run (in WebUI) 启动UI界面 ``` python -m streamlit run Diffsynth_Studio.py ``` ## Directly download windows整合包下载 download link 下载地址:https://pan.baidu.com/s/1m90xlRQeiLf55AZYShlCBA?pwd=9t60 ## Image Creator 图片操作界面 ![Image Creator](https://github.com/ainewsto/DiffSynth-Studio-windows/assets/113163264/8a077f81-892e-4381-a4a3-975d5e42a484) ## Video Creator 视频操作界面 ![Video Creator](https://github.com/ainewsto/DiffSynth-Studio-windows/assets/113163264/eb674fe9-bddd-4515-a170-10cff344eab4)