Errors in Fooocus MRE #98
osquitarxp
started this conversation in
General
Replies: 1 comment
-
You can try a clean install, copy all necessary model files such as checkpoint and lora, and then run run-mre-no-update.bat to start, which works fine for me as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please help, I was working with this great version that seemed fantastic and intuitive to use. Now I get an error when starting:
missing {'cond_stage_model.clip_g.transformer.text_model.embeddings.position_ids'}
Refiner model loaded: C:\Difusion\Focus Mre\Fooocus-MRE\models\checkpoints\sd_xl_refiner_1.0_0.9vae.safetensors
Exception in thread Thread-2 (worker):
Traceback (most recent call last):
File "C:\Difusion\Focus Mre\Fooocus-MRE-env\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Difusion\Focus Mre\Fooocus-MRE-env\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "C:\Difusion\Focus Mre\Fooocus-MRE\modules\async_worker.py", line 40, in worker
import modules.default_pipeline as pipeline
File "C:\Difusion\Focus Mre\Fooocus-MRE\modules\default_pipeline.py", line 269, in
refresh_everything(
File "C:\Difusion\Focus Mre\Fooocus-MRE\modules\default_pipeline.py", line 258, in refresh_everything
virtual_memory.try_move_to_virtual_memory(xl_refiner.unet.model)
File "C:\Difusion\Focus Mre\Fooocus-MRE-env\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "C:\Difusion\Focus Mre\Fooocus-MRE\modules\virtual_memory.py", line 185, in try_move_to_virtual_memory
move_to_virtual_memory(model, comfy_unload)
File "C:\Difusion\Focus Mre\Fooocus-MRE-env\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "C:\Difusion\Focus Mre\Fooocus-MRE\modules\virtual_memory.py", line 75, in move_to_virtual_memory
model_management.unload_model()
AttributeError: module 'comfy.model_management' has no attribute 'unload_model'
I must say that I also have the original version of fooocus installed and it works ok without errors, I also have the stable diffusion 1111 and it is ok, but this version of foocus MRE worked fine for a few days, and then it failed... I deleted everything and returned it to install from scratch step by step.... and if sending the same error.... ! someone help me please!
Beta Was this translation helpful? Give feedback.
All reactions