Commit ·
975497a
1
Parent(s): 548031b
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import torch
|
|
| 2 |
from diffusers import StableDiffusionPipeline
|
| 3 |
import gradio as gr
|
| 4 |
|
| 5 |
-
model_base = "
|
| 6 |
lora_model_path = "Krebzonide/3a0s-w68r-4qw1-0"
|
| 7 |
|
| 8 |
pipe = StableDiffusionPipeline.from_pretrained(model_base, torch_dtype=torch.float16, use_safetensors=True)
|
|
|
|
| 2 |
from diffusers import StableDiffusionPipeline
|
| 3 |
import gradio as gr
|
| 4 |
|
| 5 |
+
model_base = "Krebzonide/LazyMixPlus"
|
| 6 |
lora_model_path = "Krebzonide/3a0s-w68r-4qw1-0"
|
| 7 |
|
| 8 |
pipe = StableDiffusionPipeline.from_pretrained(model_base, torch_dtype=torch.float16, use_safetensors=True)
|