Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Modern UI

Image Added

Classic UI
Image Added


IPEX (Intel PyTorch EXtension) version of SD.NextImage Removed

Some prebuild docker images https://hub.docker.com/r/liutyi/sdnext-ipex/tags

...

Code Block
{
  "sd_model_checkpoint": "Diffusers/imnotednamode/Chroma-v36-dc-diffusers [38ce7ce7f3]",
  "outdir_txt2img_samples": "/mnt/data/outputs/text",
  "outdir_img2img_samples": "/mnt/data/outputs/image",
  "outdir_control_samples": "/mnt/data/outputs/control",
  "outdir_extras_samples": "/mnt/data/outputs/extras",
  "outdir_save": "/mnt/data/outputs/save",
  "outdir_video": "/mnt/data/outputs/video",
  "outdir_init_images": "/mnt/data/outputs/init-images",
  "outdir_txt2img_grids": "/mnt/data/outputs/grids",
  "outdir_img2img_grids": "/mnt/data/outputs/grids",
  "outdir_control_grids": "/mnt/data/outputs/grids",
  "diffusers_version": "8adc6003ba4dbf5b61bb4f1ce571e9e55e145a99",
  "sd_checkpoint_hash": null,
  "huggingface_token": "hf_PUT-HERE-YOUR-HuggingFace-Token",
  "samples_filename_pattern": "[seq]-[date]-[model_name]-[width]x[height]-STEP[steps]-CFG[cfg]-Seed[seed]"
}

ui UI config

/docker/sdnext/mnt-volume/data/ui-config.json

...

https://huggingface.co/settings/tokens

Repo with

...

access request needed

https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct

https://huggingface.co/meta-llama/Llama-3.2-3B

https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct

https://huggingface.co/meta-llama/Llama-Guard-4-12B

https://huggingface.co/google/gemma-7b-itstabilityai/stable-diffusion-3.5-large

https://huggingface.co/black-forest-labs/FLUX.1-dev

Image Removed

Error example

DeepFloyd/IF-I-XL-v1.0

https://huggingface.co/briaai/BRIA-3.2

https://huggingface.co/stabilityai/stable-diffusion-3-medium

https://huggingface.co/stabilityai/stable-diffusion-3.5-large

https://huggingface.co/black-forest-labs/FLUX.1-dev

https://huggingface.co/nvidia/Cosmos-Predict2-14B-Text2Image



Image Added

Error example

In case you got repo access, enter tokens to WebUI and still got error like

...

Code Block
export venv_dir=/mnt/python/venv/
source "${venv_dir}"/bin/activate
git config --global credential.helper store
/mnt/python/venv/bin/huggingface-cli login

...

First start console output example without ipex

Code Block
sdnext-ipex  | fatal: not a git repository (or any parent up to mount point /)
sdnext-ipex  | Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
sdnext-ipex  | Cloning into '.'...

sdnext-ipex  | 09:39:20-590857 INFO     Starting SD.Next
sdnext-ipex  | 09:39:20-592353 INFO     Logger: file="/app/sdnext.log" level=INFO
sdnext-ipex  |root@server6:~/ollama-cpu-docker# docker compose up -d; docker logs --since 1h --follow sdnext-ipex;
[+] Running 2/2
 ✔ Network ollama-cpu-docker_default  Created                                                               host="a7e3c88ab9d3" size=79 mode=append
sdnext-ipex  | 09:39:20-592961 INFO     Python: version=3.12.3 platform=Linux
sdnext-ipex  |                          bin="/mnt/python/venv/bin/python3"
sdnext-ipex  |                          venv="/mnt/python/venv"
sdnext-ipex  | 09:39:20-608102 INFO     Version: app=sd.next updated=2025-07-22 hash=bf6ba074
sdnext-ipex  |                                             branch=dev
0.0s
 ✔ Container sdnext-ipex   |           Started               url=https://github.com/vladmandic/sdnext.git/tree/dev
sdnext-ipex  |                          ui=dev

sdnext-ipex  | 09:39:20-983435 INFO     Version: app=sd.next latest=2025-07-22T17:45:09Z
sdnext-ipex  |                          hash=bf6ba074 branch=dev
sdnext-ipex  | 09:39:20-986261 INFO     Platform: arch=x86_64 cpu=x86_64 system=Linux
sdnext-ipex  |                          release=6.14.0-24-generic python=3.12.3 locale=('C',
sdnext-ipex  |                          'UTF-8') docker=True

