Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I get an error when I launch the tool - 'Lora file not found!' #153

Open
mald55 opened this issue Oct 6, 2023 · 2 comments
Open

I get an error when I launch the tool - 'Lora file not found!' #153

mald55 opened this issue Oct 6, 2023 · 2 comments

Comments

@mald55
Copy link

mald55 commented Oct 6, 2023

building MemoryEfficientAttnBlock with 512 in_channels...
missing {'cond_stage_model.clip_l.logit_scale', 'cond_stage_model.clip_l.text_projection', 'cond_stage_model.clip_g.transformer.text_model.embeddings.position_ids'}
Base model loaded: K:\AI GUI\Fooocus-MRE-v1.0.45\Fooocus-MRE\models\checkpoints\sd_xl_base_1.0_0.9vae.safetensors
Exception in thread Thread-2 (worker):
Traceback (most recent call last):
File "K:\AI GUI\Fooocus-MRE-v1.0.45\Fooocus-MRE-env\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "K:\AI GUI\Fooocus-MRE-v1.0.45\Fooocus-MRE-env\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "K:\AI GUI\Fooocus-MRE-v1.0.45\Fooocus-MRE\modules\async_worker.py", line 19, in worker
import modules.default_pipeline as pipeline
File "K:\AI GUI\Fooocus-MRE-v1.0.45\Fooocus-MRE\modules\default_pipeline.py", line 310, in
refresh_everything(
File "K:\AI GUI\Fooocus-MRE-v1.0.45\Fooocus-MRE-env\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "K:\AI GUI\Fooocus-MRE-v1.0.45\Fooocus-MRE-env\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "K:\AI GUI\Fooocus-MRE-v1.0.45\Fooocus-MRE\modules\default_pipeline.py", line 305, in refresh_everything
patch_base(loras, freeu, b1, b2, s1, s2)
File "K:\AI GUI\Fooocus-MRE-v1.0.45\Fooocus-MRE-env\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "K:\AI GUI\Fooocus-MRE-v1.0.45\Fooocus-MRE-env\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "K:\AI GUI\Fooocus-MRE-v1.0.45\Fooocus-MRE\modules\default_pipeline.py", line 130, in patch_base
assert os.path.exists(filename), 'Lora file not found!'
AssertionError: Lora file not found!

@barepixels
Copy link

you might have a typo in settings,json

@mald55
Copy link
Author

mald55 commented Oct 12, 2023

you might have a typo in settings,json

that was it, thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants