CoolFace
Apppublic

gonduras/CloneDiffusion

sourceHugging Faceupdated 10d agoView on Hugging Face
0likes
app.py11 linesDownload Raw Back to root
1import gradio as gr2 3description = """<div>4                <img src="https://i.imgur.com/FEA7N1p.png">5              </div>6              <div><p>7This is the fine-tuned Stable Diffusion model trained on screenshots from The Clone wars TV series. Use the tokens "Clonewars style" in your prompts for the effect.</p></div>8              """9 10gr.load("models/TryStar/CloneDiffusion", description=description, examples=[["superman Clonewars style"]]).launch()11