Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Two broken dependencies - Improve dependency management #12095

Closed
1 task done
FloppySoft opened this issue Jul 27, 2023 · 0 comments
Closed
1 task done

[Bug]: Two broken dependencies - Improve dependency management #12095

FloppySoft opened this issue Jul 27, 2023 · 0 comments
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@FloppySoft
Copy link

FloppySoft commented Jul 27, 2023

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

What happened?

Two dependencies are currently broken if a user installs from master branch (tag 1.5.1) freshly with the correct python Version 3.10.6. and users have to work around by tracing error prompts to known issues:

  • torchmetrics with @latest failing, must be ==0.11.4
  • fastapi with @latest failing, must be ==0.90.1

I suggest to freeze dependencies more strictly like these two in requirements.txt. Upgrading dependencies for this repo should be a more aware and tested process. It happens quite often that out-of-the-box fresh installs fail for this repo and that at least regularly, someone should check whether fresh installs are working.

Related to
#7714
#11648

Steps to reproduce the problem

[Windows 10/11]

  1. Fresh git clone, clean folders like new users would have
  2. pull tag 1.51
  3. run webui-user.bat

What should have happened?

Users trying to install from scratch should not be confronted with dependency issues. webui-user.bat must work out of the box.

Version or Commit where the problem happens

1.5.1

What Python version are you running on ?

Python 3.10.x

What platforms do you use to access the UI ?

Windows

What device are you running WebUI on?

Nvidia GPUs (RTX 20 above)

Cross attention optimization

xformers

What browsers do you use to access the UI ?

Mozilla Firefox, Google Chrome, Microsoft Edge

Command Line Arguments

set COMMANDLINE_ARGS=--xformers --listen --enable-insecure-extension-access

List of extensions

none

Console logs

see linked issues

Additional information

No response

@FloppySoft FloppySoft added the bug-report Report of a bug, yet to be confirmed label Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests

1 participant