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
I got this error while launching when trying to use AUTOMATIC1111 SD WebUI and I can't use the Batch Face Swap script
Launching Web UI with arguments: --api --xformers --autolaunch --lowram
*** Error loading script: batch_face_swap.py
Traceback (most recent call last):
File "E:\Others\Native\StableDiffusion\StableDiffusionWebUI\modules\scripts.py", line 319, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "E:\Others\Native\StableDiffusion\StableDiffusionWebUI\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "E:\Others\Native\StableDiffusion\StableDiffusionWebUI\extensions\Batch Face Swap\scripts\batch_face_swap.py", line 8, in
from bfs_utils import *
ModuleNotFoundError: No module named 'bfs_utils'
The text was updated successfully, but these errors were encountered:
I got this error while launching when trying to use AUTOMATIC1111 SD WebUI and I can't use the Batch Face Swap script
Launching Web UI with arguments: --api --xformers --autolaunch --lowram
*** Error loading script: batch_face_swap.py
Traceback (most recent call last):
File "E:\Others\Native\StableDiffusion\StableDiffusionWebUI\modules\scripts.py", line 319, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "E:\Others\Native\StableDiffusion\StableDiffusionWebUI\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "E:\Others\Native\StableDiffusion\StableDiffusionWebUI\extensions\Batch Face Swap\scripts\batch_face_swap.py", line 8, in
from bfs_utils import *
ModuleNotFoundError: No module named 'bfs_utils'
The text was updated successfully, but these errors were encountered: