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
Getting the error in the title after following Aitrepreneur's YT tutorial. I've tried reinstalling a few time but I get the same thing. Anyone know how to fix this at all?
Traceback (most recent call last): File "G:\StableDiffusion\Kohya\kohya_ss\train_network.py", line 13, in <module> import diffusers File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\diffusers\__init__.py", line 38, in <module> from .pipeline_utils import DiffusionPipeline File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\diffusers\pipeline_utils.py", line 38, in <module> from .schedulers.scheduling_utils import SCHEDULER_CONFIG_NAME File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\diffusers\schedulers\__init__.py", line 65, in <module> from .scheduling_lms_discrete import LMSDiscreteScheduler File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\diffusers\schedulers\scheduling_lms_discrete.py", line 21, in <module> from scipy import integrate File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\scipy\__init__.py", line 217, in __getattr__ return _importlib.import_module(f'scipy.{name}') File "C:\Users\fanny\AppData\Local\Programs\Python\Python310\lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\scipy\integrate\__init__.py", line 91, in <module> from ._quadrature import * File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\scipy\integrate\_quadrature.py", line 14, in <module> from scipy.special import roots_legendre File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\scipy\special\__init__.py", line 663, in <module> from . import _ufuncs ImportError: DLL load failed while importing _ufuncs: %1 is not a valid Win32 application. Traceback (most recent call last): File "C:\Users\fanny\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\fanny\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "G:\StableDiffusion\Kohya\kohya_ss\venv\Scripts\accelerate.exe\__main__.py", line 7, in <module> File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\accelerate\commands\accelerate_cli.py", line 45, in main args.func(args) File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\accelerate\commands\launch.py", line 1104, in launch_command simple_launcher(args) File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\accelerate\commands\launch.py", line 567, in simple_launcher raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
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
-
Getting the error in the title after following Aitrepreneur's YT tutorial. I've tried reinstalling a few time but I get the same thing. Anyone know how to fix this at all?
Traceback (most recent call last): File "G:\StableDiffusion\Kohya\kohya_ss\train_network.py", line 13, in <module> import diffusers File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\diffusers\__init__.py", line 38, in <module> from .pipeline_utils import DiffusionPipeline File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\diffusers\pipeline_utils.py", line 38, in <module> from .schedulers.scheduling_utils import SCHEDULER_CONFIG_NAME File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\diffusers\schedulers\__init__.py", line 65, in <module> from .scheduling_lms_discrete import LMSDiscreteScheduler File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\diffusers\schedulers\scheduling_lms_discrete.py", line 21, in <module> from scipy import integrate File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\scipy\__init__.py", line 217, in __getattr__ return _importlib.import_module(f'scipy.{name}') File "C:\Users\fanny\AppData\Local\Programs\Python\Python310\lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\scipy\integrate\__init__.py", line 91, in <module> from ._quadrature import * File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\scipy\integrate\_quadrature.py", line 14, in <module> from scipy.special import roots_legendre File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\scipy\special\__init__.py", line 663, in <module> from . import _ufuncs ImportError: DLL load failed while importing _ufuncs: %1 is not a valid Win32 application. Traceback (most recent call last): File "C:\Users\fanny\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\fanny\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "G:\StableDiffusion\Kohya\kohya_ss\venv\Scripts\accelerate.exe\__main__.py", line 7, in <module> File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\accelerate\commands\accelerate_cli.py", line 45, in main args.func(args) File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\accelerate\commands\launch.py", line 1104, in launch_command simple_launcher(args) File "G:\StableDiffusion\Kohya\kohya_ss\venv\lib\site-packages\accelerate\commands\launch.py", line 567, in simple_launcher raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
Beta Was this translation helpful? Give feedback.
All reactions