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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -1
README.md CHANGED
@@ -8,4 +8,77 @@ pinned: false
8
  license: other
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>