File size: 347 Bytes
77200f9
96a2abb
69227b5
065bc7b
5f68b2f
 
 
f82ce78
5f68b2f
 
 
 
 
 
 
69227b5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import gradio as gr

model = "Blane187/ai-hoshino-s1-ponyxl-lora-nochekaise"

examples = [
    ["ai hoshino, long hair, bangs, purple eyes, purple hair, symbol-shaped pupils,"]
]

demo = gr.load(
    model,
    title="Hoshino AI, Stable diffusion PonyXL Lora",
    src="models",
    theme="Blane187/fuchsia",
    examples=examples,
)
demo.launch()