-
Notifications
You must be signed in to change notification settings - Fork 935
Description
Hi everyone, I ran these commands
git clone https://github.com/modelscope/DiffSynth-Studio.git
cd DiffSynth-Studio
pip install -e .
here's what i installed
pip list
Package Version Editable project location
accelerate 1.10.1
aiofiles 24.1.0
altair 5.5.0
annotated-types 0.7.0
anyio 4.10.0
attrs 25.3.0
audioop-lts 0.2.2
audioread 3.0.1
blinker 1.9.0
Brotli 1.1.0
cachetools 6.2.0
certifi 2025.8.3
cffi 2.0.0
charset-normalizer 3.4.3
click 8.2.1
colorama 0.4.6
cupy-cuda12x 13.6.0
decorator 5.2.1
diffsynth 1.1.8 C:\Users\super\DiffSynth-Studio
einops 0.8.1
fastapi 0.116.1
fastrlock 0.8.3
ffmpy 0.6.1
filelock 3.13.1
fsspec 2024.6.1
ftfy 6.3.1
gitdb 4.0.12
GitPython 3.1.45
gradio 5.45.0
gradio_client 1.13.0
groovy 0.1.2
h11 0.16.0
httpcore 1.0.9
httpx 0.28.1
huggingface-hub 0.35.0
idna 3.10
imageio 2.37.0
imageio-ffmpeg 0.6.0
Jinja2 3.1.4
joblib 1.5.2
jsonschema 4.25.1
jsonschema-specifications 2025.9.1
lazy_loader 0.4
librosa 0.11.0
llvmlite 0.44.0
markdown-it-py 4.0.0
MarkupSafe 2.1.5
mdurl 0.1.2
modelscope 1.30.0
mpmath 1.3.0
msgpack 1.1.1
narwhals 2.5.0
networkx 3.3
numba 0.61.2
numpy 2.1.2
nvidia-ml-py 13.580.82
orjson 3.11.3
packaging 25.0
pandas 2.3.2
peft 0.17.1
pillow 11.0.0
pip 24.3.1
platformdirs 4.4.0
pooch 1.8.2
protobuf 6.32.1
psutil 7.0.0
pyarrow 21.0.0
pycparser 2.23
pydantic 2.11.9
pydantic_core 2.33.2
pydeck 0.9.1
pydub 0.25.1
Pygments 2.19.2
python-dateutil 2.9.0.post0
python-multipart 0.0.20
pytz 2025.2
PyYAML 6.0.2
referencing 0.36.2
regex 2025.9.1
requests 2.32.5
rich 14.1.0
rpds-py 0.27.1
ruff 0.13.0
safehttpx 0.1.6
safetensors 0.6.2
scikit-learn 1.7.2
scipy 1.16.2
semantic-version 2.10.0
sentencepiece 0.2.1
setuptools 70.2.0
shellingham 1.5.4
six 1.17.0
smmap 5.0.2
sniffio 1.3.1
soundfile 0.13.1
soxr 1.0.0
standard-aifc 3.13.0
standard-chunk 3.13.0
standard-sunau 3.13.0
starlette 0.47.3
streamlit 1.49.1
sympy 1.13.3
tenacity 9.1.2
threadpoolctl 3.6.0
tokenizers 0.22.0
toml 0.10.2
tomlkit 0.13.3
torch 2.8.0+cu126
torchvision 0.23.0+cu126
tornado 6.5.2
tqdm 4.67.1
transformers 4.56.1
typer 0.17.4
typing_extensions 4.12.2
typing-inspection 0.4.1
tzdata 2025.2
urllib3 2.5.0
uvicorn 0.35.0
watchdog 6.0.0
wcwidth 0.2.13
websockets 15.0.1
when I start streamlit run DiffSynth_Studio.py, the screen is blank, do I have to perform other installations? or did I do something wrong? also I would like to use this Wan2.2-S2V-14B_multi_clips.py, if anyone is so kind to help me, thanks.
