File size: 460 Bytes
0f28a3c
 
 
 
 
a93c676
 
 
 
a8a4716
 
 
 
 
 
a93c676
a8a4716
0f28a3c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import gradio as gr

model = "Blane187/memcho-s1-ponyxl-lora-nochekaiser"


examples = [
    ["memcho, blonde hair, blue eyes, blunt bangs, demon horns, fake horns, horns, short hair,"]
]

demo = gr.load(
    model, 
    title="Mem-Cho, PonyXL lora stable diffusion",
    description="see triger word here https://huggingface.co/Blane187/memcho-s1-ponyxl-lora-nochekaiser",
    src="models",
    theme="Blane187/fuchsia",
    examples=examples,
)
demo.launch()