Spaces:
Running
Running
| title: Rensor | |
| emoji: 🐧 | |
| colorFrom: purple | |
| colorTo: indigo | |
| sdk: static | |
| pinned: true | |
| license: other | |
| # Rensor - Stable Diffusion UI | |
| <img src="assets/preview.png" alt="Stable Diffusion - Rensor Image" width="50%" height="auto"> | |
| ## Advantages: | |
| - Very fast inference | |
| - Minimalist & user-friendly interface | |
| - Local install | |
| ## Installation Instructions for GPU: | |
| 1. Install Python 3.11.x and Git | |
| 2. Run `git clone https://huggingface.co/spaces/ehristoforu/Rensor` in CMD | |
| 3. Open the project folder and navigate to the "pip" folder, then run `install-or-update.bat` | |
| 4. Open the project folder, go to the "requests" folder, and run `request-to-model-gpu.bat` | |
| 5. Open the project folder and run `_run-gpu.bat` | |
| 6. Wait and open `127.0.0.1:5555` in the browser | |
| ## Installation Instructions for CPU: | |
| 1. Install Python 3.11.x and Git | |
| 2. Run `git clone https://huggingface.co/spaces/ehristoforu/Rensor` in CMD | |
| 3. Open the project folder and navigate to the "pip" folder, then run `install-or-update.bat` | |
| 4. Open the project folder and run `install-model-cpu.bat` | |
| 5. Open the project folder and run `_run-cpu.bat` | |
| 6. Wait and enter width & height for image generation in the console (width / 8 == 0 and height / 8 == 0) | |
| 7. Wait and open `127.0.0.1:5555` in the browser | |
| ### Enjoy using Rensor! |