Commit
·
fbdca8d
1
Parent(s):
307ef64
Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,8 @@ import torch
|
|
2 |
from diffusers import StableDiffusionPipeline
|
3 |
import gradio as gr
|
4 |
|
5 |
-
model_base = "SG161222/Realistic_Vision_V5.1_noVAE" #realistic people
|
6 |
-
|
7 |
#model_base = "Lykon/DreamShaper" #unrealistic people
|
8 |
#model_base = "runwayml/stable-diffusion-v1-5" #base
|
9 |
#model_base = "Krebzonide/LazyMixPlus" #nsfw people
|
|
|
2 |
from diffusers import StableDiffusionPipeline
|
3 |
import gradio as gr
|
4 |
|
5 |
+
#model_base = "SG161222/Realistic_Vision_V5.1_noVAE" #realistic people
|
6 |
+
model_base = "Justin-Choo/epiCRealism-Natural_Sin_RC1_VAE" #realistic people
|
7 |
#model_base = "Lykon/DreamShaper" #unrealistic people
|
8 |
#model_base = "runwayml/stable-diffusion-v1-5" #base
|
9 |
#model_base = "Krebzonide/LazyMixPlus" #nsfw people
|