Code Monkey home page Code Monkey logo

Comments (9)

RGTails avatar RGTails commented on May 28, 2024

Same for "piexif" "font"....
I finally copy requirements.txt and requirements_versions.txt inside venv/Scripts
.\activate
pip install -r requirements.txt
pip install -r requirements_versions.txt

After this I get last error xformers not found and rembg and send2trash

pip install xformers
pip install rembg
pip install send2trash

Actually for me all work except "No module xformers" but it work ^^
I just wanted to report some bug I found during my install. ^^

from automatic.

myndxero avatar myndxero commented on May 28, 2024

I got a similar issue, but module rich not found.
derp

from automatic.

sdbds avatar sdbds commented on May 28, 2024

try
pip install kornia -U
some extensions need special version

from automatic.

myndxero avatar myndxero commented on May 28, 2024

try pip install kornia -U some extensions need special version

Will try and report back, thanks.

from automatic.

myndxero avatar myndxero commented on May 28, 2024

try pip install kornia -U some extensions need special version

Failed. Activated the virtual environment in /venv/scripts to install as well as globally.

image

from automatic.

Centurion-Rome avatar Centurion-Rome commented on May 28, 2024

I have manually installed some missing modules (open dir in terminal first ;) I don't remember exactly but I had to do something like:

cd venv/scripts
.\activate
python -m pip install rich
python -m pip install kornia
python -m pip install piexif
python -m pip install rembg
pip install  -r requirements.txt pip -r requirements_versions.txt

you may also copy your "webui-user.bat" from A1111 :)

hope it helps ;)

I have also added

--disable-sdp-attention --xformers

to get xformers back ;)

from automatic.

rinaldop avatar rinaldop commented on May 28, 2024

try pip install kornia -U some extensions need special version

Failed. Activated the virtual environment in /venv/scripts to install as well as globally.

Same here.

from automatic.

AceroMagico avatar AceroMagico commented on May 28, 2024

if activate not work is better -m pip than pip alone, because in this way is loaded as module and this assure that the installs are in the env not globals
try to go in root folder of automatic, open a cmd shell and use:
for all:
.\venv\Scripts\Python.exe -m pip install -r requirements.txt
.\venv\Scripts\Python.exe -m pip install -r requirements_versions.txt

for single lib:
.\venv\Scripts\Python.exe -m pip install --force-reinstall NAMEofWhatYouNeedToInstall
if this put other libs out of requirement, use:
.\venv\Scripts\Python.exe -m pip install --force-reinstall --no-deps NAMEofLibOutOfSyncToReinstall
where:
--no-deps not install other dependencies

from automatic.

vladmandic avatar vladmandic commented on May 28, 2024

See #92. Work is in progress, in the meantime closing this as duplicate.

from automatic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.