John6666 commited on
Commit
1ce682a
·
verified ·
1 Parent(s): 127dd32

Upload 4 files

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. app.py +4 -6
  3. requirements.txt +2 -1
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- title: test
3
- emoji: 😀
4
  colorFrom: red
5
  colorTo: pink
6
  sdk: gradio
7
  app_file: app.py
8
  pinned: false
9
  license: mit
10
- short_description: test
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: 🧩 DiffuseCraft Mod
3
+ emoji: 🧩🖼️
4
  colorFrom: red
5
  colorTo: pink
6
  sdk: gradio
7
  app_file: app.py
8
  pinned: false
9
  license: mit
10
+ short_description: Stunning images using stable diffusion.
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py CHANGED
@@ -159,17 +159,15 @@ download_vae_list = [
159
  'https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/resolve/main/sdxl.vae.safetensors?download=true',
160
  'https://huggingface.co/nubby/blessed-sdxl-vae-fp16-fix/resolve/main/sdxl_vae-fp16fix-c-1.1-b-0.5.safetensors?download=true',
161
  'https://huggingface.co/nubby/blessed-sdxl-vae-fp16-fix/resolve/main/sdxl_vae-fp16fix-blessed.safetensors?download=true',
162
- 'https://huggingface.co/digiplay/VAE/resolve/main/vividReal_v20.safetensors?download=true',
163
- 'https://huggingface.co/fp16-guy/anything_kl-f8-anime2_vae-ft-mse-840000-ema-pruned_blessed_clearvae_fp16_cleaned/resolve/main/kl-f8-anime2_fp16.safetensors?download=true',
164
- 'https://huggingface.co/fp16-guy/anything_kl-f8-anime2_vae-ft-mse-840000-ema-pruned_blessed_clearvae_fp16_cleaned/resolve/main/ClearVAE_V2.3_fp16.safetensors?download=true',
165
- 'https://huggingface.co/fp16-guy/anything_kl-f8-anime2_vae-ft-mse-840000-ema-pruned_blessed_clearvae_fp16_cleaned/resolve/main/vae-ft-mse-840000-ema-pruned_fp16.safetensors?download=true',
166
- 'https://huggingface.co/fp16-guy/anything_kl-f8-anime2_vae-ft-mse-840000-ema-pruned_blessed_clearvae_fp16_cleaned/resolve/main/blessed2_fp16.safetensors?download=true',
167
  ]
168
  download_vae = ", ".join(download_vae_list)
169
  # - **Download LoRAs**
170
  download_lora_list = [
171
  'https://civitai.com/api/download/models/421075',
172
  'https://civitai.com/api/download/models/446461',
 
173
  ]
174
  download_lora = ", ".join(download_lora_list)
175
 
@@ -681,7 +679,7 @@ def update_task_options(model_name, task_name):
681
 
682
 
683
  with gr.Blocks(theme="NoCrypt/miku", css=CSS) as app:
684
- gr.Markdown("# 🧩 DiffuseCraft")
685
  gr.Markdown(
686
  f"""
687
  This space is a modification of [r3gm's DiffuseCraft](https://huggingface.co/spaces/r3gm/DiffuseCraft).
 
159
  'https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/resolve/main/sdxl.vae.safetensors?download=true',
160
  'https://huggingface.co/nubby/blessed-sdxl-vae-fp16-fix/resolve/main/sdxl_vae-fp16fix-c-1.1-b-0.5.safetensors?download=true',
161
  'https://huggingface.co/nubby/blessed-sdxl-vae-fp16-fix/resolve/main/sdxl_vae-fp16fix-blessed.safetensors?download=true',
162
+ 'https://civitai.com/api/download/models/476032',
163
+ 'https://civitai.com/api/download/models/264491',
 
 
 
164
  ]
165
  download_vae = ", ".join(download_vae_list)
166
  # - **Download LoRAs**
167
  download_lora_list = [
168
  'https://civitai.com/api/download/models/421075',
169
  'https://civitai.com/api/download/models/446461',
170
+ 'https://civitai.com/api/download/models/392162',
171
  ]
172
  download_lora = ", ".join(download_lora_list)
173
 
 
679
 
680
 
681
  with gr.Blocks(theme="NoCrypt/miku", css=CSS) as app:
682
+ gr.Markdown("# 🧩 DiffuseCraft Mod")
683
  gr.Markdown(
684
  f"""
685
  This space is a modification of [r3gm's DiffuseCraft](https://huggingface.co/spaces/r3gm/DiffuseCraft).
requirements.txt CHANGED
@@ -8,4 +8,5 @@ transformers
8
  optimum[onnxruntime]
9
  spaces
10
  dartrs
11
- huggingface_hub
 
 
8
  optimum[onnxruntime]
9
  spaces
10
  dartrs
11
+ huggingface_hub
12
+ diffusers