mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-24 01:48:13 +00:00
@@ -51,9 +51,7 @@ DiffSynth Studio is a Diffusion engine. We have restructured architectures inclu
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/modelscope/DiffSynth-Studio.git
|
pip install git+https://github.com/modelscope/DiffSynth-Studio.git
|
||||||
cd DiffSynth-Studio
|
|
||||||
pip install -e .
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage (in Python code)
|
## Usage (in Python code)
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -9,7 +9,7 @@ setup(
|
|||||||
version="1.0.0",
|
version="1.0.0",
|
||||||
description="",
|
description="",
|
||||||
author="Artiprocher",
|
author="Artiprocher",
|
||||||
packages=find_packages(exclude=["diffsynth"]),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
str(r)
|
str(r)
|
||||||
for r in pkg_resources.parse_requirements(
|
for r in pkg_resources.parse_requirements(
|
||||||
|
|||||||
Reference in New Issue
Block a user