Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,8 +49,8 @@ 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-
|
| 54 |
|
| 55 |
# Load the models
|
| 56 |
vae_pony = AutoencoderKL.from_pretrained(os.path.join(ckpt_dir_pony, "vae"), torch_dtype=torch.float16)
|
|
|
|
| 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-v65-sdxl")
|
| 53 |
+
ckpt_dir_stallion = snapshot_download(repo_id="John6666/prefect-pony-xl-v4-sdxl")
|
| 54 |
|
| 55 |
# Load the models
|
| 56 |
vae_pony = AutoencoderKL.from_pretrained(os.path.join(ckpt_dir_pony, "vae"), torch_dtype=torch.float16)
|