Duskfallcrew's picture
Upload app.py with huggingface_hub
1ab3fe5
raw
history blame contribute delete
No virus
868 Bytes
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/duskfall-crew-visual-art-style-1-5",
title="""Duskfall Crews Art Style WebUI""",
description="""Demo for <a href="https://huggingface.co/Duskfallcrew/duskfall-crew-visual-art-style-1-5">Duskfall Crew Visual Art Style 1 5</a> Stable Diffusion model. Running on Free CPU, if there's a queue make sure you duplicate the space to your own and if you got the funds upgrade to GPU. No prefix tokens. If you like what you see consider donating here: <a href="https://ko-fi.com/DUSKFALLcrew">Ko-Fi Duskfallcrew </a>""",
article=article,
api_key=API_KEY,
).queue(concurrency_count=20).launch()