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

Update index.html

Browse files
Files changed (1) hide show
  1. 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>Download the Stable Diffusion - Rensor package from the official website.</li>
56
- <li>Extract the downloaded archive to your preferred directory.</li>
57
- <li>Navigate to the extracted directory using the command line.</li>
58
- <li>Run the command: <code>python setup.py install</code></li>
59
- <li>Ensure that all dependencies are installed by running: <code>pip install -r requirements.txt</code></li>
60
- <li>Configure the settings in the configuration file (if applicable).</li>
61
- <li>Start the application by running: <code>python main.py</code></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>