sdnext-ipex  | 09:39:20-987344 INFO     Args: ['-f', '--use-ipex', '--uv', '--listen',
sdnext-ipex  |                          '--insecure', '--server-name sdnext.liutyi.info',
sdnext-ipex  |                          '--update', '--api-log', '--log', 'sdnext.log']

sdnext-ipex  | 09:39:28-7944522.0s
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Cloning into '.'...
Create python venv
Activate python venv: /mnt/python/venv
Launch: /mnt/python/venv/bin/python3
14:19:52-182833 INFO     Starting SD.Next
14:19:52-184379 INFO     Verifying torch installation
sdnext-ipex  | 09:39:28-800305 INFOLogger: file="/app/sdnext.log" level=DEBUG
         IPEX: Intel OneAPI toolkit detected
sdnext-ipex  | 09:39:28-800813 INFO     Torch: download and install in progress...
sdnext-ipex  |host="64f02122b05d" size=79 mode=append
14:19:52-184959 INFO     Python: version=3.12.3 platform=Linux
                    cmd="torch==2.7.1+xpu torchvision==0.22.1+xpu
sdnext-ipex  |  bin="/mnt/python/venv/bin/python3"
                        --index-url https://download.pytorch.org/whl/xpu"

sdnext-ipex  | 09:39:47-250742 venv="/mnt/python/venv"
14:19:52-192953 INFO     Transformers installVersion: versionapp=4.53.2
sdnext-ipex  | 09:39:54-002845 INFOsd.next updated=2025-10-02 hash=ef6563376
          Diffusers install:
sdnext-ipex  |            branch=ipex
              commit=9c13f8657986e68f5f05987912c54432fd28d86f
sdnext-ipex  | 09:40:03-379010 INFO     Install: verifying requirements
sdnext-ipex  | 09:40:20-543998 WARNING  Install: package="requests" installed=2.32.3
sdnext-ipex  | url=https://github.com/liutyi/sdnext.git/tree/ipex
                         ui=main
14:19:52-193606 DEBUG    Branch mismatch:      required=2.32.4 version mismatch
sdnext-ipex  | 09:40:24-323953 WARNING  Install: package="numpy" installed=2.3.1 required=2.1.2
sdnext-ipex  |        sdnext=ipex ui=main
14:19:52-203815 DEBUG    Branch synchronized: ipex
14:19:52-346183 ERROR    Repository failed to check version: 'commit'
                  version mismatch
