You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed a little tool inside of the automatic1111 venv.
Its called pipdeptree and lists all dependecies of the installed modules and the versions needed.
I think this can be useful to get an overview.
How to install: pip install pipdeptree
how to call... Just type pipdeptree after installation.
The Output looks like that:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Installed a little tool inside of the automatic1111 venv.
Its called pipdeptree and lists all dependecies of the installed modules and the versions needed.
I think this can be useful to get an overview.
How to install: pip install pipdeptree
how to call... Just type pipdeptree after installation.
The Output looks like that:
blendmodes==2022
├── aenum [required: >=3.1.7,<4, installed: 3.1.15]
├── deprecation [required: >=2.1.0,<3, installed: 2.1.0]
│ └── packaging [required: Any, installed: 23.2]
├── numpy [required: >=1.22.1,<2, installed: 1.24.2]
└── Pillow [required: >=9.0.0,<10, installed: 9.5.0]
clean-fid==0.1.35
├── numpy [required: >=1.14.3, installed: 1.24.2]
├── Pillow [required: >=8.1, installed: 9.5.0]
├── requests [required: Any, installed: 2.31.0]
│ ├── certifi [required: >=2017.4.17, installed: 2023.11.17]
│ ├── charset-normalizer [required: >=2,<4, installed: 3.3.2]
│ ├── idna [required: >=2.5,<4, installed: 3.6]
│ └── urllib3 [required: >=1.21.1,<3, installed: 2.1.0]
├── scipy [required: >=1.0.1, installed: 1.11.4]
│ └── numpy [required: >=1.21.6,<1.28.0, installed: 1.24.2]
├── torch [required: Any, installed: 2.0.1+cu118]
│ ├── filelock [required: Any, installed: 3.13.1]
│ ├── Jinja2 [required: Any, installed: 3.1.2]
│ │ └── MarkupSafe [required: >=2.0, installed: 2.1.3]
│ ├── networkx [required: Any, installed: 3.2.1]
│ ├── sympy [required: Any, installed: 1.12]
│ │ └── mpmath [required: >=0.19, installed: 1.3.0]
│ └── typing-extensions [required: Any, installed: 4.9.0]
├── torchvision [required: Any, installed: 0.15.2+cu118]
│ ├── numpy [required: Any, installed: 1.24.2]
│ ├── Pillow [required: >=5.3.0,!=8.3., installed: 9.5.0]
│ ├── requests [required: Any, installed: 2.31.0]
│ │ ├── certifi [required: >=2017.4.17, installed: 2023.11.17]
│ │ ├── charset-normalizer [required: >=2,<4, installed: 3.3.2]
│ │ ├── idna [required: >=2.5,<4, installed: 3.6]
│ │ └── urllib3 [required: >=1.21.1,<3, installed: 2.1.0]
│ └── torch [required: ==2.0.1, installed: 2.0.1+cu118]
│ ├── filelock [required: Any, installed: 3.13.1]
│ ├── Jinja2 [required: Any, installed: 3.1.2]
│ │ └── MarkupSafe [required: >=2.0, installed: 2.1.3]
│ ├── networkx [required: Any, installed: 3.2.1]
│ ├── sympy [required: Any, installed: 1.12]
│ │ └── mpmath [required: >=0.19, installed: 1.3.0]
│ └── typing-extensions [required: Any, installed: 4.9.0]
└── tqdm [required: >=4.28.1, installed: 4.66.1]
└── colorama [required: Any, installed: 0.4.6]
clip==1.0
├── ftfy [required: Any, installed: 6.1.3]
│ └── wcwidth [required: >=0.2.12,<0.3.0, installed: 0.2.12]
├── regex [required: Any, installed: 2023.10.3]
├── torch [required: Any, installed: 2.0.1+cu118]
│ ├── filelock [required: Any, installed: 3.13.1]
│ ├── Jinja2 [required: Any, installed: 3.1.2]
│ │ └── MarkupSafe [required: >=2.0, installed: 2.1.3]
│ ├── networkx [required: Any, installed: 3.2.1]
│ ├── sympy [required: Any, installed: 1.12]
│ │ └── mpmath [required: >=0.19, installed: 1.3.0]
│ └── typing-extensions [required: Any, installed: 4.9.0]
├── torchvision [required: Any, installed: 0.15.2+cu118]
│ ├── numpy [required: Any, installed: 1.24.2]
│ ├── Pillow [required: >=5.3.0,!=8.3., installed: 9.5.0]
│ ├── requests [required: Any, installed: 2.31.0]
│ │ ├── certifi [required: >=2017.4.17, installed: 2023.11.17]
│ │ ├── charset-normalizer [required: >=2,<4, installed: 3.3.2]
│ │ ├── idna [required: >=2.5,<4, installed: 3.6]
│ │ └── urllib3 [required: >=1.21.1,<3, installed: 2.1.0]
│ └── torch [required: ==2.0.1, installed: 2.0.1+cu118]
│ ├── filelock [required: Any, installed: 3.13.1]
│ ├── Jinja2 [required: Any, installed: 3.1.2]
│ │ └── MarkupSafe [required: >=2.0, installed: 2.1.3]
│ ├── networkx [required: Any, installed: 3.2.1]
│ ├── sympy [required: Any, installed: 1.12]
│ │ └── mpmath [required: >=0.19, installed: 1.3.0]
│ └── typing-extensions [required: Any, installed: 4.9.0]
└── tqdm [required: Any, installed: 4.66.1]
└── colorama [required: Any, installed: 0.4.6]
I personally think this is helpful.
Beta Was this translation helpful? Give feedback.
All reactions