mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-24 18:28:10 +00:00
update README
This commit is contained in:
@@ -79,7 +79,7 @@ Until now, DiffSynth Studio has supported the following models:
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Install from source code:
|
Install from source code (recommended):
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/modelscope/DiffSynth-Studio.git
|
git clone https://github.com/modelscope/DiffSynth-Studio.git
|
||||||
@@ -167,6 +167,8 @@ https://github.com/user-attachments/assets/95265d21-cdd6-4125-a7cb-9fbcf6ceb7b0
|
|||||||
|
|
||||||
**This video is not rendered in real-time.**
|
**This video is not rendered in real-time.**
|
||||||
|
|
||||||
|
Before launching the WebUI, please download models to the folder `./models`. See [here](#download-models).
|
||||||
|
|
||||||
* `Gradio` version
|
* `Gradio` version
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -177,6 +179,10 @@ python apps/gradio/DiffSynth_Studio.py
|
|||||||
|
|
||||||
* `Streamlit` version
|
* `Streamlit` version
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install streamlit streamlit-drawable-canvas
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
python -m streamlit run apps/streamlit/DiffSynth_Studio.py
|
python -m streamlit run apps/streamlit/DiffSynth_Studio.py
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
name: DiffSynthStudio
|
|
||||||
channels:
|
|
||||||
- pytorch
|
|
||||||
- nvidia
|
|
||||||
- defaults
|
|
||||||
dependencies:
|
|
||||||
- python=3.9.16
|
|
||||||
- pip=23.0.1
|
|
||||||
- cudatoolkit
|
|
||||||
- pytorch
|
|
||||||
- cupy
|
|
||||||
- pip:
|
|
||||||
- transformers
|
|
||||||
- controlnet-aux==0.0.7
|
|
||||||
- streamlit
|
|
||||||
- streamlit-drawable-canvas
|
|
||||||
- imageio
|
|
||||||
- imageio[ffmpeg]
|
|
||||||
- safetensors
|
|
||||||
- einops
|
|
||||||
- sentencepiece
|
|
||||||
@@ -2,8 +2,7 @@ torch>=2.0.0
|
|||||||
cupy-cuda12x
|
cupy-cuda12x
|
||||||
transformers
|
transformers
|
||||||
controlnet-aux==0.0.7
|
controlnet-aux==0.0.7
|
||||||
streamlit
|
gradio
|
||||||
streamlit-drawable-canvas
|
|
||||||
imageio
|
imageio
|
||||||
imageio[ffmpeg]
|
imageio[ffmpeg]
|
||||||
safetensors
|
safetensors
|
||||||
|
|||||||
Reference in New Issue
Block a user