Spaces:
Running
on
T4
Running
on
T4
Krebzonide
commited on
Commit
·
bf4b161
1
Parent(s):
98b72cf
Update app.py
Browse files
app.py
CHANGED
@@ -8,10 +8,10 @@ model_base = "Justin-Choo/epiCRealism-Natural_Sin_RC1_VAE" #realistic people
|
|
8 |
#model_base = "runwayml/stable-diffusion-v1-5" #base
|
9 |
#model_base = "Krebzonide/LazyMixPlus" #nsfw people
|
10 |
|
11 |
-
lora_model_path = "Krebzonide/LoRA-JO-0" #Jenna Ortega
|
12 |
-
#lora_model_path = "Krebzonide/LoRA-CH-0" #Corey H, traind on epiCRealism
|
13 |
-
#lora_model_path = "Krebzonide/LoRA-EM1" #Emily M, trained on sd-V1-5
|
14 |
-
#lora_model_path = "Krebzonide/LoRA-YX1" #Professor Xing, trained on Realistic_Vision
|
15 |
|
16 |
pipe = StableDiffusionPipeline.from_pretrained(model_base, torch_dtype=torch.float16, use_safetensors=True)
|
17 |
pipe.unet.load_attn_procs(lora_model_path) #working, commented to test stuff------------------------------------------
|
|
|
8 |
#model_base = "runwayml/stable-diffusion-v1-5" #base
|
9 |
#model_base = "Krebzonide/LazyMixPlus" #nsfw people
|
10 |
|
11 |
+
lora_model_path = "Krebzonide/LoRA-JO-0" #jortega - Jenna Ortega
|
12 |
+
#lora_model_path = "Krebzonide/LoRA-CH-0" #mecjh - Corey H, traind on epiCRealism
|
13 |
+
#lora_model_path = "Krebzonide/LoRA-EM1" #gfemti - Emily M, trained on sd-V1-5
|
14 |
+
#lora_model_path = "Krebzonide/LoRA-YX1" #uwspyx - Professor Xing, trained on Realistic_Vision
|
15 |
|
16 |
pipe = StableDiffusionPipeline.from_pretrained(model_base, torch_dtype=torch.float16, use_safetensors=True)
|
17 |
pipe.unet.load_attn_procs(lora_model_path) #working, commented to test stuff------------------------------------------
|