Rensor / README.md
ehristoforu's picture
Update README.md
c4cebbc verified
|
raw
history blame
2.66 kB
metadata
title: Rensor
emoji: 🐠
colorFrom: pink
colorTo: blue
sdk: static
pinned: false
license: other

Rensor

<img src="/spaces/ehristoforu/Rensor/resolve/main/assets/preview.png" alt="Stable Diffusion - Rensor Image">

<div class="advantages">
    <h2>Advantages:</h2>
    <ul>
        <li>Very speed inference</li>
        <li>Minimalist & user-friendly interface</li>
        <li>Local install</li>
    </ul>
</div>

<div class="installation-instructions">
    <h2>Installation Instructions for GPU:</h2>
    <ol>
        <li>Install Python 3.11.x and Git</li>
        <li>Run <code>git clone https://huggingface.co/spaces/ehristoforu/Rensor</code> in CMD</li>
        <li>Open project folder and open folder "pip" and run <code>install-or-update.bat</code></li>
        <li>Open project folder and open folder "requests" and run <code>request-to-model-gpu.bat</code></li>
        <li>Open project folder and run <code>_run-gpu.bat</code></li>
        <li>Wait and open <code>127.0.0.1:5555</code> in browser</li>
        <li>Enjoy using Rensor!</li>
    </ol>
</div>
<div class="installation-instructions">
    <h2>Installation Instructions for CPU:</h2>
    <ol>
        <li>Install Python 3.11.x and Git</li>
        <li>Run <code>git clone https://huggingface.co/spaces/ehristoforu/Rensor</code> in CMD</li>
        <li>Open project folder and open folder "pip" and run <code>install-or-update.bat</code></li>
        <li>Open project folder and run <code>install-model-cpu.bat</code></li>
        <li>Open project folder and run <code>_run-cpu.bat</code></li>
        <li>Wait and enter width & height for image generation in console (width / 8 == 0 and height / 8 ==0)</li>
        <li>Wait and open <code>127.0.0.1:5555</code> in browser</li>
        <li>Enjoy using Rensor!</li>
    </ol>
</div>