with gr.Box(visible=is_spaces): if(is_spaces and is_shared_ui): gr.HTML(f'''

🚨 We have a new version ✨ please try it and add a comment if you find any issues. https://huggingface.co/spaces/achyuth1344/stable-diffusion-webui


🚧 (WIP) Automatic1111 Stable Diffusion Web UI on 🤗 Hugging Face Spaces | Running model: Linaqruf/anything-v3.0

You can duplicate this Space to run it privately without a queue and load additional checkpoints.  Duplicate Space  Open In Colab  Become A Patreon  Buy a Coffee

📝 How to add private model or embed? 📺 Tutorial Video: https://www.youtube.com/channel/UCs_1ej3ysIROjWZVmNw-tyw 🐣 Please follow me for new updates https://twitter.com/pixiejourney

''') elif(is_spaces): import torch if(not torch.cuda.is_available()): gr.HTML(f'''

🚧 (WIP) Private Automatic1111 Stable Diffusion Web UI on 🤗 Hugging Face Spaces

This Space is currently running on CPU, this WebUI may not run on CPU 🥶, you can upgrade for a GPU in the Settings tab  Open In Colab  Become A Patreon  Buy a Coffee

📝 How to add private model or embed? 📺 Tutorial Video: https://www.youtube.com/channel/UCs_1ej3ysIROjWZVmNw-tyw 🐣 Please follow me for new updates https://twitter.com/pixiejourney

''') else: gr.HTML(f'''

🚧 (WIP) Private Automatic1111 Stable Diffusion Web UI on 🤗 Hugging Face Spaces

It is running on a GPU 🔥, you can don't forget to remove the GPU attribution once your are done playing with it  Open In Colab  Become A Patreon  Buy a Coffee

📝 How to add private model or embed? 📺 Tutorial Video: https://www.youtube.com/channel/UCs_1ej3ysIROjWZVmNw-tyw 🐣 Please follow me for new updates https://twitter.com/pixiejourney

''')