File size: 736 Bytes
3c70204
 
b9e7b65
bf99375
 
b9e7b65
f031f9d
 
1
2
3
4
5
6
7
8
import gradio as gr

description = """<div>
                <img src="https://i.imgur.com/FEA7N1p.png">
              </div>
              <div><p>Welcome to Nitro Diffusion - the first Multi-Style Model trained from scratch! This is a fine-tuned Stable Diffusion model trained on three artstyles simultaniously while keeping each style separate from the others. This allows for high control of mixing, weighting and single style use. Use the tokens archer style, arcane style or modern disney style in your prompts for the effect. You can also use more than one for a mixed style like in the examples down below. Model by Nitrosocke</p></div>"""

gr.Interface.load("models/nitrosocke/Nitro-Diffusion", description=description).launch()