import gradio as gr description = """

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

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