Spaces:
Running
Running
metadata
title: Rensor
emoji: 🐧
colorFrom: purple
colorTo: indigo
sdk: static
pinned: true
license: other
Rensor - Stable Diffusion UI
Advantages:
- Very fast inference
- Minimalist & user-friendly interface
- Local install
Installation Instructions for GPU:
- Install Python 3.11.x and Git
- Run
git clone https://huggingface.co/spaces/ehristoforu/Rensor
in CMD - Open the project folder and navigate to the "pip" folder, then run
install-or-update.bat
- Open the project folder, go to the "requests" folder, and run
request-to-model-gpu.bat
- Open the project folder and run
_run-gpu.bat
- Wait and open
127.0.0.1:5555
in the browser
Installation Instructions for CPU:
- Install Python 3.11.x and Git
- Run
git clone https://huggingface.co/spaces/ehristoforu/Rensor
in CMD - Open the project folder and navigate to the "pip" folder, then run
install-or-update.bat
- Open the project folder and run
install-model-cpu.bat
- Open the project folder and run
_run-cpu.bat
- Wait and enter width & height for image generation in the console (width / 8 == 0 and height / 8 == 0)
- Wait and open
127.0.0.1:5555
in the browser