Tried to solve this myself but I get nowhere. pip list shows that apache-beam is installed with version 2.46.0
I get this error when starting auto1111
Have followed the installation instructions but I am not using vlad, so perhaps it's that?
Error loading script: sequencor.py
Traceback (most recent call last):
File "E:\GitHub\stable-diffusion-webui\modules\scripts.py", line 256, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "E:\GitHub\stable-diffusion-webui\modules\script_loading.py", line 11, 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:\GitHub\stable-diffusion-webui\extensions\stable-diffusion-webui-sequencor\scripts\sequencor.py", line 7, in
from scripts.processors import film_cli_adapt
File "E:\GitHub\stable-diffusion-webui\extensions\stable-diffusion-webui-sequencor\scripts\processors\film_cli_adapt.py", line 6, in
import scripts.processors.FILM.interpolator_cli as interpolate_cli
File "E:\GitHub\stable-diffusion-webui\extensions\stable-diffusion-webui-sequencor\scripts\processors\FILM\interpolator_cli.py", line 74, in
import apache_beam as beam
ModuleNotFoundError: No module named 'apache_beam'
Tried to solve this myself but I get nowhere. pip list shows that apache-beam is installed with version 2.46.0
I get this error when starting auto1111
Have followed the installation instructions but I am not using vlad, so perhaps it's that?
Error loading script: sequencor.py
Traceback (most recent call last):
File "E:\GitHub\stable-diffusion-webui\modules\scripts.py", line 256, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "E:\GitHub\stable-diffusion-webui\modules\script_loading.py", line 11, 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:\GitHub\stable-diffusion-webui\extensions\stable-diffusion-webui-sequencor\scripts\sequencor.py", line 7, in
from scripts.processors import film_cli_adapt
File "E:\GitHub\stable-diffusion-webui\extensions\stable-diffusion-webui-sequencor\scripts\processors\film_cli_adapt.py", line 6, in
import scripts.processors.FILM.interpolator_cli as interpolate_cli
File "E:\GitHub\stable-diffusion-webui\extensions\stable-diffusion-webui-sequencor\scripts\processors\FILM\interpolator_cli.py", line 74, in
import apache_beam as beam
ModuleNotFoundError: No module named 'apache_beam'