sdnext-ipex  | 09:40:27-824620 WARNING  Install{'message': package="protobuf" installed=6.31.1
sdnext-ipex  |  API rate limit exceeded for xx.xx.xx.xx.
                        required=4.25.3 version mismatch
sdnext-ipex  | 09:40:29-215550 WARNING  Install: package="urllib3" installed=2.5.0
sdnext-ipex  | (But here's the good news: Authenticated requests get a
                         higher   required=1.26.19 version mismatch
sdnext-ipex  | 09:40:29-578491 WARNING  Install: package="Pillow" installed=11.3.0
sdnext-ipex  |rate limit. Check out the documentation for more
                           required=10.4.0 version mismatch
sdnext-ipex  | 09:40:31-005080 WARNING  Install: package="pydantic" installed=2.11.7
sdnext-ipex  |details.)", 'documentation_url':
                         'https://docs.github.com/rest/overview/resources-in-the
                    required=1.10.21 version mismatch
sdnext-ipex  | 09:40:32-101413 WARNING  Install: package="scipy" installed=1.16.0
sdnext-ipex  | -rest-api#rate-limiting'}
14:19:52-347865 INFO     Platform: arch=x86_64 cpu=x86_64 system=Linux
                            required=1release=6.14.1 version mismatch

sdnext-ipex  | 09:40:40-957425 INFO0-32-generic python=3.12.3 locale=('C',
            Startup: standard
sdnext-ipex  | 09:40:40-957983 INFO     Verifying submodules

sdnext-ipex  | 09:41:02-944419 INFO'UTF-8') docker=True
14:19:52-348559 DEBUG     Extension installed packages:
sdnext-ipex  |Packages: prefix=../mnt/python/venv
                            stable-diffusion-webui-rembg
sdnext-ipex  |site=['../mnt/python/venv/lib/python3.12/site-packages'
                         ]
14:19:52-349049 INFO     Args: ['opencv-python-headless==4.12.0.88', 'pooch==1.8.2',
sdnext-ipex  |'-f', '--use-ipex', '--uv', '--listen',
                         '--insecure',   'pymatting==1.1.14'--api-log', '--log', 'rembg==2.0.67sdnext.log']
sdnext-ipex  | 09:41:02-945357 INFO14:19:52-349520 DEBUG    Setting Extensions enabled: ['sd-extension-chainner',
sdnext-ipex  |   environment tuning
14:19:52-349915 DEBUG    Torch allocator:
                       'sd-extension-system-info', 'sd-webui-agent-scheduler',
sdnext-ipex  |  "garbage_collection_threshold:0.80,max_split_size_mb:51
                         2"
14:19:52-350367 DEBUG   'sdnext-modernui', 'stable-diffusion-webui-rembg']
sdnext-ipex  | 09:41:02-956589 INFO  Install: package="uv" install required
14:19:53-743978 DEBUG    Install: verifying requirements
sdnext-ipex  | 09:41:02-958641package="gradio" install required
14:20:00-808790 INFO     UpdatingVerifying torch Wiki

sdnext-ipex  | 09:41:03-382695 INFOinstallation
14:20:00-813464 DEBUG    Torch Installer timeoverrides: totalcuda=280.95False piprocm=85.95False installipex=71.04
sdnext-ipex  |True
                           requirements=34.48 git=19.32 submodules=16.73
sdnext-ipex  |directml=False openvino=False zluda=False
14:20:00-814098 INFO     IPEX: Intel OneAPI toolkit detected
14:20:00-814494 DEBUG    Install: package="torch" install required
14:20:00-814888 DEBUG         torch=16.03 diffusers=8.80 transformers=6.75
sdnext-ipex  |                Install: package="torchvision" install required
14:20:00-815284 DEBUG    Install: package="torchaudio" install required
14:20:00-815677 DEBUG    Install: package="xpu" install required
14:20:15-778575 INFO     Torch     update=5.05 base=4.91 stable-diffusion-webui-rembg=3.50
sdnext-ipex  |detected: gpu="Intel(R) Arc(TM) Graphics"
                            packages=3.12 onnx=2.42 sd-extension-chainner=0.46
sdnext-ipex  |               vram=128339 units=128
14:20:15-779442 DEBUG    Install: package="onnx" install required
14:20:17-278421 DEBUG    Install: package="onnxruntime" install required
14:20:18-355326 INFO     Transformers      sd-extension-system-info=0.44
sdnext-ipex  |  install: version=4.56.2
14:20:27-151710 INFO     Diffusers install:
                        sd-webui-agent-scheduler=0.43 wiki=0.42
sdnext-ipex  | commit=64a5187d96f9376c7cf5123db810f2d2da79d7d0
14:20:38-296481 INFO     Install requirements: this may take                  sdnext-modernui=0.42 latest=0.39 branch=0.15 files=0.09

sdnext-ipex  | 09:41:03-384464 INFO     Command line args: ['-f', '--use-ipex', '--uv',
sdnext-ipex  |a while...
14:20:38-808596 WARNING  Install: cmd="uv pip" args="install -r
                         requirements.txt" cannot use '--listen', '--insecure', '--server-name
sdnext-ipex  |uv, fallback to pip
14:21:25-608112 INFO     Install: verifying requirements
14:21:30-096095 INFO     Startup: standard
14:21:30-096669 INFO     Verifying submodules
14:21:43-290978 DEBUG     sdnext.liutyi.info', '--update', '--api-log', '--log',
sdnext-ipex  |Git detached head detected:
                            'sdnext.log'] insecure=True listen=True f=True
sdnext-ipex  |     folder="extensions-builtin/sd-extension-chainner"
                         reattach=main
14:21:43-291873 DEBUG    Git submodule: extensions-builtin/sd-extension-chainner
                      upgrade=True uv=True use_ipex=True log=sdnext.log
sdnext-ipex  |     / main
14:21:43-300854 DEBUG    Git detached head detected:
                        api_log=True argsfolder=['--server-name sdnext.liutyi.info']

sdnext-ipex  | 09:41:11-889139 INFO"extensions-builtin/sd-extension-system-info"
            Torch: torch==2.7.1+xpu torchvision==0.22.1+xpu
sdnext-ipex  | 09:41:11-891191 INFO     Packages: diffusers==0.35.0.dev0 transformers==4.53.2
sdnext-ipex  |    reattach=main
14:21:43-301522 DEBUG    Git submodule:
                       accelerate==1.9.0 gradio==3.43.2 pydantic==1.10.21
sdnext-ipex  |   extensions-builtin/sd-extension-system-info / main
14:21:43-308227 DEBUG    Git detached head detected:
                         numpy==2.1.2

sdnext-ipex  | 09:41:12-407124 INFOfolder="extensions-builtin/sdnext-modernui"
           Device detect: memory=125.3 default=balanced

sdnext-ipex  | 09:41:12-412036 INFO     Engine: backend=Backend.DIFFUSERS computereattach=ipex
sdnext-ipex  |main
14:21:43-308820 DEBUG    Git submodule: extensions-builtin/sdnext-modernui /
                    device=xpu attention="Scaled-Dot-Product" mode=no_grad

sdnext-ipex  | 09main
14:4121:1243-916299325661 DEBUG INFO   Git detached Torchhead parametersdetected:
 backend=ipex device=xpu config=Auto
sdnext-ipex  |                    folder="extensions-builtin/stable-diffusion-webui-rembg
      dtype=torch.bfloat16 context=no_grad nohalf=False
sdnext-ipex  |               " reattach=master
14:21:43-326569 DEBUG    Git submodule:
    nohalfvae=False upcast=False deterministic=False
sdnext-ipex  |                 extensions-builtin/stable-diffusion-webui-rembg /
        tunable=[False, False] fp16=pass bf16=pass
sdnext-ipex  |            master
14:21:43-336593 DEBUG    Git detached head       optimization="Scaled-Dot-Product"

sdnext-ipex  | 09:41:12-917422 INFOdetected: folder="wiki"
         Device: device=Intel(R) Arc(TM) Graphics n=1 ipex=
sdnext-ipex  |         reattach=master
14:21:43-337511 DEBUG    Git submodule: wiki / master
14:21:43-364999 DEBUG    Installed   driver=1.6.31294+20

sdnext-ipex  | 09:41:13-000978 TRACE    Trace: VAE
sdnext-ipex  | 09:41:13-079977 INFOpackages: 174
14:21:43-365576 DEBUG    Extensions all: ['sd-extension-chainner',
         Base path: data="/mnt/data"
sdnext-ipex  | 09:41:13-080481 INFO     Base path: models="/mnt/models"
sdnext-ipex  | 09:41:13-128374 INFO               'sd-extension-system-info', 'sdnext-modernui',
                         'stable-diffusion-webui-rembg']
14:21:43-394140 DEBUG    Extension installer: builtin=True
         Available VAEs: path="/mnt/models/VAE" items=0
sdnext-ipex  | 09:41:13-129122 INFO     Available UNets: path="/mnt/models/UNET" items=0
sdnext-ipex  | 09:41:13-129636 INFO     Available TEs: path="/mnt/models/Text-encoder" items=0
sdnext-ipex  | 09:41:13-131256 INFO     Available Models:
sdnext-ipex  |                          safetensors="/mnt/models/Stable-diffusion":5
sdnext-ipex  |                          diffusers="/mnt/models/Diffusers":33 items=38 time=0.00
sdnext-ipex  | 09:41:13-142003 INFO     Available LoRAs: path="/mnt/models/Lora" items=0
sdnext-ipex  |                file="/app/extensions-builtin/stable-diffusion-webui-re
                         mbg/install.py"
14:21:46-940113 INFO     Extension installed packages:
                         stable-diffusion-webui-rembg
                         ['opencv-python-headless==4.12.0.88', 'pooch==1.8.2',
                         'pymatting==1.1.14', 'rembg==2.0.67']
14:21:46-941087 INFO     Extensions enabled: ['sd-extension-chainner',
                         'sd-extension-system-info', 'sdnext-modernui',
                         'stable-diffusion-webui-rembg']
14:21:46-952833 INFO     Install: verifying requirements
14:21:46-955116 DEBUG    Setup complete without errors: 1759414907
14:21:46-957523 DEBUG    Extension preload: {'extensions-builtin': 0.0,
                         '/mnt/data/extensions': 0.0}
14:21:46-958387 INFO     Installer time: total=277.19 pip=102.69
                         requirements=47.81 install=36.22 torch=14.97 ipex=13.36
                         git=13.34 submodules=13.25 diffusers=11.05
                         transformers=8.80 base=5.17 packages=4.00
                         stable-diffusion-webui-rembg=3.55 onnx=2.58 latest=0.16
                         files=0.10 branch=0.06
14:21:46-959364 INFO     Command line args: ['-f', '--use-ipex', '--uv',
                         '--listen', '--insecure', '--api-log', '--log',
                         'sdnext.log'] f=True uv=True use_ipex=True
                         insecure=True listen=True log=sdnext.log args=[]
14:21:46-960057 DEBUG    Env flags: ['SD_VAE_DEBUG=true', 'SD_DOCKER=true',
                         'SD_DATADIR=/mnt/data', 'SD_MODELSDIR=/mnt/models']
14:21:46-960546 DEBUG    Linker flags: preload="None"
                         path=":/mnt/python/venv/lib/"
14:21:46-961027 DEBUG    Starting module: <module 'webui' from '/app/webui.py'>
14:21:52-472525 DEBUG    System: cores=22 affinity=22 threads=16
14:21:52-474247 INFO     Torch: torch==2.7.1+xpu torchvision==0.22.1+xpu
14:21:52-474728 INFO     Packages: diffusers==0.36.0.dev0 transformers==4.56.2
                         accelerate==1.10.1 gradio==3.43.2 pydantic==1.10.21
                         numpy==2.3.3
14:21:52-850006 DEBUG    ONNX: version=1.23.0,
                         available=['AzureExecutionProvider',
                         'CPUExecutionProvider']
14:21:52-920163 DEBUG    State initialized: id=136709158132896
14:21:53-831664 INFO     Device detect: memory=125.0 default=balanced
                         optimization=highvram
14:21:53-838787 DEBUG    Settings: fn="/mnt/data/config.json" created
14:21:53-840641 INFO     Engine: backend=Backend.DIFFUSERS compute=ipex
                         device=xpu attention="Scaled-Dot-Product" mode=no_grad
14:21:53-841458 DEBUG    Save: file="/mnt/data/config.json" json=0 bytes=2
                         time=0.002
14:21:53-842603 DEBUG    Read: file="html/reference.json" json=106 bytes=53223
                         time=0.000 fn=_call_with_frames_removed:<module>
14:21:53-843385 DEBUG    Torch attention: type="sdpa" flash=True memory=True
                         math=True
14:21:54-347712 INFO     Torch parameters: backend=ipex device=xpu config=Auto
                         dtype=torch.bfloat16 context=no_grad nohalf=False
                         nohalfvae=False upcast=False deterministic=False
                         tunable=[False, False] fp16=pass bf16=pass
                         optimization="Scaled-Dot-Product"
14:21:54-348863 INFO     Device: device=Intel(R) Arc(TM) Graphics n=1 ipex=
                         driver=1.6.35096+9
14:21:54-394243 TRACE    Trace: VAE
14:21:54-473654 DEBUG    Entering start sequence
14:21:54-474208 INFO     Base path: data="/mnt/data"
14:21:54-474595 INFO     Base path: models="/mnt/models"
14:21:54-474996 INFO     Create: folder="/mnt/models/Stable-diffusion"
14:21:54-475399 INFO     Create: folder="/mnt/models/Diffusers"
14:21:54-475773 INFO     Create: folder="/mnt/models/huggingface"
14:21:54-476141 INFO     Create: folder="/mnt/models/VAE"
14:21:54-476530 INFO     Create: folder="/mnt/models/UNET"
14:21:54-476903 INFO     Create: folder="/mnt/models/Text-encoder"
14:21:54-477500 INFO     Create: folder="/mnt/models/Lora"
14:21:54-477885 INFO     Create: folder="/mnt/models/tunable"
14:21:54-478251 INFO     Create: folder="/mnt/models/embeddings"
14:21:54-478631 INFO     Create: folder="/mnt/models/ONNX/temp"
14:21:54-479037 INFO     Create: folder="/mnt/data/outputs/text"
14:21:54-479422 INFO     Create: folder="/mnt/data/outputs/image"
14:21:54-479796 INFO     Create: folder="/mnt/data/outputs/control"
14:21:54-480201 INFO     Create: folder="/mnt/data/outputs/extras"
14:21:54-480585 INFO     Create: folder="/mnt/data/outputs/inputs"
14:21:54-480949 INFO     Create: folder="/mnt/data/outputs/grids"
14:21:54-481343 INFO     Create: folder="/mnt/data/outputs/save"
14:21:54-481711 INFO     Create: folder="/mnt/data/outputs/video"
14:21:54-482341 INFO     Create: folder="/mnt/models/yolo"
14:21:54-482714 INFO     Create: folder="/mnt/models/wildcards"
14:21:54-483195 DEBUG    Initializing
14:21:54-520191 INFO     Available VAEs: path="/mnt/models/VAE" items=0
14:21:54-520799 INFO     Available UNets: path="/mnt/models/UNET" items=0
14:21:54-521258 INFO     Available TEs: path="/mnt/models/Text-encoder" items=0
14:21:54-521818 INFO     Available Models:
                         safetensors="/mnt/models/Stable-diffusion":0
                         diffusers="/mnt/models/Diffusers":0 reference=106
                         items=0 time=0.00
14:21:54-534411 INFO     Available LoRAs: path="/mnt/models/Lora" items=0
                         folders=2 time=0.00
14:21:54-539670 INFO     Available Styles: path="/mnt/models/styles" items=288
                         time=0.00
14:21:54-541826 DEBUG    Install: package="basicsr" install required
14:21:57-859249 DEBUG    Install: package="gfpgan" install required
14:22:00-303207 INFO     Available Detailer: path="/mnt/models/yolo" items=11
                         downloaded=0
14:22:00-304138 DEBUG    Extensions: disabled=[]
14:22:00-304610 INFO     Load extensions
14:22:00-795505 DEBUG    Extensions init time: total=0.49 xyz_grid.py=0.18
                         stable-diffusion-webui-rembg=0.09
                         sd-extension-chainner=0.07
14:22:00-813362 DEBUG    Read: file="html/upscalers.json" json=4 bytes=2640
                         time=0.000 fn=__init__:__init__
14:22:00-814058 INFO     Upscaler create: folder="/mnt/models/chaiNNer"
14:22:00-814554 DEBUG    Read:
                         file="extensions-builtin/sd-extension-chainner/models.j
                         son" json=25 bytes=2803 time=0.000
                         fn=__init__:find_scalers
14:22:00-815407 DEBUG    Available chaiNNer: path="/mnt/models/chaiNNer"
                         defined=25 discovered=0 downloaded=0
14:22:00-816067 INFO     Upscaler create: folder="/mnt/models/RealESRGAN"
14:22:00-816717 INFO     Available Upscalers: items=72 downloaded=0 user=0
                         time=0.02 types=['None', 'Resize', 'Latent',
                         'AsymmetricVAE', 'DCC', 'VIPS', 'ChaiNNer', 'AuraSR',
                         'ESRGAN', 'RealESRGAN', 'SCUNet', 'Diffusion',
                         'SwinIR']
14:22:00-826361 DEBUG    Install: package="hf_transfer" install required
14:22:01-364069 INFO     Huggingface init: transfer=rust parallel=True
                         direct=False token="None"
                         cache="/mnt/models/huggingface"
14:22:01-364862 DEBUG    Huggingface cache: path="/mnt/models/huggingface"
                         size=0 MB
14:22:01-365439 DEBUG    UI start sequence
14:22:01-366741 INFO     UI locale: name="Auto"
14:22:01-367226 INFO     UI theme: type=Modern name="Default" available=35
14:22:01-367773 DEBUG    UI theme:
                         css="extensions-builtin/sdnext-modernui/themes/Default.
                         css" base="['base.css', 'timesheet.css']" user="None"
14:22:01-439430 DEBUG    UI initialize: tab=txt2img
14:22:01-460909 DEBUG    Networks: type="model" items=104 subfolders=4
                         tab=txt2img folders=['/mnt/models/Stable-diffusion',
                         'models/Reference', '/mnt/models/Stable-diffusion']
                         list=0.01 thumb=0.00 desc=0.00 info=0.00 workers=12
14:22:01-462379 DEBUG    Networks: type="lora" items=0 subfolders=1 tab=txt2img
                         folders=['/mnt/models/Lora'] list=0.01 thumb=0.01
                         desc=0.00 info=0.00 workers=12
14:22:01-467581 DEBUG    Networks: type="style" items=288 subfolders=3
                         tab=txt2img folders=['/mnt/models/styles', 'html']
                         list=0.01 thumb=0.00 desc=0.00 info=0.00 workers=12
14:22:01-470088 DEBUG    Networks: type="wildcards" items=0 subfolders=1
                         tab=txt2img folders=['/mnt/models/wildcards'] list=0.00
                         thumb=0.00 desc=0.00 info=0.00 workers=12
14:22:01-471061 DEBUG    Networks: type="embedding" items=0 subfolders=1
                         tab=txt2img folders=['/mnt/models/embeddings']
                         list=0.00 thumb=0.00 desc=0.00 info=0.00 workers=12
14:22:01-472019 DEBUG    Networks: type="vae" items=0 subfolders=1 tab=txt2img
                         folders=['/mnt/models/VAE'] list=0.00 thumb=0.00
                         desc=0.00 info=0.00 workers=12
14:22:01-472930 DEBUG    Networks: type="history" items=0 subfolders=1
                         tab=txt2img folders=[] list=0.00 thumb=0.00 desc=0.00
                         info=0.00 workers=12
14:22:01-833528 DEBUG    UI initialize: tab=img2img
14:22:01-977612 DEBUG    UI initialize: tab=control models="/mnt/models/control"
14:22:02-241457 DEBUG    UI initialize: tab=video
14:22:02-342434 DEBUG    UI initialize: tab=process
14:22:02-370804 DEBUG    UI initialize: tab=caption
14:22:02-442271 DEBUG    UI initialize: tab=models
14:22:02-488111 DEBUG    UI initialize: tab=gallery
14:22:02-512108 DEBUG    Reading failed: /mnt/data/ui-config.json [Errno 2] No
                         such file or    directory: '/mnt/data/ui-config.json'
14:22:02-512713 DEBUG    UI initialize: folders=2 time=0.00
sdnext-ipex  | 09:41:13-146684 INFOtab=settings
14:22:02-515335 DEBUG    Settings: Available Styles: path="/mnt/models/styles" items=288
sdnext-ipex  |      sections=23 settings=371/587 quicksettings=0
14:22:02-820299 DEBUG    UI initialize: tab=info
14:22:02-834256 DEBUG    UI initialize: tab=extensions
14:22:02-836909 INFO             time=0.00
sdnext-ipex  | 09:41:23-911055 INFOExtension list is empty: refresh required
14:22:02-859799 DEBUG    Extension Available Detailer: path="/mnt/models/yolo" items=11
sdnext-ipex  |list: processed=3 installed=3 enabled=3
                         disabled=0 visible=3  downloadedhidden=0
sdnext-ipex14:22:03-227231 DEBUG   | 09:41:23-912038 INFO Save: file="/mnt/data/ui-config.json" json=0 bytes=2
    Load extensions
sdnext-ipex  | 09:41:25-419079 INFO     Extension:
sdnext-ipex  |          time=0.000
14:22:03-269461 DEBUG    Root paths: ['/app', '/mnt/data', '/mnt/models']
14:22:03-349864 INFO      script='extensions-builtin/sd-webui-agent-scheduler/scr
sdnext-ipex  |          Local URL: http://localhost:7860/
14:22:03-350439 WARNING  Public URL: enabled without authentication
14:22:03-350844 WARNING  Public URL: enabled with insecure flag
14:22:03-351235 INFO     External URL: http://172.19.0.2:7860
14:22:03-507766 INFO     Public   ipts/task_scheduler.py' Using sqlite file:
sdnext-ipex  |URL: http://xx.xx.xx.xx:7860
14:22:03-508286 INFO     API docs: http://localhost:7860/docs
14:22:03-508658 INFO     API redocs: http://localhost:7860/redocs
14:22:03-510130 DEBUG    API        extensions-builtin/sd-webui-agent-scheduler/task_schedu
sdnext-ipex  |middleware: [<class
                            ler.sqlite3
sdnext-ipex  | 09:41:25-441239 INFO'starlette.middleware.base.BaseHTTPMiddleware'>, <class
         Available Upscalers: items=72 downloaded=0 user=0
sdnext-ipex  |          'starlette.middleware.gzip.GZipMiddleware'>]
14:22:03-510720 DEBUG       API initialize
14:22:03-637255 DEBUG    Scripts   setup: time=0.02271 types=['None', 'Resize', 'Latent',
sdnext-ipex  |      XYZ Grid:0.031']
14:22:03-638136 DEBUG    Model metadata: file="/mnt/data/metadata.json" no
                     'AsymmetricVAE', 'DCC', 'VIPS', 'ChaiNNer', 'AuraSR',
sdnext-ipex  | changes
14:22:03-638651 INFO     Model:        autoload=True selected="model.safetensors"
14:22:03-639815 DEBUG    Model requested: fn=threading.py:run:<lambda>
14:22:03-640847 ERROR    No   'ESRGAN', 'RealESRGAN', 'SCUNet', 'Diffusion',
sdnext-ipex  |models found
14:22:03-641442 INFO     Set system paths to use existing folders
14:22:03-642024 INFO       or use --models-dir <path-to-folder> to specify base
  'SwinIR']
sdnext-ipex  | 09:41:25-450058 INFO     UI locale: name="Auto"
sdnext-ipex  | 09:41:25-450541 INFO     UI theme: type=Standard name="black-teal" available=13
sdnext-ipex  | 09:41:26-915157 folder with all models
14:22:03-642721 INFO     Extension list is empty: refresh required

sdnext-ipex  | 09:41:27-137364 INFO  or use --ckpt <path-to-checkpoint> to force using
          Local URL: http://localhost:7860/
sdnext-ipex  | 09:41:27-137947 WARNING     Public URL: enabled without authentication
sdnext-ipex  |specific 09model
14:4122:27-138350 WARNING03-643462 DEBUG    Public URL: enabled with insecure flag

sdnext-ipex  | 09:41:27-138779Cache clear
14:22:03-644778 DEBUG    Script init: ['system-info.py:app_started=0.05']
14:22:03-645267 INFO     ExternalStartup URLtime: http://172.21.0.3:7860
sdnext-ipex  | 09:41:27-318564 INFOtotal=376.61 launch=120.26 loader=119.98
            Public URL: http://xx.xx.xx.xx:7860

sdnext-ipex  | 09:41:27-743268 INFO     [AgentScheduler] Task queue is empty
sdnext-ipex  | 09:41:27-743982 INFOinstaller=119.97 detailer=5.76 torch=4.11
             [AgentScheduler] Registering APIs

sdnext-ipex  | 09:41:30-738759 INFO     Startup time: total=350.54 launch=108.02 numpy=107.87
sdnext-ipex  | libraries=2.23 gradio=0.87 cleanup=0.54 extensions=0.49
                            installer=107.73 detailer=10.76 torch=6.36
sdnext-ipex  |ui-defaults=0.36 ui-txt2img=0.34 ui-extensions=0.34
                           checkpoint=2.91 extensions=1.51 libraries=1.50
sdnext-ipex  |ui-networks=0.24 bnb=0.20 ui-control=0.19
                            gradio=1.44 app-startedui-img2img=0.11 ui-models=0.4410 ui-extensionsvideo=0.08 api=0.34
sdnext-ipex  |07
                          ui-gallerydiffusers=0.2307 uiapp-modelsstarted=0.05
14:22 ui-control=0.19
sdnext-ipex  |:03-648495 DEBUG    Save: file="/mnt/data/config.json" json=12 bytes=618
                          ui-networkstime=0.17 bnb=0.16 ui-txt2img=0.12
sdnext-ipex  |004
14:22:09-443940 INFO     API user=None code=200 http/1.1 GET /sdapi/v1/version
                         172.19.0.1 0.0004
14:22:09-446849 DEBUG     ui-img2img=0.11 ui-video=0.07 diffusers=0.07 api=0.07
sdnext-ipex  |UI: connected
14:22:11-818033 INFO     API user=None code=200 http/1.1 GET /sdapi/v1/version
                          ui-defaults=0.07172.19.0.1 0.0017
14:22:11-819108 DEBUG    UI: connected