################################################################ Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] Commit hash: 0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8 Installing requirements for Web UI Docker, returning. Script path is Launching Web UI with arguments: --port 3000 --xformers --listen --enable-insecure-extension-access --share 2023-03-07 16:33:25.025983: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 FMA To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. 2023-03-07 16:33:25.801375: W tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer.so.7'; dlerror: libnvinfer.so.7: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /workspace/stable-diffusion-webui/venv/lib/python3.10/site-packages/cv2/../../lib64: 2023-03-07 16:33:25.801446: W tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer_plugin.so.7'; dlerror: libnvinfer_plugin.so.7: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /workspace/stable-diffusion-webui/venv/lib/python3.10/site-packages/cv2/../../lib64: 2023-03-07 16:33:25.801456: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly. Script path is Error loading script: api.py Traceback (most recent call last): File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/utils/model_utils.py", line 14, in from extensions.sd_dreambooth_extension.dreambooth.utils.utils import cleanup # noqa File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/utils/utils.py", line 11, in import importlib_metadata ModuleNotFoundError: No module named 'importlib_metadata' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/diff_to_sd.py", line 21, in from extensions.sd_dreambooth_extension.dreambooth.utils.model_utils import unload_system_models, \ File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/utils/model_utils.py", line 16, in from dreambooth.dreambooth.dataclasses.db_config import DreamboothConfig # noqa ModuleNotFoundError: No module named 'dreambooth.dreambooth' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/scripts/api.py", line 28, in from extensions.sd_dreambooth_extension.dreambooth.diff_to_sd import compile_checkpoint File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/diff_to_sd.py", line 28, in from dreambooth.dreambooth import shared as shared # noqa ModuleNotFoundError: No module named 'dreambooth.dreambooth' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/workspace/stable-diffusion-webui/modules/scripts.py", line 229, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "/workspace/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 "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/scripts/api.py", line 37, in from dreambooth.dreambooth import shared # noqa ModuleNotFoundError: No module named 'dreambooth.dreambooth' Error loading script: main.py Traceback (most recent call last): File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/utils/model_utils.py", line 14, in from extensions.sd_dreambooth_extension.dreambooth.utils.utils import cleanup # noqa File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/utils/utils.py", line 11, in import importlib_metadata ModuleNotFoundError: No module named 'importlib_metadata' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/diff_to_sd.py", line 21, in from extensions.sd_dreambooth_extension.dreambooth.utils.model_utils import unload_system_models, \ File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/utils/model_utils.py", line 16, in from dreambooth.dreambooth.dataclasses.db_config import DreamboothConfig # noqa ModuleNotFoundError: No module named 'dreambooth.dreambooth' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/workspace/stable-diffusion-webui/modules/scripts.py", line 229, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "/workspace/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 "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/scripts/main.py", line 8, in from extensions.sd_dreambooth_extension.dreambooth.diff_to_sd import compile_checkpoint File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/diff_to_sd.py", line 28, in from dreambooth.dreambooth import shared as shared # noqa ModuleNotFoundError: No module named 'dreambooth.dreambooth' Loading weights [4c86efd062] from /workspace/stable-diffusion-webui/models/Stable-diffusion/SDv1-5.ckpt Creating model from config: /workspace/stable-diffusion-webui/configs/v1-inference.yaml LatentDiffusion: Running in eps-prediction mode DiffusionWrapper has 859.52 M params. Applying xformers cross attention optimization. Textual inversion embeddings loaded(0): Model loaded in 3.9s (load weights from disk: 0.8s, create model: 0.5s, apply weights to model: 0.5s, apply half(): 0.6s, load VAE: 1.3s, move model to device: 0.2s). Traceback (most recent call last): File "/workspace/stable-diffusion-webui/venv/lib/python3.10/site-packages/gradio/networking.py", line 119, in start_server s.bind((LOCALHOST_NAME, server_port)) OSError: [Errno 98] Address already in use During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/workspace/stable-diffusion-webui/launch.py", line 361, in start() File "/workspace/stable-diffusion-webui/launch.py", line 356, in start webui.webui() File "/workspace/stable-diffusion-webui/webui.py", line 218, in webui app, local_url, share_url = shared.demo.launch( File "/workspace/stable-diffusion-webui/venv/lib/python3.10/site-packages/gradio/blocks.py", line 1374, in launch server_name, server_port, local_url, app, server = networking.start_server( File "/workspace/stable-diffusion-webui/venv/lib/python3.10/site-packages/gradio/networking.py", line 122, in start_server raise OSError( OSError: Port 3000 is in use. If a gradio.Blocks is running on the port, you can close() it or gradio.close_all(). Relauncher: Process is ending. Relaunching in 2s...