Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,84 +1,38 @@
|
|
| 1 |
---
|
| 2 |
title: Rensor
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
-
pinned:
|
| 8 |
license: other
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
| 12 |
-
<html lang="en">
|
| 13 |
-
<head>
|
| 14 |
-
<meta charset="UTF-8">
|
| 15 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 16 |
-
<title>Rensor</title>
|
| 17 |
-
<style>
|
| 18 |
-
body {
|
| 19 |
-
font-family: 'Arial', sans-serif;
|
| 20 |
-
margin: 40px;
|
| 21 |
-
padding: 20px;
|
| 22 |
-
background-color: #f4f4f4;
|
| 23 |
-
color: #333;
|
| 24 |
-
}
|
| 25 |
-
h1, h2 {
|
| 26 |
-
color: #008080;
|
| 27 |
-
}
|
| 28 |
-
p {
|
| 29 |
-
line-height: 1.5;
|
| 30 |
-
}
|
| 31 |
-
img {
|
| 32 |
-
max-width: 50%;
|
| 33 |
-
height: auto;
|
| 34 |
-
}
|
| 35 |
-
.advantages {
|
| 36 |
-
margin-top: 20px;
|
| 37 |
-
}
|
| 38 |
-
.installation-instructions {
|
| 39 |
-
margin-top: 20px;
|
| 40 |
-
}
|
| 41 |
-
</style>
|
| 42 |
-
</head>
|
| 43 |
-
<body>
|
| 44 |
-
<h1>Rensor</h1>
|
| 45 |
|
| 46 |
-
|
| 47 |
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
<li>Minimalist & user-friendly interface</li>
|
| 53 |
-
<li>Local install</li>
|
| 54 |
-
</ul>
|
| 55 |
-
</div>
|
| 56 |
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
<li>Open project folder and run <code>_run-cpu.bat</code></li>
|
| 77 |
-
<li>Wait and enter width & height for image generation in console (width / 8 == 0 and height / 8 ==0)</li>
|
| 78 |
-
<li>Wait and open <code>127.0.0.1:5555</code> in browser</li>
|
| 79 |
-
<li>Enjoy using Rensor!</li>
|
| 80 |
-
</ol>
|
| 81 |
-
</div>
|
| 82 |
-
|
| 83 |
-
</body>
|
| 84 |
-
</html>
|
|
|
|
| 1 |
---
|
| 2 |
title: Rensor
|
| 3 |
+
emoji: 🐧
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
+
pinned: true
|
| 8 |
license: other
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Rensor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
+
<img src="assets/preview.png" alt="Stable Diffusion - Rensor Image" width="50%" height="auto">
|
| 14 |
|
| 15 |
+
## Advantages:
|
| 16 |
+
- Very fast inference
|
| 17 |
+
- Minimalist & user-friendly interface
|
| 18 |
+
- Local install
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
+
## Installation Instructions for GPU:
|
| 21 |
+
1. Install Python 3.11.x and Git
|
| 22 |
+
2. Run `git clone https://huggingface.co/spaces/ehristoforu/Rensor` in CMD
|
| 23 |
+
3. Open the project folder and navigate to the "pip" folder, then run `install-or-update.bat`
|
| 24 |
+
4. Open the project folder, go to the "requests" folder, and run `request-to-model-gpu.bat`
|
| 25 |
+
5. Open the project folder and run `_run-gpu.bat`
|
| 26 |
+
6. Wait and open `127.0.0.1:5555` in the browser
|
| 27 |
+
|
| 28 |
+
## Installation Instructions for CPU:
|
| 29 |
+
1. Install Python 3.11.x and Git
|
| 30 |
+
2. Run `git clone https://huggingface.co/spaces/ehristoforu/Rensor` in CMD
|
| 31 |
+
3. Open the project folder and navigate to the "pip" folder, then run `install-or-update.bat`
|
| 32 |
+
4. Open the project folder and run `install-model-cpu.bat`
|
| 33 |
+
5. Open the project folder and run `_run-cpu.bat`
|
| 34 |
+
6. Wait and enter width & height for image generation in the console (width / 8 == 0 and height / 8 == 0)
|
| 35 |
+
7. Wait and open `127.0.0.1:5555` in the browser
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
##### Enjoy using Rensor!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|