Spaces:
Running
on
T4
Running
on
T4
Krebzonide
commited on
Commit
·
133a145
1
Parent(s):
dba1359
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,8 @@ import gradio as gr
|
|
9 |
model_base = "stabilityai/stable-diffusion-xl-base-1.0"
|
10 |
|
11 |
#model_url = "https://huggingface.co/Krebzonide/Colossus_Project_XL/blob/main/colossusProjectXLSFW_v202BakedVAE.safetensors"
|
12 |
-
model_url = "https://huggingface.co/Krebzonide/Sevenof9_v3_sdxl/blob/main/nsfwSevenof9V3_nsfwSevenof9V3.safetensors"
|
13 |
-
|
14 |
vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
|
15 |
|
16 |
#pipe = StableDiffusionXLPipeline.from_pretrained(
|
|
|
9 |
model_base = "stabilityai/stable-diffusion-xl-base-1.0"
|
10 |
|
11 |
#model_url = "https://huggingface.co/Krebzonide/Colossus_Project_XL/blob/main/colossusProjectXLSFW_v202BakedVAE.safetensors"
|
12 |
+
#model_url = "https://huggingface.co/Krebzonide/Sevenof9_v3_sdxl/blob/main/nsfwSevenof9V3_nsfwSevenof9V3.safetensors"
|
13 |
+
model_url = "https://civitai.com/api/download/models/182513?type=Model&format=SafeTensor&size=full&fp=fp16"
|
14 |
vae = AutoencoderKL.from_pretrained("madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16)
|
15 |
|
16 |
#pipe = StableDiffusionXLPipeline.from_pretrained(
|