Commit ·
b960b9c
1
Parent(s): c8d71a7
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import gradio as gr
|
|
| 8 |
model_base = "stabilityai/stable-diffusion-xl-base-1.0"
|
| 9 |
|
| 10 |
#model_url = "https://huggingface.co/Krebzonide/Colossus_Project_XL/blob/main/colossusProjectXLSFW_v202BakedVAE.safetensors"
|
| 11 |
-
model_url = "https://huggingface.co/Krebzonide/
|
| 12 |
|
| 13 |
vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
|
| 14 |
|
|
|
|
| 8 |
model_base = "stabilityai/stable-diffusion-xl-base-1.0"
|
| 9 |
|
| 10 |
#model_url = "https://huggingface.co/Krebzonide/Colossus_Project_XL/blob/main/colossusProjectXLSFW_v202BakedVAE.safetensors"
|
| 11 |
+
model_url = "https://huggingface.co/Krebzonide/Sevenof9_v3_sdxl/blob/main/nsfwSevenof9V3_nsfwSevenof9V3.safetensors"
|
| 12 |
|
| 13 |
vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
|
| 14 |
|