Spaces:
Running
on
Zero
Running
on
Zero
Alexander Bagus
commited on
Commit
·
f9b900c
1
Parent(s):
4f97a9e
22
Browse files- .gitignore +1 -0
- app.py +0 -1
- requirements.txt +2 -1
.gitignore
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
|
| 2 |
/models/
|
|
|
|
| 3 |
|
| 4 |
# Packages
|
| 5 |
*.egg
|
|
|
|
| 1 |
|
| 2 |
/models/
|
| 3 |
+
/repos/
|
| 4 |
|
| 5 |
# Packages
|
| 6 |
*.egg
|
app.py
CHANGED
|
@@ -21,7 +21,6 @@ repo_utils.clone_repo_if_not_exists("https://huggingface.co/Tongyi-MAI/Z-Image-T
|
|
| 21 |
repo_utils.clone_repo_if_not_exists("https://huggingface.co/alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union", "app/models")
|
| 22 |
|
| 23 |
|
| 24 |
-
|
| 25 |
# MODEL_REPO = "Tongyi-MAI/Z-Image-Turbo"
|
| 26 |
MAX_SEED = np.iinfo(np.int32).max
|
| 27 |
MAX_IMAGE_SIZE = 1280
|
|
|
|
| 21 |
repo_utils.clone_repo_if_not_exists("https://huggingface.co/alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union", "app/models")
|
| 22 |
|
| 23 |
|
|
|
|
| 24 |
# MODEL_REPO = "Tongyi-MAI/Z-Image-Turbo"
|
| 25 |
MAX_SEED = np.iinfo(np.int32).max
|
| 26 |
MAX_IMAGE_SIZE = 1280
|
requirements.txt
CHANGED
|
@@ -6,4 +6,5 @@ spaces
|
|
| 6 |
git+https://github.com/huggingface/diffusers.git
|
| 7 |
kernels
|
| 8 |
controlnet-aux
|
| 9 |
-
matplotlib
|
|
|
|
|
|
| 6 |
git+https://github.com/huggingface/diffusers.git
|
| 7 |
kernels
|
| 8 |
controlnet-aux
|
| 9 |
+
matplotlib
|
| 10 |
+
librosa
|