ehristoforu commited on
Commit
822b47e
·
verified ·
1 Parent(s): c4cebbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -75
README.md CHANGED
@@ -1,84 +1,38 @@
1
  ---
2
  title: Rensor
3
- emoji: 🐠
4
- colorFrom: pink
5
- colorTo: blue
6
  sdk: static
7
- pinned: false
8
  license: other
9
  ---
10
 
11
- <!DOCTYPE html>
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
- <img src="assets/preview.png" alt="Stable Diffusion - Rensor Image">
47
 
48
- <div class="advantages">
49
- <h2>Advantages:</h2>
50
- <ul>
51
- <li>Very speed inference</li>
52
- <li>Minimalist & user-friendly interface</li>
53
- <li>Local install</li>
54
- </ul>
55
- </div>
56
 
57
- <div class="installation-instructions">
58
- <h2>Installation Instructions for GPU:</h2>
59
- <ol>
60
- <li>Install Python 3.11.x and Git</li>
61
- <li>Run <code>git clone https://huggingface.co/spaces/ehristoforu/Rensor</code> in CMD</li>
62
- <li>Open project folder and open folder "pip" and run <code>install-or-update.bat</code></li>
63
- <li>Open project folder and open folder "requests" and run <code>request-to-model-gpu.bat</code></li>
64
- <li>Open project folder and run <code>_run-gpu.bat</code></li>
65
- <li>Wait and open <code>127.0.0.1:5555</code> in browser</li>
66
- <li>Enjoy using Rensor!</li>
67
- </ol>
68
- </div>
69
- <div class="installation-instructions">
70
- <h2>Installation Instructions for CPU:</h2>
71
- <ol>
72
- <li>Install Python 3.11.x and Git</li>
73
- <li>Run <code>git clone https://huggingface.co/spaces/ehristoforu/Rensor</code> in CMD</li>
74
- <li>Open project folder and open folder "pip" and run <code>install-or-update.bat</code></li>
75
- <li>Open project folder and run <code>install-model-cpu.bat</code></li>
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!