Spaces:
Running
on
Zero
Running
on
Zero
Upload 3 files
Browse files- README.md +1 -0
- env.py +1 -0
- requirements.txt +1 -1
README.md
CHANGED
@@ -9,6 +9,7 @@ app_file: app.py
|
|
9 |
pinned: true
|
10 |
header: mini
|
11 |
license: mit
|
|
|
12 |
short_description: Stunning images using stable diffusion.
|
13 |
---
|
14 |
|
|
|
9 |
pinned: true
|
10 |
header: mini
|
11 |
license: mit
|
12 |
+
duplicated_from: r3gm/DiffuseCraft
|
13 |
short_description: Stunning images using stable diffusion.
|
14 |
---
|
15 |
|
env.py
CHANGED
@@ -19,6 +19,7 @@ load_diffusers_format_model = [
|
|
19 |
'kitty7779/ponyDiffusionV6XL',
|
20 |
'John6666/ebara-mfcg-pony-mix-v12-sdxl',
|
21 |
'John6666/t-ponynai3-v51-sdxl',
|
|
|
22 |
'yodayo-ai/kivotos-xl-2.0',
|
23 |
'yodayo-ai/holodayo-xl-2.1',
|
24 |
'digiplay/majicMIX_sombre_v2',
|
|
|
19 |
'kitty7779/ponyDiffusionV6XL',
|
20 |
'John6666/ebara-mfcg-pony-mix-v12-sdxl',
|
21 |
'John6666/t-ponynai3-v51-sdxl',
|
22 |
+
'yodayo-ai/clandestine-xl-1.0',
|
23 |
'yodayo-ai/kivotos-xl-2.0',
|
24 |
'yodayo-ai/holodayo-xl-2.1',
|
25 |
'digiplay/majicMIX_sombre_v2',
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
git+https://github.com/R3gm/stablepy.git@
|
2 |
torch==2.2.0
|
3 |
gdown
|
4 |
opencv-python
|
|
|
1 |
+
git+https://github.com/R3gm/stablepy.git@dev2
|
2 |
torch==2.2.0
|
3 |
gdown
|
4 |
opencv-python
|