mem-cho / app.py
Blane187's picture
Update app.py
a93c676 verified
raw
history blame
460 Bytes
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()