File size: 497 Bytes
b1ec93b
 
 
 
 
b06c7e3
 
b1ec93b
 
b06c7e3
1
2
3
4
5
6
7
8
9
10
11
import gradio as gr

description = """<div>
                <img src="https://i.imgur.com/FEA7N1p.png">
              </div>
              <div><p>Ghibli Diffusion
This is the fine-tuned Stable Diffusion model trained on images from modern anime feature films from Studio Ghibli. Use the tokens ghibli style in your prompts for the effect.</p></div>
              """

gr.Interface.load("models/nitrosocke/Ghibli-Diffusion", description=description, examples=[["superman ghibli style"]]).launch()