File size: 374 Bytes
bdeaacc
 
 
 
c671d59
bdeaacc
09756bf
 
 
 
 
 
 
bdeaacc
 
ee70457
bdeaacc
09756bf
 
bdeaacc
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22


import gradio as gr

model = "John6666/pony-diffusion-v6-xl-sdxl-spo"

examples = [
    "score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, source_furry, source_cartoon, Sonic the Hedgehog, female"
]




demo = gr.load(
    model,
    title="pony-diffusion-v6-xl-sdxl-spo",
    src="models", 
    theme="redfr/red",
    examples=examples
)

demo.launch()