File size: 1,291 Bytes
7fa45e1
 
822b47e
 
 
7fa45e1
822b47e
65efad1
7fa45e1
 
5d09ebf
c4cebbc
822b47e
c4cebbc
822b47e
 
 
 
c4cebbc
822b47e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5d09ebf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
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!