Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
0a352fc
1
Parent(s):
932c402
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ download_file("https://huggingface.co/ai-forever/Real-ESRGAN/resolve/main/RealES
|
|
49 |
|
50 |
# Download the model files
|
51 |
ckpt_dir_pony = snapshot_download(repo_id="Niggendar/autismmixSDXL_autismmixPony")
|
52 |
-
ckpt_dir_cyber = snapshot_download(repo_id="John6666/t-ponynai3-
|
53 |
ckpt_dir_stallion = snapshot_download(repo_id="John6666/prefect-pony-xl-v2-cleaned-style-sdxl")
|
54 |
|
55 |
# Load the models
|
@@ -283,7 +283,7 @@ with gr.Blocks(theme='bethecloud/storj_theme') as demo:
|
|
283 |
<h1 align="center">AutismMix SDXL / T-ponynai3 / Prefect Pony XL</h1>
|
284 |
<p align="center">
|
285 |
<a href="https://huggingface.co/Niggendar/autismmixSDXL_autismmixPony/" target="_blank">[AutismMix SDXL]</a>
|
286 |
-
<a href="https://huggingface.co/John6666/t-ponynai3-
|
287 |
<a href="https://huggingface.co/John6666/prefect-pony-xl-v2-cleaned-style-sdxl" target="_blank">[Prefect Pony XL]</a><br>
|
288 |
<a href="https://civitai.com/models/288584/autismmix-sdxl" target="_blank">[AutismMix SDXL civitai]</a>
|
289 |
<a href="https://civitai.com/models/317902/t-ponynai3" target="_blank">[T-ponynai3 civitai]</a>
|
|
|
49 |
|
50 |
# Download the model files
|
51 |
ckpt_dir_pony = snapshot_download(repo_id="Niggendar/autismmixSDXL_autismmixPony")
|
52 |
+
ckpt_dir_cyber = snapshot_download(repo_id="John6666/t-ponynai3-v61-sdxl")
|
53 |
ckpt_dir_stallion = snapshot_download(repo_id="John6666/prefect-pony-xl-v2-cleaned-style-sdxl")
|
54 |
|
55 |
# Load the models
|
|
|
283 |
<h1 align="center">AutismMix SDXL / T-ponynai3 / Prefect Pony XL</h1>
|
284 |
<p align="center">
|
285 |
<a href="https://huggingface.co/Niggendar/autismmixSDXL_autismmixPony/" target="_blank">[AutismMix SDXL]</a>
|
286 |
+
<a href="https://huggingface.co/John6666/t-ponynai3-v61-sdxl" target="_blank">[T-ponynai3]</a>
|
287 |
<a href="https://huggingface.co/John6666/prefect-pony-xl-v2-cleaned-style-sdxl" target="_blank">[Prefect Pony XL]</a><br>
|
288 |
<a href="https://civitai.com/models/288584/autismmix-sdxl" target="_blank">[AutismMix SDXL civitai]</a>
|
289 |
<a href="https://civitai.com/models/317902/t-ponynai3" target="_blank">[T-ponynai3 civitai]</a>
|