mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-15 22:42:14 +03:00
ModuleNotFoundError: No module named 'loguru' #1417
This commit is contained in:
parent
c4fa1101da
commit
2a30f0828f
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user