ehristoforu commited on
Commit
d051e0a
1 Parent(s): 66a60aa

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +19 -5
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Stable Diffusion - Rensor</title>
7
  <style>
8
  body {
9
  font-family: 'Arial', sans-serif;
@@ -22,7 +22,7 @@
22
  }
23
 
24
  img {
25
- max-width: 100%;
26
  height: auto;
27
  }
28
 
@@ -36,9 +36,9 @@
36
  </style>
37
  </head>
38
  <body>
39
- <h1>Stable Diffusion - Rensor</h1>
40
 
41
- <img src="assets/favicon.png" alt="Stable Diffusion - Rensor Image">
42
 
43
  <div class="advantages">
44
  <h2>Advantages:</h2>
@@ -50,7 +50,7 @@
50
  </div>
51
 
52
  <div class="installation-instructions">
53
- <h2>Installation Instructions:</h2>
54
  <ol>
55
  <li>Install Python 3.11.x and Git</li>
56
  <li>Run <code>git clone https://huggingface.co/spaces/ehristoforu/Rensor</code> in CMD</li>
@@ -61,5 +61,19 @@
61
  <li>Enjoy using Rensor!</li>
62
  </ol>
63
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  </body>
65
  </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Rensor</title>
7
  <style>
8
  body {
9
  font-family: 'Arial', sans-serif;
 
22
  }
23
 
24
  img {
25
+ max-width: 50%;
26
  height: auto;
27
  }
28
 
 
36
  </style>
37
  </head>
38
  <body>
39
+ <h1>Rensor</h1>
40
 
41
+ <img src="assets/preview.png" alt="Stable Diffusion - Rensor Image">
42
 
43
  <div class="advantages">
44
  <h2>Advantages:</h2>
 
50
  </div>
51
 
52
  <div class="installation-instructions">
53
+ <h2>Installation Instructions for GPU:</h2>
54
  <ol>
55
  <li>Install Python 3.11.x and Git</li>
56
  <li>Run <code>git clone https://huggingface.co/spaces/ehristoforu/Rensor</code> in CMD</li>
 
61
  <li>Enjoy using Rensor!</li>
62
  </ol>
63
  </div>
64
+ <div class="installation-instructions">
65
+ <h2>Installation Instructions for CPU:</h2>
66
+ <ol>
67
+ <li>Install Python 3.11.x and Git</li>
68
+ <li>Run <code>git clone https://huggingface.co/spaces/ehristoforu/Rensor</code> in CMD</li>
69
+ <li>Open project folder and open folder "pip" and run <code>install-or-update.bat</code></li>
70
+ <li>Open project folder and run <code>install-model-cpu.bat</code></li>
71
+ <li>Open project folder and run <code>_run-cpu.bat</code></li>
72
+ <li>Wait and enter width & height for image generation in console (width / 8 == 0 and height / 8 ==0)</li>
73
+ <li>Wait and open <code>127.0.0.1:5555</code> in browser</li>
74
+ <li>Enjoy using Rensor!</li>
75
+ </ol>
76
+ </div>
77
+
78
  </body>
79
  </html>