You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Help please, I have a problem trying to use the nowbui mode, I'm not an expert in python so I don't know how to fix this, can someone help me look at the problem?
I am using macos 13.2.1
python3 webui.py --deepdanbooru --no-half --precision full --listen --port 6006 --disable-safe-unpickle --api --nowebui
Traceback (most recent call last):
File "/Users/yanguangshun/AI2IMG/stable-diffusion-webui/webui.py", line 31, in
from modules import extra_networks, ui_extra_networks_checkpoints
File "/Users/yanguangshun/AI2IMG/stable-diffusion-webui/modules/ui_extra_networks_checkpoints.py", line 5, in
from modules import shared, ui_extra_networks, sd_models
File "/Users/yanguangshun/AI2IMG/stable-diffusion-webui/modules/shared.py", line 12, in
import modules.interrogate
File "/Users/yanguangshun/AI2IMG/stable-diffusion-webui/modules/interrogate.py", line 15, in
from modules import devices, paths, shared, lowvram, modelloader, errors
File "/Users/yanguangshun/AI2IMG/stable-diffusion-webui/modules/devices.py", line 7, in
from modules import mac_specific
File "/Users/yanguangshun/AI2IMG/stable-diffusion-webui/modules/mac_specific.py", line 34, in
CondFunc('torchsde._brownian.brownian_interval._randn', lambda _, size, dtype, device, seed: torch.randn(size, dtype=dtype, device=torch.device("cpu"), generator=torch.Generator(torch.device("cpu")).manual_seed(int(seed))).to(device), lambda _, size, dtype, device, seed: device.type == 'mps')
File "/Users/yanguangshun/AI2IMG/stable-diffusion-webui/modules/sd_hijack_utils.py", line 10, in new
resolved_obj = importlib.import_module('.'.join(func_path[:i]))
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1027, in _gcd_import
File "", line 961, in _sanity_check
ValueError: Empty module name
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Help please, I have a problem trying to use the nowbui mode, I'm not an expert in python so I don't know how to fix this, can someone help me look at the problem?
I am using macos 13.2.1
python3 webui.py --deepdanbooru --no-half --precision full --listen --port 6006 --disable-safe-unpickle --api --nowebui
Traceback (most recent call last):
File "/Users/yanguangshun/AI2IMG/stable-diffusion-webui/webui.py", line 31, in
from modules import extra_networks, ui_extra_networks_checkpoints
File "/Users/yanguangshun/AI2IMG/stable-diffusion-webui/modules/ui_extra_networks_checkpoints.py", line 5, in
from modules import shared, ui_extra_networks, sd_models
File "/Users/yanguangshun/AI2IMG/stable-diffusion-webui/modules/shared.py", line 12, in
import modules.interrogate
File "/Users/yanguangshun/AI2IMG/stable-diffusion-webui/modules/interrogate.py", line 15, in
from modules import devices, paths, shared, lowvram, modelloader, errors
File "/Users/yanguangshun/AI2IMG/stable-diffusion-webui/modules/devices.py", line 7, in
from modules import mac_specific
File "/Users/yanguangshun/AI2IMG/stable-diffusion-webui/modules/mac_specific.py", line 34, in
CondFunc('torchsde._brownian.brownian_interval._randn', lambda _, size, dtype, device, seed: torch.randn(size, dtype=dtype, device=torch.device("cpu"), generator=torch.Generator(torch.device("cpu")).manual_seed(int(seed))).to(device), lambda _, size, dtype, device, seed: device.type == 'mps')
File "/Users/yanguangshun/AI2IMG/stable-diffusion-webui/modules/sd_hijack_utils.py", line 10, in new
resolved_obj = importlib.import_module('.'.join(func_path[:i]))
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1027, in _gcd_import
File "", line 961, in _sanity_check
ValueError: Empty module name
I apologize if my question bothers you.
Beta Was this translation helpful? Give feedback.
All reactions