ModuleNotFoundError: No module named 'loguru' #1417

This commit is contained in:
hlky 2022-10-04 13:01:07 +01:00
parent c4fa1101da
commit 2a30f0828f
No known key found for this signature in database
GPG Key ID: 55A99F1E80D907D5
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,6 @@ dependencies:
- pytorch=1.11.0 - pytorch=1.11.0
- scikit-image=0.19.2 - scikit-image=0.19.2
- torchvision=0.12.0 - torchvision=0.12.0
- loguru
- pip: - pip:
- -e . - -e .
- -e git+https://github.com/CompVis/taming-transformers#egg=taming-transformers - -e git+https://github.com/CompVis/taming-transformers#egg=taming-transformers
@ -50,6 +49,7 @@ dependencies:
- imageio-ffmpeg==0.4.2 - imageio-ffmpeg==0.4.2
- imageio==2.9.0 - imageio==2.9.0
- kornia==0.6 - kornia==0.6
- loguru
- omegaconf==2.1.1 - omegaconf==2.1.1
- opencv-python-headless==4.6.0.66 - opencv-python-headless==4.6.0.66
- open-clip-torch==2.0.2 - open-clip-torch==2.0.2

View File

@ -3,7 +3,7 @@ diffusers==0.3.0
invisible-watermark==0.1.5 invisible-watermark==0.1.5
pytorch_lightning==1.7.7 pytorch_lightning==1.7.7
open-clip-torch open-clip-torch
loguru
taming-transformers-rom1504==0.0.6 # required by ldm taming-transformers-rom1504==0.0.6 # required by ldm
# See: https://github.com/CompVis/taming-transformers/issues/176 # See: https://github.com/CompVis/taming-transformers/issues/176
# -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers # required by ldm # -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers # required by ldm