John6666 commited on
Commit
471fb18
·
verified ·
1 Parent(s): 107eac2

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +1 -0
  2. env.py +1 -0
  3. 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@8ca8cc6b23ab715763839bcbd5c519271b9bc265
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