mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-21 16:18:13 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd8884c9ef | ||
|
|
46744362de |
@@ -2,7 +2,6 @@ torch>=2.0.0
|
|||||||
torchvision
|
torchvision
|
||||||
cupy-cuda12x
|
cupy-cuda12x
|
||||||
transformers==4.46.2
|
transformers==4.46.2
|
||||||
controlnet-aux==0.0.7
|
|
||||||
imageio
|
imageio
|
||||||
imageio[ffmpeg]
|
imageio[ffmpeg]
|
||||||
safetensors
|
safetensors
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -14,7 +14,7 @@ else:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="diffsynth",
|
name="diffsynth",
|
||||||
version="1.1.4",
|
version="1.1.5",
|
||||||
description="Enjoy the magic of Diffusion models!",
|
description="Enjoy the magic of Diffusion models!",
|
||||||
author="Artiprocher",
|
author="Artiprocher",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|||||||
Reference in New Issue
Block a user