-
Notifications
You must be signed in to change notification settings - Fork 3
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
For each model tester #23
Comments
try dev version E:\Fooocus-MindOfMatter-Edition-DEV>.\python_embeded\python.exe -s .\Fooocus\entry_with_update.py --preset $preset Running on local URL: http://127.0.0.1:7865 To create a public link, set |
Trying for the first time, got error
Requested to load SDXLClipModel
Requested to load GPT2LMHeadModel
Loading 2 new models
[Fooocus Model Management] Moving model(s) has taken 1.00 seconds
Total time: 42.06 seconds
use_experimental_async_task_batch: True
enable_test_loras_mode: False
enable_test_base_model_mode: True
enable_test_refiner_model_mode: False
Traceback (most recent call last):
File "E:\Fooocus-MindOfMatter-Edition\Fooocus-MindOfMatter-Edition\modules\exp_async_worker.py", line 921, in worker
handler(task)
File "E:\Fooocus-MindOfMatter-Edition\python_embeded\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "E:\Fooocus-MindOfMatter-Edition\python_embeded\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "E:\Fooocus-MindOfMatter-Edition\Fooocus-MindOfMatter-Edition\modules\exp_async_worker.py", line 163, in handler
loras = [[str(args.pop()), float(args.pop()), bool(args.pop())] for _ in range(modules.config.default_loras_max_number)]
AttributeError: module 'modules.config' has no attribute 'default_loras_max_number'
Total time: 0.03 seconds
The text was updated successfully, but these errors were encountered: