{ "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "provenance": [], "gpuType": "T4", "authorship_tag": "ABX9TyNpTDMQv1J1gXh4O/Jp/Z2w", "include_colab_link": true }, "kernelspec": { "name": "python3", "display_name": "Python 3" }, "language_info": { "name": "python" }, "accelerator": "GPU" }, "cells": [ { "cell_type": "markdown", "metadata": { "id": "view-in-github", "colab_type": "text" }, "source": [ "\"Open" ] }, { "cell_type": "markdown", "source": [ "# Rensor - Stable Diffusion UI\n", "\n", "\"Stable\n", "\n", "## Advantages:\n", "- Very fast inference\n", "- Minimalist & user-friendly interface\n", "- Local install" ], "metadata": { "id": "DX_7JXYY5Pog" } }, { "cell_type": "code", "execution_count": null, "metadata": { "cellView": "form", "id": "Msm3Gocj5Duq" }, "outputs": [], "source": [ "#@title Install & Run UI\n", "\n", "!git lfs install\n", "!git clone https://huggingface.co/spaces/ehristoforu/Rensor\n", "\n", "%cd /content/Rensor\n", "\n", "!pip install -q -r pip/requirements.txt\n", "\n", "!python requests/request-to-model-gpu.py\n", "\n", "!python app-colab.py" ] } ] }