fenneishi / Fooocus-ControlNet-SDXL

add more control to fooocus
GNU General Public License v3.0
242 stars 10 forks source link

it's not working on colab anymore #27

Open myselfsumandutta opened 9 months ago

myselfsumandutta commented 9 months ago

Changed the directory name (Fooocus-ControlNet-SDXL) but still getting this error -

Traceback (most recent call last): File "/content/Fooocus-ControlNet-SDXL/entry_with_update.py", line 47, in from launch import * File "/content/Fooocus-ControlNet-SDXL/launch.py", line 10, in from modules.path import modelfile_path, lorafile_path, vae_approx_path, fooocus_expansion_path, \ File "/content/Fooocus-ControlNet-SDXL/modules/path.py", line 10, in from fooocus_extras.controlnet_preprocess_model.PyramidCanny import PyramidCanny File "/content/Fooocus-ControlNet-SDXL/fooocus_extras/controlnet_preprocess_model/PyramidCanny/init.py", line 4, in from fooocus_extras.controlnet_preprocess_model.ZeoDepth import ZoeDetector File "/content/Fooocus-ControlNet-SDXL/fooocus_extras/controlnet_preprocess_model/ZeoDepth/init.py", line 9, in from einops import rearrange ModuleNotFoundError: No module named 'einops'

sitzbrau commented 7 months ago

i've resolved this error executing this before

!pip3 install --force einops==0.4.1

briziomusic commented 1 month ago

i've resolved this error executing this before

!pip3 install --force einops==0.4.1

Hello, could you please share a working colab file or rows? I'm not able to run it in google colab. Thanks