ai-toolkit icon indicating copy to clipboard operation
ai-toolkit copied to clipboard

ModuleNotFoundError: No module named 'networks.lora',but I can't install this pkg

Open github-water opened this issue 1 year ago • 5 comments

lora_special.py", line 20, in from networks.lora import LoRANetwork, get_block_index ModuleNotFoundError: No module named 'networks.lora'

github-water avatar Dec 02 '24 12:12 github-water

Did you install all the dependencies as recommended?

timmerscher avatar Dec 17 '24 17:12 timmerscher

did you run this

git submodule update --init --recursive

Xqua avatar Dec 19 '24 11:12 Xqua

i run this git submodule update --init --recursive but i also had this error i don't create menv because i use the conda

jiupinjiandingshi avatar Jan 08 '25 06:01 jiupinjiandingshi

i run this git submodule update --init --recursive but i also had this error i don't create menv because i use the conda

git clone all needed repos into "repositories" directory (batch-annotator, ipadapter, leco, sd-scripts)

Otnielush avatar Feb 11 '25 07:02 Otnielush