venv "D:\AI\stable-diffusion-webui\venv\Scripts\Python.exe" Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Commit hash: a9fed7c364061ae6efb37f797b6b522cb3cf7aa2 Installing requirements for Web UI Error running install.py for extension extensions\sd_dreambooth_extension. Command: "D:\AI\stable-diffusion-webui\venv\Scripts\python.exe" "extensions\sd_dreambooth_extension\install.py" Error code: 1 stdout: Initializing Dreambooth If submitting an issue on github, please provide the below text for debugging purposes: Python revision: 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Dreambooth revision: 78ca4dabe9b269b7dae25960121c58c41e6c39e1 SD-WebUI revision: a9fed7c364061ae6efb37f797b6b522cb3cf7aa2 stderr: Traceback (most recent call last): File "D:\AI\stable-diffusion-webui\extensions\sd_dreambooth_extension\postinstall.py", line 64, in pip_install output = subprocess.check_output( File "C:\Users\marvi\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 420, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "C:\Users\marvi\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 524, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['D:\\AI\\stable-diffusion-webui\\venv\\Scripts\\python.exe', '-m', 'pip', 'install', 'albumentations~=1.3.0']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\AI\stable-diffusion-webui\extensions\sd_dreambooth_extension\install.py", line 35, in actual_install() File "D:\AI\stable-diffusion-webui\extensions\sd_dreambooth_extension\postinstall.py", line 51, in actual_install install_requirements() File "D:\AI\stable-diffusion-webui\extensions\sd_dreambooth_extension\postinstall.py", line 98, in install_requirements pip_install(lib) File "D:\AI\stable-diffusion-webui\extensions\sd_dreambooth_extension\postinstall.py", line 72, in pip_install error_msg = grepexc.output.decode() UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe8 in position 2539: invalid continuation byte Launching Web UI with arguments: No module 'xformers'. Proceeding without it. Exception importing api Traceback (most recent call last): File "D:\AI\stable-diffusion-webui\extensions\sd_dreambooth_extension\scripts\api.py", line 27, in from dreambooth.dataclasses.db_config import from_file, DreamboothConfig File "D:\AI\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\dataclasses\db_config.py", line 10, in from dreambooth.utils.image_utils import get_scheduler_names # noqa File "D:\AI\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\utils\image_utils.py", line 11, in from diffusers.schedulers import KarrasDiffusionSchedulers ModuleNotFoundError: No module named 'diffusers' Error loading script: main.py Traceback (most recent call last): File "D:\AI\stable-diffusion-webui\modules\scripts.py", line 248, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "D:\AI\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 "D:\AI\stable-diffusion-webui\extensions\sd_dreambooth_extension\scripts\main.py", line 7, in from dreambooth.dataclasses.db_config import ( File "D:\AI\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\dataclasses\db_config.py", line 10, in from dreambooth.utils.image_utils import get_scheduler_names # noqa File "D:\AI\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\utils\image_utils.py", line 11, in from diffusers.schedulers import KarrasDiffusionSchedulers ModuleNotFoundError: No module named 'diffusers' Loading weights [27a4ac756c] from D:\AI\stable-diffusion-webui\models\Stable-diffusion\SD15NewVAEpruned.ckpt Creating model from config: D:\AI\stable-diffusion-webui\configs\v1-inference.yaml LatentDiffusion: Running in eps-prediction mode DiffusionWrapper has 859.52 M params. Applying cross attention optimization (Doggettx). Textual inversion embeddings loaded(0): Model loaded in 3.6s (load weights from disk: 0.7s, create model: 0.4s, apply weights to model: 0.5s, apply half(): 0.6s, move model to device: 0.6s, load textual inversion embeddings: 0.8s). Running on local URL: http://127.0.0.1:7861 To create a public link, set `share=True` in `launch()`. Error executing callback app_started_callback for D:\AI\stable-diffusion-webui\extensions\sd_dreambooth_extension\scripts\api.py Traceback (most recent call last): File "D:\AI\stable-diffusion-webui\modules\script_callbacks.py", line 107, in app_started_callback c.callback(demo, app) File "D:\AI\stable-diffusion-webui\extensions\sd_dreambooth_extension\scripts\api.py", line 524, in dreambooth_api model_cfg: DreamboothConfig = Body(description="The config to save"), NameError: name 'DreamboothConfig' is not defined Startup time: 10.2s (import gradio: 2.1s, import ldm: 0.8s, other imports: 1.4s, list extensions: 0.2s, load scripts: 0.9s, load SD checkpoint: 3.7s, create ui: 0.9s).