File size: 1,088 Bytes
19f919e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import os
import gradio as gr

API_KEY=os.environ.get('HUGGING_FACE_HUB_TOKEN', None)

article = """---
This space was created using [SD Space Creator](https://huggingface.co/spaces/anzorq/sd-space-creator)."""

gr.Interface.load(
    name="models/Duskfallcrew/OsenayanMix-Illustration",
    title="""Osenayan Mix Illustration (BETA)  """,
    description="""Demo for <a href="https://huggingface.co/Duskfallcrew/OsenayanMix-Illustration">Osenayanmix Illustration</a> Stable Diffusion model.  We've got a list of things that made this model possible: <a href="https://rentry.co/Osenayan-Mix">Osenayan mix Illustration Recipe Card!</a>.  If this mix gets stuck or unresponsive please make a pull request, or  <a href="https://discord.gg/Da7s8d3KJ7">Join the Discord for support.</a>  More updates to this line can be found on <a href="https://civitai.com/models/36591/duskfalls-osenayan-mix">Osenayanmix Illustration at CivitAI</a> . Don't forget you can DUPLICATE this space using the tools above! """,
    article=article,
    api_key=API_KEY,
    ).queue(concurrency_count=20).launch()