Spaces:
Running
Running
ehristoforu
commited on
Commit
•
66a60aa
1
Parent(s):
bb37650
Update index.html
Browse files- index.html +7 -10
index.html
CHANGED
@@ -52,16 +52,13 @@
|
|
52 |
<div class="installation-instructions">
|
53 |
<h2>Installation Instructions:</h2>
|
54 |
<ol>
|
55 |
-
<li>
|
56 |
-
<li>
|
57 |
-
<li>
|
58 |
-
<li>
|
59 |
-
<li>
|
60 |
-
<li>
|
61 |
-
<li>
|
62 |
-
<li>Access the application through your web browser at <code>http://localhost:8000</code>.</li>
|
63 |
-
<li>Follow on-screen instructions to complete the setup.</li>
|
64 |
-
<li>Enjoy using Stable Diffusion - Rensor!</li>
|
65 |
</ol>
|
66 |
</div>
|
67 |
</body>
|
|
|
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>
|
57 |
+
<li>Open project folder and open folder "pip" and run <code>install-or-update.bat</code></li>
|
58 |
+
<li>Open project folder and open folder "requests" and run <code>request-to-model-gpu.bat</code></li>
|
59 |
+
<li>Open project folder and run <code>_run-gpu.bat</code></li>
|
60 |
+
<li>Wait and open <code>127.0.0.1:5555</code> in browser</li>
|
61 |
+
<li>Enjoy using Rensor!</li>
|
|
|
|
|
|
|
62 |
</ol>
|
63 |
</div>
|
64 |
</body>
|