/content/stable-diffusion-webui-forge
Already up to date.
INCOMPATIBLE PYTHON VERSION
This program is tested with 3.10.6 Python, but you have 3.12.12.
If you encounter an error with "RuntimeError: Couldn't install torch." message,
or any other error regarding unsuccessful package (library) installation,
please downgrade (or upgrade) to the latest version of 3.10 Python
and delete current Python and "venv" folder in WebUI's directory.
You can download 3.10 Python from here: https://www.python.org/downloads/release/python-3106/
Use --skip-python-version-check to suppress this warning.
Python 3.12.12 (main, Oct 10 2025, 08:52:57) [GCC 11.4.0]
Version: f2.0.1v1.10.1-previous-669-gdfdcbab6
Commit hash: dfdcbab
Legacy Preprocessor init warning: Unable to install insightface automatically. Please try run pip install insightface manually.
Launching Web UI with arguments: --share
Total VRAM 22563 MB, total RAM 54229 MB
pytorch version: 2.10.0+cu128
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA L4 : native
VAE dtype preferences: [torch.bfloat16, torch.float32] -> torch.bfloat16
CUDA Using Stream: False
2026-03-17 06:27:08.754831: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0.
2026-03-17 06:27:08.790117: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1773728828.839407 18503 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
E0000 00:00:1773728828.855391 18503 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
W0000 00:00:1773728828.887086 18503 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
W0000 00:00:1773728828.887116 18503 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
W0000 00:00:1773728828.887119 18503 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
W0000 00:00:1773728828.887122 18503 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
2026-03-17 06:27:08.895811: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
Using pytorch cross attention
Using pytorch attention for VAE
Traceback (most recent call last):
File "/content/stable-diffusion-webui-forge/launch.py", line 54, in
main()
File "/content/stable-diffusion-webui-forge/launch.py", line 50, in main
start()
File "/content/stable-diffusion-webui-forge/modules/launch_utils.py", line 546, in start
import webui
File "/content/stable-diffusion-webui-forge/webui.py", line 23, in
initialize.imports()
File "/content/stable-diffusion-webui-forge/modules/initialize.py", line 16, in imports
import pytorch_lightning # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/pytorch_lightning/init.py", line 35, in
from pytorch_lightning.callbacks import Callback # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/pytorch_lightning/callbacks/init.py", line 28, in
from pytorch_lightning.callbacks.pruning import ModelPruning
File "/usr/local/lib/python3.12/dist-packages/pytorch_lightning/callbacks/pruning.py", line 31, in
from pytorch_lightning.core.module import LightningModule
File "/usr/local/lib/python3.12/dist-packages/pytorch_lightning/core/init.py", line 16, in
from pytorch_lightning.core.module import LightningModule
File "/usr/local/lib/python3.12/dist-packages/pytorch_lightning/core/module.py", line 47, in
from pytorch_lightning.loggers import Logger
File "/usr/local/lib/python3.12/dist-packages/pytorch_lightning/loggers/init.py", line 22, in
from pytorch_lightning.loggers.wandb import WandbLogger # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/pytorch_lightning/loggers/wandb.py", line 36, in
import wandb
File "/usr/local/lib/python3.12/dist-packages/wandb/init.py", line 22, in
from wandb.sdk.lib import wb_logging as _wb_logging
File "/usr/local/lib/python3.12/dist-packages/wandb/sdk/init.py", line 24, in
from . import wandb_helper as helper
File "/usr/local/lib/python3.12/dist-packages/wandb/sdk/wandb_helper.py", line 6, in
from .lib import config_util
File "/usr/local/lib/python3.12/dist-packages/wandb/sdk/lib/config_util.py", line 10, in
from wandb.util import load_yaml
File "/usr/local/lib/python3.12/dist-packages/wandb/util.py", line 51, in
from wandb.sdk.lib import filesystem, runid
File "/usr/local/lib/python3.12/dist-packages/wandb/sdk/lib/filesystem.py", line 19, in
from wandb.sdk.wandb_settings import Settings
File "/usr/local/lib/python3.12/dist-packages/wandb/sdk/wandb_settings.py", line 39, in
from wandb.sdk.lib import deprecation, settings_file, urls
File "/usr/local/lib/python3.12/dist-packages/wandb/sdk/lib/deprecation.py", line 8, in
from wandb.sdk.lib import telemetry
File "/usr/local/lib/python3.12/dist-packages/wandb/sdk/lib/telemetry.py", line 10, in
from wandb.proto.wandb_telemetry_pb2 import Imports as TelemetryImports
ImportError: cannot import name 'Imports' from 'wandb.proto.wandb_telemetry_pb2' (/usr/local/lib/python3.12/dist-packages/wandb/proto/wandb_telemetry_pb2.py)
/content/stable-diffusion-webui-forge
Already up to date.
INCOMPATIBLE PYTHON VERSION
This program is tested with 3.10.6 Python, but you have 3.12.12.
If you encounter an error with "RuntimeError: Couldn't install torch." message,
or any other error regarding unsuccessful package (library) installation,
please downgrade (or upgrade) to the latest version of 3.10 Python
and delete current Python and "venv" folder in WebUI's directory.
You can download 3.10 Python from here: https://www.python.org/downloads/release/python-3106/
Use --skip-python-version-check to suppress this warning.
Python 3.12.12 (main, Oct 10 2025, 08:52:57) [GCC 11.4.0]
Version: f2.0.1v1.10.1-previous-669-gdfdcbab6
Commit hash: dfdcbab
Legacy Preprocessor init warning: Unable to install insightface automatically. Please try run
pip install insightfacemanually.Launching Web UI with arguments: --share
Total VRAM 22563 MB, total RAM 54229 MB
pytorch version: 2.10.0+cu128
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA L4 : native
VAE dtype preferences: [torch.bfloat16, torch.float32] -> torch.bfloat16
CUDA Using Stream: False
2026-03-17 06:27:08.754831: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable
TF_ENABLE_ONEDNN_OPTS=0.2026-03-17 06:27:08.790117: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1773728828.839407 18503 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
E0000 00:00:1773728828.855391 18503 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
W0000 00:00:1773728828.887086 18503 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
W0000 00:00:1773728828.887116 18503 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
W0000 00:00:1773728828.887119 18503 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
W0000 00:00:1773728828.887122 18503 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.
2026-03-17 06:27:08.895811: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
Using pytorch cross attention
Using pytorch attention for VAE
Traceback (most recent call last):
File "/content/stable-diffusion-webui-forge/launch.py", line 54, in
main()
File "/content/stable-diffusion-webui-forge/launch.py", line 50, in main
start()
File "/content/stable-diffusion-webui-forge/modules/launch_utils.py", line 546, in start
import webui
File "/content/stable-diffusion-webui-forge/webui.py", line 23, in
initialize.imports()
File "/content/stable-diffusion-webui-forge/modules/initialize.py", line 16, in imports
import pytorch_lightning # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/pytorch_lightning/init.py", line 35, in
from pytorch_lightning.callbacks import Callback # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/pytorch_lightning/callbacks/init.py", line 28, in
from pytorch_lightning.callbacks.pruning import ModelPruning
File "/usr/local/lib/python3.12/dist-packages/pytorch_lightning/callbacks/pruning.py", line 31, in
from pytorch_lightning.core.module import LightningModule
File "/usr/local/lib/python3.12/dist-packages/pytorch_lightning/core/init.py", line 16, in
from pytorch_lightning.core.module import LightningModule
File "/usr/local/lib/python3.12/dist-packages/pytorch_lightning/core/module.py", line 47, in
from pytorch_lightning.loggers import Logger
File "/usr/local/lib/python3.12/dist-packages/pytorch_lightning/loggers/init.py", line 22, in
from pytorch_lightning.loggers.wandb import WandbLogger # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/pytorch_lightning/loggers/wandb.py", line 36, in
import wandb
File "/usr/local/lib/python3.12/dist-packages/wandb/init.py", line 22, in
from wandb.sdk.lib import wb_logging as _wb_logging
File "/usr/local/lib/python3.12/dist-packages/wandb/sdk/init.py", line 24, in
from . import wandb_helper as helper
File "/usr/local/lib/python3.12/dist-packages/wandb/sdk/wandb_helper.py", line 6, in
from .lib import config_util
File "/usr/local/lib/python3.12/dist-packages/wandb/sdk/lib/config_util.py", line 10, in
from wandb.util import load_yaml
File "/usr/local/lib/python3.12/dist-packages/wandb/util.py", line 51, in
from wandb.sdk.lib import filesystem, runid
File "/usr/local/lib/python3.12/dist-packages/wandb/sdk/lib/filesystem.py", line 19, in
from wandb.sdk.wandb_settings import Settings
File "/usr/local/lib/python3.12/dist-packages/wandb/sdk/wandb_settings.py", line 39, in
from wandb.sdk.lib import deprecation, settings_file, urls
File "/usr/local/lib/python3.12/dist-packages/wandb/sdk/lib/deprecation.py", line 8, in
from wandb.sdk.lib import telemetry
File "/usr/local/lib/python3.12/dist-packages/wandb/sdk/lib/telemetry.py", line 10, in
from wandb.proto.wandb_telemetry_pb2 import Imports as TelemetryImports
ImportError: cannot import name 'Imports' from 'wandb.proto.wandb_telemetry_pb2' (/usr/local/lib/python3.12/dist-packages/wandb/proto/wandb_telemetry_pb2.py)