Nitro-Diffusion / app.py
akhaliq's picture
akhaliq HF staff
Update app.py
b9e7b65
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()