CivArchive
    ComfyUI — Advanced XL/15/P/IL — Daemon +Meta - v6
    NSFW
    Preview 52686412
    Preview 52687483
    Preview 52687972
    Preview 52688033
    Preview 52688199
    Preview 52688277
    Preview 52688346
    Preview 52688417
    Preview 52688537
    Preview 52688978
    Preview 52689125
    Preview 52689365
    Preview 52689520
    Preview 52689871
    Preview 53316569

    Hello there and thanks for checking out this workflow!

    What's new in v11? : Major Changes; rework of the entire workflow to utilize SubGraphs!

    Purpose

    Built to provide a versatile and modular all-in-one workflow for SDXL/Pony/llustrious and SD15 streamlining the most useful features focused on efficiency and structure.

    Features

    • Full metadata; recognized by CivitAI

    • LoRA loaders

    • Wildcard prompting

    • ControlNet

    • IPAdapter + FaceID

    • Installation and download guide for models and nodes

    • Multiple passes with optional upscales

    • 1st : Detail Daemon Sampling + Variation Seed

    • 2nd : Detail Daemon + PAG + Tiled Diffusion or UltimateSDUpscale

    • ADetailer

    • Inpainting

    Custom Nodes

    All of which can be installed through the ComfyUI-Manager

    Troubleshooting

    1. If nodes show up red (failing to load), check the 'Install Missing Custom Nodes' tab of the ComfyUI Manager for the missing node packs and install them.

    2. Please check if all custom node packs load properly after installing, i.e. no (IMPORT FAILED) messages next to any of them in the console upon ComfyUI startup.

    3. Always reload/drag'n'drop the original, downloaded workflow file into ComfyUI to reload an intact version of the workflow.

      → The last opened workflow that appears on startup only shows a cached version.


    Thanks

    The workflow would not be possible as is without these custom node packs. If you want to support the custom node creators, give them a ⭐ on their github repos! Thank you!


    Feel free to ask any questions, share improvements or suggestions in the comment section!
    Also let me know if you encounter any confusing points I can elaborate on and focus on improving for the next update!

    Description

    v6
    — many structural + layout changes
    — reworked 2nd and 3rd pass, added color-correction and Daemon-Detail
    — reworked ControlNet group nodes to make use of union/promax optional
    v6.1
    — fixed detailer nodes after a breaking update

    FAQ

    Comments (6)

    omgcheesedudeJan 22, 2025· 2 reactions
    CivitAI

    Hey when i get to the adetailer i just get this error message,

    DetailerForEachDebug

    error invalid scheduler

    # ComfyUI Error Report

    ## Error Details

    - Node ID: 10496:12

    - Node Type: DetailerForEachDebug

    - Exception Type: ValueError

    - Exception Message: error invalid scheduler

    ## Stack Trace

    ```

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute

    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data

    return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in mapnode_over_list

    process_inputs(input_dict, i)

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs

    results.append(getattr(obj, func)(**inputs))

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 1579, in doit

    DetailerForEach.do_detail(image, segs, model, clip, vae, guide_size, guide_size_for, max_size, seed, steps,

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 334, in do_detail

    enhanced_image, cnet_pils = core.enhance_detail(cropped_image, model, clip, vae, guide_size, guide_size_for_bbox, max_size,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\core.py", line 365, in enhance_detail

    refined_latent = impact_sampling.ksampler_wrapper(model2, seed2, steps2, cfg2, sampler_name2, scheduler2, positive2, negative2,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 243, in ksampler_wrapper

    refined_latent = separated_sample(model, True, seed, advanced_steps, cfg, sampler_name, scheduler,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 188, in separated_sample

    total_sigmas = calculate_sigmas(model, sampler_name, scheduler, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 33, in calculate_sigmas

    sigmas = samplers.calculate_sigmas(model.get_model_object("model_sampling"), scheduler, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ppm\schedulers.py", line 47, in calculatesigmas_hijack

    sigmas = calculate_sigmas_original(model_sampling, scheduler_name, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1029, in calculate_sigmas

    raise ValueError(err)

    ```

    ## System Information

    - ComfyUI Version: 0.3.12

    - Arguments: ComfyUI\main.py --windows-standalone-build

    - OS: nt

    - Python Version: 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)]

    - Embedded Python: true

    - PyTorch Version: 2.5.1+cu124

    ## Devices

    - Name: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync

    - Type: cuda

    - VRAM Total: 25769279488

    - VRAM Free: 17272042618

    - Torch VRAM Total: 7113539584

    - Torch VRAM Free: 37647482

    ## Logs

    ```

    2025-01-22T15:55:14.897584 - ,

    2025-01-22T15:55:14.897584 - 'height'2025-01-22T15:55:14.897584 - : 2025-01-22T15:55:14.897584 - '1216'2025-01-22T15:55:14.897584 - ,

    2025-01-22T15:55:14.898092 - 'modelname'2025-01-22T15:55:14.898092 - : 2025-01-22T15:55:14.898092 - 'betterDaysIllustriousXL_illustriousXLV01.safetensors'2025-01-22T15:55:14.898092 - ,

    2025-01-22T15:55:14.898092 - 'negative'2025-01-22T15:55:14.898599 - : 2025-01-22T15:55:14.898599 - 'ai-generated, ai-assisted, stable diffusion, nai diffusion, '2025-01-22T15:55:14.898599 -

    2025-01-22T15:55:14.899106 - 'worst quality, worst aesthetic, bad quality, normal quality, '2025-01-22T15:55:14.899106 -

    2025-01-22T15:55:14.899106 - 'average quality, oldest, old, early, very displeasing, '2025-01-22T15:55:14.899106 -

    2025-01-22T15:55:14.899613 - 'displeasing, adversarial noise, unknown artist, banned '2025-01-22T15:55:14.899613 -

    2025-01-22T15:55:14.899613 - 'artist, what, off-topic, artist request, text, artist name, '2025-01-22T15:55:14.899613 -

    2025-01-22T15:55:14.899613 - 'signature, username, logo, watermark, copyright name, '2025-01-22T15:55:14.899613 -

    2025-01-22T15:55:14.900119 - 'copyright symbol, resized, downscaled, source larger, low '2025-01-22T15:55:14.900119 -

    2025-01-22T15:55:14.900119 - 'quality, lowres, jpeg artifacts, compression artifacts, '2025-01-22T15:55:14.900119 -

    2025-01-22T15:55:14.900626 - 'blurry, artistic error, bad anatomy, bad hands, bad feet, '2025-01-22T15:55:14.900626 -

    2025-01-22T15:55:14.900626 - 'disfigured, deformed, extra digits, fewer digits, missing '2025-01-22T15:55:14.900626 -

    2025-01-22T15:55:14.900626 - 'fingers, censored, bar censor, mosaic censoring, missing, '2025-01-22T15:55:14.900626 -

    2025-01-22T15:55:14.901133 - 'extra, fewer, bad, hyper, error, ugly, worst, tagme, '2025-01-22T15:55:14.901133 -

    2025-01-22T15:55:14.901640 - 'unfinished, bad proportions, bad perspective, aliasing, '2025-01-22T15:55:14.901640 -

    2025-01-22T15:55:14.901640 - 'simple background, asymmetrical, monochrome, sketch, concept '2025-01-22T15:55:14.901640 -

    2025-01-22T15:55:14.901640 - 'art, flat color, flat colors, simple shading, jaggy lines, '2025-01-22T15:55:14.902148 -

    2025-01-22T15:55:14.902148 - 'traditional media \\(artwork\\), microsoft paint '2025-01-22T15:55:14.902148 -

    2025-01-22T15:55:14.902148 - '\\(artwork\\), ms paint \\(medium\\), unclear, photo, icon, '2025-01-22T15:55:14.902148 -

    2025-01-22T15:55:14.902654 - 'multiple views, sequence, comic, 2koma, 4koma, multiple '2025-01-22T15:55:14.902654 -

    2025-01-22T15:55:14.902654 - 'images, turnaround, collage, panel skew, letterboxed, framed, '2025-01-22T15:55:14.902654 -

    2025-01-22T15:55:14.902654 - 'border, speech bubble, 3d, lossy-lossless, scan artifacts, '2025-01-22T15:55:14.903162 -

    2025-01-22T15:55:14.903162 - 'out of frame, cropped, [abstract], [doesnotexist], '2025-01-22T15:55:14.903670 - ,

    2025-01-22T15:55:14.903670 - 'positive'2025-01-22T15:55:14.904178 - : 2025-01-22T15:55:14.904178 - 'masterpiece, best quality, good quality, newest, very awa, '2025-01-22T15:55:14.904178 -

    2025-01-22T15:55:14.904685 - 'absurdres, highres'2025-01-22T15:55:14.904685 - ,

    2025-01-22T15:55:14.905193 - 'sampler'2025-01-22T15:55:14.905700 - : 2025-01-22T15:55:14.906208 - 'euler'2025-01-22T15:55:14.906208 - ,

    2025-01-22T15:55:14.906715 - 'scheduler'2025-01-22T15:55:14.906715 - : 2025-01-22T15:55:14.907223 - 'sgm_uniform'2025-01-22T15:55:14.907223 - ,

    2025-01-22T15:55:14.907731 - 'seed'2025-01-22T15:55:14.907731 - : 2025-01-22T15:55:14.908239 - '131337'2025-01-22T15:55:14.908239 - ,

    2025-01-22T15:55:14.908747 - 'steps'2025-01-22T15:55:14.908747 - : 2025-01-22T15:55:14.908747 - '20'2025-01-22T15:55:14.909256 - ,

    2025-01-22T15:55:14.909256 - 'width'2025-01-22T15:55:14.909256 - : 2025-01-22T15:55:14.909762 - '832'2025-01-22T15:55:14.909762 - }2025-01-22T15:55:14.909762 -

    2025-01-22T15:55:14.909762 - 2025-01-22T15:55:14.909762 -

    2025-01-22T15:55:32.448423 -

    100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:13<00:00, 1.43it/s]2025-01-22T15:55:32.448423 -

    100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:13<00:00, 1.45it/s]2025-01-22T15:55:32.448423 -

    2025-01-22T15:55:34.411751 - Canva size: 1248x18242025-01-22T15:55:34.412258 -

    2025-01-22T15:55:34.412258 - Image size: 1248x18242025-01-22T15:55:34.412258 -

    2025-01-22T15:55:34.412766 - Scale factor: 12025-01-22T15:55:34.412766 -

    2025-01-22T15:55:34.415812 - Tile size: 880x11682025-01-22T15:55:34.415812 -

    2025-01-22T15:55:34.416319 - Tiles amount: 42025-01-22T15:55:34.416319 -

    2025-01-22T15:55:34.416319 - Grid: 2x22025-01-22T15:55:34.416319 -

    2025-01-22T15:55:34.416826 - Redraw enabled: True2025-01-22T15:55:34.416826 -

    2025-01-22T15:55:34.416826 - Seams fix mode: NONE2025-01-22T15:55:34.416826 -

    2025-01-22T15:56:17.011462 -

    USDU: 100%|████████████████████████████████████████████████████████████████████████████| 4/4 [00:42<00:00, 10.73s/tile]2025-01-22T15:56:17.589852 -

    USDU: 100%|████████████████████████████████████████████████████████████████████████████| 4/4 [00:43<00:00, 10.79s/tile]2025-01-22T15:56:17.589852 -

    2025-01-22T15:56:17.917546 -

    2025-01-22T15:56:17.969319 - 0: 640x448 1 face, 25.9ms

    2025-01-22T15:56:17.969319 - Speed: 3.0ms preprocess, 25.9ms inference, 3.6ms postprocess per image at shape (1, 3, 640, 448)

    2025-01-22T15:56:18.650515 - Detailer: segment upscale for ((309.74005, 309.59705)) | crop region (619, 619) x 1.6545704454104788 -> (1024, 1024)2025-01-22T15:56:18.651022 -

    2025-01-22T15:56:19.471825 - [Impact Pack] vae encoded (tiled) in 0.8s2025-01-22T15:56:19.472332 -

    2025-01-22T15:56:19.472332 - error invalid scheduler

    2025-01-22T15:56:19.478416 - !!! Exception during processing !!! error invalid scheduler

    2025-01-22T15:56:19.481458 - Traceback (most recent call last):

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute

    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data

    return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in mapnode_over_list

    process_inputs(input_dict, i)

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs

    results.append(getattr(obj, func)(**inputs))

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 1579, in doit

    DetailerForEach.do_detail(image, segs, model, clip, vae, guide_size, guide_size_for, max_size, seed, steps,

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 334, in do_detail

    enhanced_image, cnet_pils = core.enhance_detail(cropped_image, model, clip, vae, guide_size, guide_size_for_bbox, max_size,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\core.py", line 365, in enhance_detail

    refined_latent = impact_sampling.ksampler_wrapper(model2, seed2, steps2, cfg2, sampler_name2, scheduler2, positive2, negative2,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 243, in ksampler_wrapper

    refined_latent = separated_sample(model, True, seed, advanced_steps, cfg, sampler_name, scheduler,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 188, in separated_sample

    total_sigmas = calculate_sigmas(model, sampler_name, scheduler, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 33, in calculate_sigmas

    sigmas = samplers.calculate_sigmas(model.get_model_object("model_sampling"), scheduler, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ppm\schedulers.py", line 47, in calculatesigmas_hijack

    sigmas = calculate_sigmas_original(model_sampling, scheduler_name, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1029, in calculate_sigmas

    raise ValueError(err)

    ValueError: error invalid scheduler

    2025-01-22T15:56:19.484498 - Prompt executed in 71.62 seconds

    2025-01-22T15:56:45.537411 - got prompt

    2025-01-22T15:56:45.591992 - Failed to validate prompt for output 5715:

    2025-01-22T15:56:45.591992 - * ImpactSchedulerAdapter 10496:20:

    2025-01-22T15:56:45.592498 - - Value not in list: extra_scheduler: '' not in ['None', 'AYS SDXL', 'AYS SD1', 'AYS SVD', 'GITS[coeff=1.2]', 'LTXV[default]']

    2025-01-22T15:56:45.592498 - Output will be ignored

    2025-01-22T15:56:45.593005 - Failed to validate prompt for output 10097:20:

    2025-01-22T15:56:45.593005 - Output will be ignored

    2025-01-22T15:56:45.594525 - Failed to validate prompt for output 5716:

    2025-01-22T15:56:45.595032 - Output will be ignored

    2025-01-22T15:56:45.609733 - Failed to validate prompt for output 5781:

    2025-01-22T15:56:45.609733 - * SimpleMathFloat+ 10521:21:

    2025-01-22T15:56:45.610240 - - Failed to convert an input value to a FLOAT value: value, , could not convert string to float: ''

    2025-01-22T15:56:45.610240 - * Scheduler Selector (Comfy) (Image Saver) 10521:19:

    2025-01-22T15:56:45.610240 - - Value not in list: scheduler: '0.4999999999999996' not in ['normal', 'karras', 'exponential', 'sgm_uniform', 'simple', 'ddim_uniform', 'beta', 'linear_quadratic', 'kl_optimal', 'ays', 'ays+', 'ays_30', 'ays_30+', 'gits']

    2025-01-22T15:56:45.610240 - * ImpactSchedulerAdapter 10521:20:

    2025-01-22T15:56:45.610747 - - Value not in list: extra_scheduler: '' not in ['None', 'AYS SDXL', 'AYS SD1', 'AYS SVD', 'GITS[coeff=1.2]', 'LTXV[default]']

    2025-01-22T15:56:45.611253 - * SimpleMathInt+ 10521:16:

    2025-01-22T15:56:45.611253 - - Failed to convert an input value to a INT value: value, euler, invalid literal for int() with base 10: 'euler'

    2025-01-22T15:56:45.611253 - * ImpactFloat 10521:17:

    2025-01-22T15:56:45.611253 - - Failed to convert an input value to a FLOAT value: value, normal, could not convert string to float: 'normal'

    2025-01-22T15:56:45.611760 - * Sampler Selector (Image Saver) 10521:18:

    2025-01-22T15:56:45.611760 - - Value not in list: sampler_name: 'None' not in (list of length 31)

    2025-01-22T15:56:45.611760 - Output will be ignored

    2025-01-22T15:56:45.611760 - Failed to validate prompt for output 5780:

    2025-01-22T15:56:45.612267 - Output will be ignored

    2025-01-22T15:56:46.975589 - [mask_to_segs] Empty mask.2025-01-22T15:56:46.976095 -

    2025-01-22T15:56:46.976095 - # of Detected SEGS: 02025-01-22T15:56:46.976095 -

    2025-01-22T15:56:46.997375 - !!! Exception during processing !!! could not convert string to float: ''

    2025-01-22T15:56:46.999910 - Traceback (most recent call last):

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute

    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data

    return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in mapnode_over_list

    process_inputs(input_dict, i)

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs

    results.append(getattr(obj, func)(**inputs))

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials\misc.py", line 24, in execute

    return (float(value), )

    ^^^^^^^^^^^^

    ValueError: could not convert string to float: ''

    2025-01-22T15:56:47.001936 - Prompt executed in 1.35 seconds

    2025-01-22T16:03:27.231367 - Exception in callback ProactorBasePipeTransport.call_connection_lost(None)

    handle: <Handle ProactorBasePipeTransport.call_connection_lost(None)>

    Traceback (most recent call last):

    File "asyncio\events.py", line 84, in _run

    File "asyncio\proactor_events.py", line 165, in callconnection_lost

    ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host

    2025-01-22T16:03:28.985166 - FETCH DATA from: C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2025-01-22T16:03:28.985166 - 2025-01-22T16:03:28.997862 - [DONE]2025-01-22T16:03:28.997862 -

    2025-01-22T16:03:30.336558 - Error fetching models: [WinError 10061] No connection could be made because the target machine actively refused it2025-01-22T16:03:30.336558 -

    2025-01-22T16:03:31.337526 - Error fetching models: [WinError 10061] No connection could be made because the target machine actively refused it2025-01-22T16:03:31.337526 -

    2025-01-22T16:04:33.447307 - got prompt

    2025-01-22T16:04:33.533003 - Failed to validate prompt for output 5715:

    2025-01-22T16:04:33.535537 - * ImpactSchedulerAdapter 10496:20:

    2025-01-22T16:04:33.537057 - - Value not in list: extra_scheduler: '' not in ['None', 'AYS SDXL', 'AYS SD1', 'AYS SVD', 'GITS[coeff=1.2]', 'LTXV[default]']

    2025-01-22T16:04:33.537565 - Output will be ignored

    2025-01-22T16:04:33.538072 - Failed to validate prompt for output 10097:20:

    2025-01-22T16:04:33.538578 - Output will be ignored

    2025-01-22T16:04:33.539591 - Failed to validate prompt for output 5716:

    2025-01-22T16:04:33.540098 - Output will be ignored

    2025-01-22T16:04:33.553797 - Failed to validate prompt for output 5781:

    2025-01-22T16:04:33.554304 - * ImpactSchedulerAdapter 10521:20:

    2025-01-22T16:04:33.554812 - - Value not in list: extra_scheduler: '' not in ['None', 'AYS SDXL', 'AYS SD1', 'AYS SVD', 'GITS[coeff=1.2]', 'LTXV[default]']

    2025-01-22T16:04:33.554812 - Output will be ignored

    2025-01-22T16:04:33.555318 - Failed to validate prompt for output 5780:

    2025-01-22T16:04:33.555318 - Output will be ignored

    2025-01-22T16:04:35.713701 - [mask_to_segs] Empty mask.2025-01-22T16:04:35.713701 -

    2025-01-22T16:04:35.713701 - # of Detected SEGS: 02025-01-22T16:04:35.714209 -

    2025-01-22T16:04:41.284213 -

    100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:05<00:00, 3.65it/s]2025-01-22T16:04:41.284723 -

    100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:05<00:00, 3.60it/s]2025-01-22T16:04:41.284723 -

    2025-01-22T16:04:41.849445 - WAS Node Suite DATA Output:

    2025-01-22T16:04:41.849952 -

    2025-01-22T16:04:41.852261 - {2025-01-22T16:04:41.852490 - 2025-01-22T16:04:41.852490 - 'cfg'2025-01-22T16:04:41.852490 - : 2025-01-22T16:04:41.852490 - '8.0'2025-01-22T16:04:41.852998 - ,

    2025-01-22T16:04:41.852998 - 'height'2025-01-22T16:04:41.854518 - : 2025-01-22T16:04:41.855025 - '1216'2025-01-22T16:04:41.855025 - ,

    2025-01-22T16:04:41.855025 - 'modelname'2025-01-22T16:04:41.855532 - : 2025-01-22T16:04:41.855532 - 'betterDaysIllustriousXL_illustriousXLV01.safetensors'2025-01-22T16:04:41.855532 - ,

    2025-01-22T16:04:41.855532 - 'negative'2025-01-22T16:04:41.856546 - : 2025-01-22T16:04:41.856546 - 'ai-generated, ai-assisted, stable diffusion, nai diffusion, '2025-01-22T16:04:41.856546 -

    2025-01-22T16:04:41.856546 - 'worst quality, worst aesthetic, bad quality, normal quality, '2025-01-22T16:04:41.858066 -

    2025-01-22T16:04:41.858066 - 'average quality, oldest, old, early, very displeasing, '2025-01-22T16:04:41.858573 -

    2025-01-22T16:04:41.858573 - 'displeasing, adversarial noise, unknown artist, banned '2025-01-22T16:04:41.859587 -

    2025-01-22T16:04:41.859587 - 'artist, what, off-topic, artist request, text, artist name, '2025-01-22T16:04:41.860094 -

    2025-01-22T16:04:41.860094 - 'signature, username, logo, watermark, copyright name, '2025-01-22T16:04:41.860603 -

    2025-01-22T16:04:41.860603 - 'copyright symbol, resized, downscaled, source larger, low '2025-01-22T16:04:41.862125 -

    2025-01-22T16:04:41.862125 - 'quality, lowres, jpeg artifacts, compression artifacts, '2025-01-22T16:04:41.862632 -

    2025-01-22T16:04:41.862632 - 'blurry, artistic error, bad anatomy, bad hands, bad feet, '2025-01-22T16:04:41.863139 -

    2025-01-22T16:04:41.863139 - 'disfigured, deformed, extra digits, fewer digits, missing '2025-01-22T16:04:41.863139 -

    2025-01-22T16:04:41.863646 - 'fingers, censored, bar censor, mosaic censoring, missing, '2025-01-22T16:04:41.864153 -

    2025-01-22T16:04:41.864660 - 'extra, fewer, bad, hyper, error, ugly, worst, tagme, '2025-01-22T16:04:41.865167 -

    2025-01-22T16:04:41.865675 - 'unfinished, bad proportions, bad perspective, aliasing, '2025-01-22T16:04:41.867198 -

    2025-01-22T16:04:41.868216 - 'simple background, asymmetrical, monochrome, sketch, concept '2025-01-22T16:04:41.868216 -

    2025-01-22T16:04:41.868722 - 'art, flat color, flat colors, simple shading, jaggy lines, '2025-01-22T16:04:41.868722 -

    2025-01-22T16:04:41.869229 - 'traditional media \\(artwork\\), microsoft paint '2025-01-22T16:04:41.870244 -

    2025-01-22T16:04:41.871766 - '\\(artwork\\), ms paint \\(medium\\), unclear, photo, icon, '2025-01-22T16:04:41.872782 -

    2025-01-22T16:04:41.873289 - 'multiple views, sequence, comic, 2koma, 4koma, multiple '2025-01-22T16:04:41.873796 -

    2025-01-22T16:04:41.875319 - 'images, turnaround, collage, panel skew, letterboxed, framed, '2025-01-22T16:04:41.876335 -

    2025-01-22T16:04:41.876843 - 'border, speech bubble, 3d, lossy-lossless, scan artifacts, '2025-01-22T16:04:41.877859 -

    2025-01-22T16:04:41.881414 - 'out of frame, cropped, [abstract], [doesnotexist], '2025-01-22T16:04:41.882936 - ,

    2025-01-22T16:04:41.883443 - 'positive'2025-01-22T16:04:41.884457 - : 2025-01-22T16:04:41.884965 - 'masterpiece, best quality, good quality, newest, very awa, '2025-01-22T16:04:41.884965 -

    2025-01-22T16:04:41.884965 - 'absurdres, highres'2025-01-22T16:04:41.886488 - ,

    2025-01-22T16:04:41.886996 - 'sampler'2025-01-22T16:04:41.887504 - : 2025-01-22T16:04:41.888011 - 'euler'2025-01-22T16:04:41.888011 - ,

    2025-01-22T16:04:41.888011 - 'scheduler'2025-01-22T16:04:41.888519 - : 2025-01-22T16:04:41.888519 - 'sgm_uniform'2025-01-22T16:04:41.888519 - ,

    2025-01-22T16:04:41.888519 - 'seed'2025-01-22T16:04:41.889534 - : 2025-01-22T16:04:41.889534 - '131339'2025-01-22T16:04:41.889534 - ,

    2025-01-22T16:04:41.890041 - 'steps'2025-01-22T16:04:41.890041 - : 2025-01-22T16:04:41.890041 - '20'2025-01-22T16:04:41.890041 - ,

    2025-01-22T16:04:41.890549 - 'width'2025-01-22T16:04:41.891564 - : 2025-01-22T16:04:41.891564 - '832'2025-01-22T16:04:41.891564 - }2025-01-22T16:04:41.891564 -

    2025-01-22T16:04:41.892072 - 2025-01-22T16:04:41.892072 -

    2025-01-22T16:05:00.094961 -

    100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:14<00:00, 1.40it/s]2025-01-22T16:05:00.094961 -

    100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:14<00:00, 1.42it/s]2025-01-22T16:05:00.095469 -

    2025-01-22T16:05:02.180018 - Canva size: 1248x18242025-01-22T16:05:02.180018 -

    2025-01-22T16:05:02.180018 - Image size: 1248x18242025-01-22T16:05:02.181033 -

    2025-01-22T16:05:02.181033 - Scale factor: 12025-01-22T16:05:02.181540 -

    2025-01-22T16:05:02.185088 - Tile size: 880x11682025-01-22T16:05:02.185088 -

    2025-01-22T16:05:02.185596 - Tiles amount: 42025-01-22T16:05:02.186610 -

    2025-01-22T16:05:02.187118 - Grid: 2x22025-01-22T16:05:02.187624 -

    2025-01-22T16:05:02.187624 - Redraw enabled: True2025-01-22T16:05:02.188131 -

    2025-01-22T16:05:02.188640 - Seams fix mode: NONE2025-01-22T16:05:02.189658 -

    2025-01-22T16:05:44.411327 -

    USDU: 100%|████████████████████████████████████████████████████████████████████████████| 4/4 [00:42<00:00, 10.62s/tile]2025-01-22T16:05:44.973332 -

    USDU: 100%|████████████████████████████████████████████████████████████████████████████| 4/4 [00:42<00:00, 10.70s/tile]2025-01-22T16:05:44.973332 -

    2025-01-22T16:05:45.252617 -

    2025-01-22T16:05:45.293206 - 0: 640x448 1 face, 16.7ms

    2025-01-22T16:05:45.293206 - Speed: 4.6ms preprocess, 16.7ms inference, 3.0ms postprocess per image at shape (1, 3, 640, 448)

    2025-01-22T16:05:45.940140 - Detailer: segment upscale for ((379.6245, 381.15018)) | crop region (759, 762) x 1.3441069934087653 -> (1020, 1024)2025-01-22T16:05:45.940140 -

    2025-01-22T16:05:46.173725 - [Impact Pack] vae encoded in 0.2s2025-01-22T16:05:46.174231 -

    2025-01-22T16:05:46.174231 - error invalid scheduler

    2025-01-22T16:05:46.179806 - !!! Exception during processing !!! error invalid scheduler

    2025-01-22T16:05:46.181328 - Traceback (most recent call last):

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute

    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data

    return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in mapnode_over_list

    process_inputs(input_dict, i)

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs

    results.append(getattr(obj, func)(**inputs))

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 1579, in doit

    DetailerForEach.do_detail(image, segs, model, clip, vae, guide_size, guide_size_for, max_size, seed, steps,

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 334, in do_detail

    enhanced_image, cnet_pils = core.enhance_detail(cropped_image, model, clip, vae, guide_size, guide_size_for_bbox, max_size,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\core.py", line 365, in enhance_detail

    refined_latent = impact_sampling.ksampler_wrapper(model2, seed2, steps2, cfg2, sampler_name2, scheduler2, positive2, negative2,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 243, in ksampler_wrapper

    refined_latent = separated_sample(model, True, seed, advanced_steps, cfg, sampler_name, scheduler,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 188, in separated_sample

    total_sigmas = calculate_sigmas(model, sampler_name, scheduler, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 33, in calculate_sigmas

    sigmas = samplers.calculate_sigmas(model.get_model_object("model_sampling"), scheduler, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ppm\schedulers.py", line 47, in calculatesigmas_hijack

    sigmas = calculate_sigmas_original(model_sampling, scheduler_name, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1029, in calculate_sigmas

    raise ValueError(err)

    ValueError: error invalid scheduler

    2025-01-22T16:05:46.184880 - Prompt executed in 72.58 seconds

    ```

    ## Attached Workflow

    Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

    ```

    Workflow too large. Please manually upload the workflow from local file system.

    ```

    ## Additional Context

    (Please add any additional context or steps to reproduce the error here)

    omgcheesedudeJan 22, 2025· 1 reaction

    on V6

    # ComfyUI Error Report

    ## Error Details

    - Node ID: 10496:12

    - Node Type: DetailerForEachDebug

    - Exception Type: ValueError

    - Exception Message: error invalid scheduler illustration of beautiful girl's face with goth makeup and pale skin, long lashes, eyeshadow, mascara, expressive lips, young smooth skin, gorgeous supermodel, captivating, highly detailed, 4k

    ## Stack Trace

    ```

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute

    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data

    return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in mapnode_over_list

    process_inputs(input_dict, i)

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs

    results.append(getattr(obj, func)(**inputs))

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 1579, in doit

    DetailerForEach.do_detail(image, segs, model, clip, vae, guide_size, guide_size_for, max_size, seed, steps,

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 334, in do_detail

    enhanced_image, cnet_pils = core.enhance_detail(cropped_image, model, clip, vae, guide_size, guide_size_for_bbox, max_size,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\core.py", line 365, in enhance_detail

    refined_latent = impact_sampling.ksampler_wrapper(model2, seed2, steps2, cfg2, sampler_name2, scheduler2, positive2, negative2,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 243, in ksampler_wrapper

    refined_latent = separated_sample(model, True, seed, advanced_steps, cfg, sampler_name, scheduler,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 188, in separated_sample

    total_sigmas = calculate_sigmas(model, sampler_name, scheduler, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 33, in calculate_sigmas

    sigmas = samplers.calculate_sigmas(model.get_model_object("model_sampling"), scheduler, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ppm\schedulers.py", line 47, in calculatesigmas_hijack

    sigmas = calculate_sigmas_original(model_sampling, scheduler_name, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1029, in calculate_sigmas

    raise ValueError(err)

    ```

    ## System Information

    - ComfyUI Version: 0.3.12

    - Arguments: ComfyUI\main.py --windows-standalone-build

    - OS: nt

    - Python Version: 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)]

    - Embedded Python: true

    - PyTorch Version: 2.5.1+cu124

    ## Devices

    - Name: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync

    - Type: cuda

    - VRAM Total: 25769279488

    - VRAM Free: 17272042618

    - Torch VRAM Total: 10066329600

    - Torch VRAM Free: 2990437498

    ## Logs

    ```

    2025-01-22T16:15:12.063782 - 'positive'2025-01-22T16:15:12.064290 - : 2025-01-22T16:15:12.064290 - 'masterpiece, best quality, good quality, newest, very awa, '2025-01-22T16:15:12.064290 -

    2025-01-22T16:15:12.064797 - 'absurdres, highres'2025-01-22T16:15:12.064797 - ,

    2025-01-22T16:15:12.064797 - 'sampler'2025-01-22T16:15:12.064797 - : 2025-01-22T16:15:12.064797 - 'euler'2025-01-22T16:15:12.064797 - ,

    2025-01-22T16:15:12.065304 - 'scheduler'2025-01-22T16:15:12.065304 - : 2025-01-22T16:15:12.065304 - 'sgm_uniform'2025-01-22T16:15:12.065304 - ,

    2025-01-22T16:15:12.065304 - 'seed'2025-01-22T16:15:12.065813 - : 2025-01-22T16:15:12.065813 - '131341'2025-01-22T16:15:12.065813 - ,

    2025-01-22T16:15:12.065813 - 'steps'2025-01-22T16:15:12.065813 - : 2025-01-22T16:15:12.066320 - '20'2025-01-22T16:15:12.066320 - ,

    2025-01-22T16:15:12.066320 - 'width'2025-01-22T16:15:12.066320 - : 2025-01-22T16:15:12.066320 - '832'2025-01-22T16:15:12.066827 - }2025-01-22T16:15:12.066827 -

    2025-01-22T16:15:12.066827 - 2025-01-22T16:15:12.066827 -

    2025-01-22T16:15:29.406535 -

    100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:13<00:00, 1.41it/s]2025-01-22T16:15:29.407043 -

    100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:13<00:00, 1.44it/s]2025-01-22T16:15:29.407552 -

    2025-01-22T16:15:31.790242 - Canva size: 1248x18242025-01-22T16:15:31.790242 -

    2025-01-22T16:15:31.790749 - Image size: 1248x18242025-01-22T16:15:31.790749 -

    2025-01-22T16:15:31.790749 - Scale factor: 12025-01-22T16:15:31.791255 -

    2025-01-22T16:15:31.793789 - Tile size: 880x11682025-01-22T16:15:31.793789 -

    2025-01-22T16:15:31.793789 - Tiles amount: 42025-01-22T16:15:31.793789 -

    2025-01-22T16:15:31.793789 - Grid: 2x22025-01-22T16:15:31.794295 -

    2025-01-22T16:15:31.794295 - Redraw enabled: True2025-01-22T16:15:31.794802 -

    2025-01-22T16:15:31.794802 - Seams fix mode: NONE2025-01-22T16:15:31.794802 -

    2025-01-22T16:16:13.456775 -

    USDU: 100%|████████████████████████████████████████████████████████████████████████████| 4/4 [00:41<00:00, 10.41s/tile]2025-01-22T16:16:14.017372 -

    USDU: 100%|████████████████████████████████████████████████████████████████████████████| 4/4 [00:42<00:00, 10.56s/tile]2025-01-22T16:16:14.017372 -

    2025-01-22T16:16:14.292090 -

    2025-01-22T16:16:14.325038 - 0: 640x448 1 face, 12.7ms

    2025-01-22T16:16:14.325545 - Speed: 2.5ms preprocess, 12.7ms inference, 3.5ms postprocess per image at shape (1, 3, 640, 448)

    2025-01-22T16:16:14.935628 - Detailer: segment upscale for ((347.0973, 332.57507)) | crop region (694, 665) x 1.4760768516277563 -> (1024, 981)2025-01-22T16:16:14.935628 -

    2025-01-22T16:16:15.152499 - [Impact Pack] vae encoded in 0.2s2025-01-22T16:16:15.152499 -

    2025-01-22T16:16:15.152499 - error invalid scheduler

    2025-01-22T16:16:15.158581 - !!! Exception during processing !!! error invalid scheduler

    2025-01-22T16:16:15.160101 - Traceback (most recent call last):

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute

    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data

    return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in mapnode_over_list

    process_inputs(input_dict, i)

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs

    results.append(getattr(obj, func)(**inputs))

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 1579, in doit

    DetailerForEach.do_detail(image, segs, model, clip, vae, guide_size, guide_size_for, max_size, seed, steps,

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 334, in do_detail

    enhanced_image, cnet_pils = core.enhance_detail(cropped_image, model, clip, vae, guide_size, guide_size_for_bbox, max_size,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\core.py", line 365, in enhance_detail

    refined_latent = impact_sampling.ksampler_wrapper(model2, seed2, steps2, cfg2, sampler_name2, scheduler2, positive2, negative2,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 243, in ksampler_wrapper

    refined_latent = separated_sample(model, True, seed, advanced_steps, cfg, sampler_name, scheduler,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 188, in separated_sample

    total_sigmas = calculate_sigmas(model, sampler_name, scheduler, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 33, in calculate_sigmas

    sigmas = samplers.calculate_sigmas(model.get_model_object("model_sampling"), scheduler, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ppm\schedulers.py", line 47, in calculatesigmas_hijack

    sigmas = calculate_sigmas_original(model_sampling, scheduler_name, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1029, in calculate_sigmas

    raise ValueError(err)

    ValueError: error invalid scheduler

    2025-01-22T16:16:15.162634 - Prompt executed in 70.62 seconds

    2025-01-22T16:18:43.084542 - got prompt

    2025-01-22T16:18:43.149478 - Failed to validate prompt for output 5715:

    2025-01-22T16:18:43.158091 - * ImpactSchedulerAdapter 10496:20:

    2025-01-22T16:18:43.158091 - - Value not in list: extra_scheduler: '' not in ['None', 'AYS SDXL', 'AYS SD1', 'AYS SVD', 'GITS[coeff=1.2]', 'LTXV[default]']

    2025-01-22T16:18:43.158091 - Output will be ignored

    2025-01-22T16:18:43.158597 - Failed to validate prompt for output 10097:20:

    2025-01-22T16:18:43.159104 - Output will be ignored

    2025-01-22T16:18:43.160118 - Failed to validate prompt for output 5716:

    2025-01-22T16:18:43.160626 - Output will be ignored

    2025-01-22T16:18:43.172797 - Failed to validate prompt for output 5781:

    2025-01-22T16:18:43.173304 - * ImpactSchedulerAdapter 10521:20:

    2025-01-22T16:18:43.173304 - - Value not in list: extra_scheduler: '' not in ['None', 'AYS SDXL', 'AYS SD1', 'AYS SVD', 'GITS[coeff=1.2]', 'LTXV[default]']

    2025-01-22T16:18:43.173304 - Output will be ignored

    2025-01-22T16:18:43.173810 - Failed to validate prompt for output 5780:

    2025-01-22T16:18:43.173810 - Output will be ignored

    2025-01-22T16:18:49.870390 -

    100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:05<00:00, 3.78it/s]2025-01-22T16:18:49.870897 -

    100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:05<00:00, 3.89it/s]2025-01-22T16:18:49.870897 -

    2025-01-22T16:18:50.432422 - WAS Node Suite DATA Output:

    2025-01-22T16:18:50.432422 -

    2025-01-22T16:18:50.432928 - {2025-01-22T16:18:50.432928 - 2025-01-22T16:18:50.432928 - 'cfg'2025-01-22T16:18:50.432928 - : 2025-01-22T16:18:50.433435 - '8.0'2025-01-22T16:18:50.433435 - ,

    2025-01-22T16:18:50.433435 - 'height'2025-01-22T16:18:50.433435 - : 2025-01-22T16:18:50.433435 - '1216'2025-01-22T16:18:50.433435 - ,

    2025-01-22T16:18:50.433942 - 'modelname'2025-01-22T16:18:50.433942 - : 2025-01-22T16:18:50.433942 - 'betterDaysIllustriousXL_illustriousXLV01.safetensors'2025-01-22T16:18:50.433942 - ,

    2025-01-22T16:18:50.434449 - 'negative'2025-01-22T16:18:50.434449 - : 2025-01-22T16:18:50.434955 - 'ai-generated, ai-assisted, stable diffusion, nai diffusion, '2025-01-22T16:18:50.434955 -

    2025-01-22T16:18:50.434955 - 'worst quality, worst aesthetic, bad quality, normal quality, '2025-01-22T16:18:50.434955 -

    2025-01-22T16:18:50.435462 - 'average quality, oldest, old, early, very displeasing, '2025-01-22T16:18:50.435462 -

    2025-01-22T16:18:50.435462 - 'displeasing, adversarial noise, unknown artist, banned '2025-01-22T16:18:50.435462 -

    2025-01-22T16:18:50.435969 - 'artist, what, off-topic, artist request, text, artist name, '2025-01-22T16:18:50.435969 -

    2025-01-22T16:18:50.435969 - 'signature, username, logo, watermark, copyright name, '2025-01-22T16:18:50.435969 -

    2025-01-22T16:18:50.435969 - 'copyright symbol, resized, downscaled, source larger, low '2025-01-22T16:18:50.436476 -

    2025-01-22T16:18:50.436476 - 'quality, lowres, jpeg artifacts, compression artifacts, '2025-01-22T16:18:50.436476 -

    2025-01-22T16:18:50.436476 - 'blurry, artistic error, bad anatomy, bad hands, bad feet, '2025-01-22T16:18:50.436982 -

    2025-01-22T16:18:50.436982 - 'disfigured, deformed, extra digits, fewer digits, missing '2025-01-22T16:18:50.438506 -

    2025-01-22T16:18:50.440028 - 'fingers, censored, bar censor, mosaic censoring, missing, '2025-01-22T16:18:50.440028 -

    2025-01-22T16:18:50.440028 - 'extra, fewer, bad, hyper, error, ugly, worst, tagme, '2025-01-22T16:18:50.440535 -

    2025-01-22T16:18:50.440535 - 'unfinished, bad proportions, bad perspective, aliasing, '2025-01-22T16:18:50.441042 -

    2025-01-22T16:18:50.441042 - 'simple background, asymmetrical, monochrome, sketch, concept '2025-01-22T16:18:50.441042 -

    2025-01-22T16:18:50.441551 - 'art, flat color, flat colors, simple shading, jaggy lines, '2025-01-22T16:18:50.441551 -

    2025-01-22T16:18:50.442056 - 'traditional media \\(artwork\\), microsoft paint '2025-01-22T16:18:50.442056 -

    2025-01-22T16:18:50.442056 - '\\(artwork\\), ms paint \\(medium\\), unclear, photo, icon, '2025-01-22T16:18:50.442565 -

    2025-01-22T16:18:50.443582 - 'multiple views, sequence, comic, 2koma, 4koma, multiple '2025-01-22T16:18:50.443582 -

    2025-01-22T16:18:50.443582 - 'images, turnaround, collage, panel skew, letterboxed, framed, '2025-01-22T16:18:50.443582 -

    2025-01-22T16:18:50.444090 - 'border, speech bubble, 3d, lossy-lossless, scan artifacts, '2025-01-22T16:18:50.444090 -

    2025-01-22T16:18:50.444090 - 'out of frame, cropped, [abstract], [doesnotexist], '2025-01-22T16:18:50.444598 - ,

    2025-01-22T16:18:50.444598 - 'positive'2025-01-22T16:18:50.444598 - : 2025-01-22T16:18:50.444598 - 'masterpiece, best quality, good quality, newest, very awa, '2025-01-22T16:18:50.444598 -

    2025-01-22T16:18:50.444598 - 'absurdres, highres'2025-01-22T16:18:50.445105 - ,

    2025-01-22T16:18:50.445105 - 'sampler'2025-01-22T16:18:50.445105 - : 2025-01-22T16:18:50.445105 - 'euler'2025-01-22T16:18:50.445612 - ,

    2025-01-22T16:18:50.445612 - 'scheduler'2025-01-22T16:18:50.445612 - : 2025-01-22T16:18:50.445612 - 'sgm_uniform'2025-01-22T16:18:50.445612 - ,

    2025-01-22T16:18:50.446119 - 'seed'2025-01-22T16:18:50.446119 - : 2025-01-22T16:18:50.446119 - '131342'2025-01-22T16:18:50.446119 - ,

    2025-01-22T16:18:50.446119 - 'steps'2025-01-22T16:18:50.446119 - : 2025-01-22T16:18:50.446119 - '20'2025-01-22T16:18:50.446626 - ,

    2025-01-22T16:18:50.446626 - 'width'2025-01-22T16:18:50.446626 - : 2025-01-22T16:18:50.446626 - '832'2025-01-22T16:18:50.446626 - }2025-01-22T16:18:50.446626 -

    2025-01-22T16:18:50.447133 - 2025-01-22T16:18:50.447133 -

    2025-01-22T16:19:07.256651 -

    100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:13<00:00, 1.44it/s]2025-01-22T16:19:07.257158 -

    100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:13<00:00, 1.48it/s]2025-01-22T16:19:07.257666 -

    2025-01-22T16:19:09.225295 - Canva size: 1248x18242025-01-22T16:19:09.225803 -

    2025-01-22T16:19:09.225803 - Image size: 1248x18242025-01-22T16:19:09.225803 -

    2025-01-22T16:19:09.225803 - Scale factor: 12025-01-22T16:19:09.225803 -

    2025-01-22T16:19:09.228844 - Tile size: 880x11682025-01-22T16:19:09.228844 -

    2025-01-22T16:19:09.228844 - Tiles amount: 42025-01-22T16:19:09.229858 -

    2025-01-22T16:19:09.229858 - Grid: 2x22025-01-22T16:19:09.229858 -

    2025-01-22T16:19:09.230365 - Redraw enabled: True2025-01-22T16:19:09.230365 -

    2025-01-22T16:19:09.230365 - Seams fix mode: NONE2025-01-22T16:19:09.230365 -

    2025-01-22T16:19:51.802256 -

    USDU: 100%|████████████████████████████████████████████████████████████████████████████| 4/4 [00:42<00:00, 10.75s/tile]2025-01-22T16:19:52.419354 -

    USDU: 100%|████████████████████████████████████████████████████████████████████████████| 4/4 [00:43<00:00, 10.80s/tile]2025-01-22T16:19:52.419354 -

    2025-01-22T16:19:52.710850 -

    2025-01-22T16:19:52.763627 - 0: 640x448 1 face, 26.9ms

    2025-01-22T16:19:52.764135 - Speed: 5.1ms preprocess, 26.9ms inference, 3.0ms postprocess per image at shape (1, 3, 640, 448)

    2025-01-22T16:19:53.870312 - Detailer: force inpaint2025-01-22T16:19:53.870312 -

    2025-01-22T16:19:53.870312 - Detailer: segment upscale for ((560.1355, 524.0492)) | crop region (1120, 1048) x 1.0 -> (1120, 1048)2025-01-22T16:19:53.870819 -

    2025-01-22T16:19:54.121238 - [Impact Pack] vae encoded in 0.2s2025-01-22T16:19:54.121745 -

    2025-01-22T16:19:54.121745 - error invalid scheduler

    2025-01-22T16:19:54.130371 - !!! Exception during processing !!! error invalid scheduler

    2025-01-22T16:19:54.132185 - Traceback (most recent call last):

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute

    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data

    return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in mapnode_over_list

    process_inputs(input_dict, i)

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs

    results.append(getattr(obj, func)(**inputs))

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 1579, in doit

    DetailerForEach.do_detail(image, segs, model, clip, vae, guide_size, guide_size_for, max_size, seed, steps,

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 334, in do_detail

    enhanced_image, cnet_pils = core.enhance_detail(cropped_image, model, clip, vae, guide_size, guide_size_for_bbox, max_size,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\core.py", line 365, in enhance_detail

    refined_latent = impact_sampling.ksampler_wrapper(model2, seed2, steps2, cfg2, sampler_name2, scheduler2, positive2, negative2,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 243, in ksampler_wrapper

    refined_latent = separated_sample(model, True, seed, advanced_steps, cfg, sampler_name, scheduler,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 188, in separated_sample

    total_sigmas = calculate_sigmas(model, sampler_name, scheduler, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 33, in calculate_sigmas

    sigmas = samplers.calculate_sigmas(model.get_model_object("model_sampling"), scheduler, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ppm\schedulers.py", line 47, in calculatesigmas_hijack

    sigmas = calculate_sigmas_original(model_sampling, scheduler_name, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1029, in calculate_sigmas

    raise ValueError(err)

    ValueError: error invalid scheduler

    2025-01-22T16:19:54.135440 - Prompt executed in 70.93 seconds

    2025-01-22T16:23:17.767808 - got prompt

    2025-01-22T16:23:17.823118 - Failed to validate prompt for output 5781:

    2025-01-22T16:23:17.823627 - * ImpactSchedulerAdapter 10521:20:

    2025-01-22T16:23:17.823627 - - Value not in list: extra_scheduler: '' not in ['None', 'AYS SDXL', 'AYS SD1', 'AYS SVD', 'GITS[coeff=1.2]', 'LTXV[default]']

    2025-01-22T16:23:17.823627 - Output will be ignored

    2025-01-22T16:23:17.824134 - Failed to validate prompt for output 5780:

    2025-01-22T16:23:17.824134 - Output will be ignored

    2025-01-22T16:23:19.529579 - !!! Exception during processing !!! invalid syntax (<unknown>, line 0)

    2025-01-22T16:23:19.531099 - Traceback (most recent call last):

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute

    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data

    return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in mapnode_over_list

    process_inputs(input_dict, i)

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs

    results.append(getattr(obj, func)(**inputs))

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials\misc.py", line 232, in execute

    result = eval_(ast.parse(value, mode='eval').body)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "ast.py", line 50, in parse

    File "<unknown>", line 0

    SyntaxError: invalid syntax

    2025-01-22T16:23:19.533128 - Prompt executed in 1.67 seconds

    2025-01-22T16:24:10.266791 - got prompt

    2025-01-22T16:24:10.320019 - Failed to validate prompt for output 5781:

    2025-01-22T16:24:10.320526 - * ImpactSchedulerAdapter 10521:20:

    2025-01-22T16:24:10.320526 - - Value not in list: extra_scheduler: '' not in ['None', 'AYS SDXL', 'AYS SD1', 'AYS SVD', 'GITS[coeff=1.2]', 'LTXV[default]']

    2025-01-22T16:24:10.320526 - Output will be ignored

    2025-01-22T16:24:10.321033 - Failed to validate prompt for output 5780:

    2025-01-22T16:24:10.321033 - Output will be ignored

    2025-01-22T16:24:11.709686 - !!! Exception during processing !!! invalid syntax (<unknown>, line 0)

    2025-01-22T16:24:11.775598 - Traceback (most recent call last):

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute

    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data

    return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in mapnode_over_list

    process_inputs(input_dict, i)

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs

    results.append(getattr(obj, func)(**inputs))

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials\misc.py", line 232, in execute

    result = eval_(ast.parse(value, mode='eval').body)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "ast.py", line 50, in parse

    File "<unknown>", line 0

    SyntaxError: invalid syntax

    2025-01-22T16:24:11.787777 - Prompt executed in 1.43 seconds

    2025-01-22T16:24:35.374890 - got prompt

    2025-01-22T16:24:35.431709 - Failed to validate prompt for output 5781:

    2025-01-22T16:24:35.432056 - * ImpactSchedulerAdapter 10521:20:

    2025-01-22T16:24:35.432204 - - Value not in list: extra_scheduler: '' not in ['None', 'AYS SDXL', 'AYS SD1', 'AYS SVD', 'GITS[coeff=1.2]', 'LTXV[default]']

    2025-01-22T16:24:35.432204 - Output will be ignored

    2025-01-22T16:24:35.432204 - Failed to validate prompt for output 5780:

    2025-01-22T16:24:35.432716 - Output will be ignored

    2025-01-22T16:24:36.992259 - !!! Exception during processing !!! invalid syntax (<unknown>, line 0)

    2025-01-22T16:24:36.993272 - Traceback (most recent call last):

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute

    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data

    return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in mapnode_over_list

    process_inputs(input_dict, i)

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs

    results.append(getattr(obj, func)(**inputs))

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials\misc.py", line 232, in execute

    result = eval_(ast.parse(value, mode='eval').body)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "ast.py", line 50, in parse

    File "<unknown>", line 0

    SyntaxError: invalid syntax

    2025-01-22T16:24:36.995300 - Prompt executed in 1.53 seconds

    2025-01-22T16:41:05.476662 - got prompt

    2025-01-22T16:41:05.520806 - Failed to validate prompt for output 5715:

    2025-01-22T16:41:05.521313 - * ImpactSchedulerAdapter 10496:20:

    2025-01-22T16:41:05.521313 - - Value not in list: extra_scheduler: 'illustration of beautiful girl's face with goth makeup and pale skin, long lashes, eyeshadow, mascara, expressive lips, young smooth skin, gorgeous supermodel, captivating, highly detailed, 4k' not in ['None', 'AYS SDXL', 'AYS SD1', 'AYS SVD', 'GITS[coeff=1.2]', 'LTXV[default]']

    2025-01-22T16:41:05.521821 - * Checkpoint Loader (Simple) 10445:1:

    2025-01-22T16:41:05.521821 - - Value not in list: ckpt_name: '-EXAMPLE-MODEL-.safetensors' not in (list of length 331)

    2025-01-22T16:41:05.521821 - * VAELoader 10445:4:

    2025-01-22T16:41:05.522329 - - Value not in list: vae_name: '-EXAMPLE-VAE-.safetensors' not in (list of length 60)

    2025-01-22T16:41:05.522329 - Output will be ignored

    2025-01-22T16:41:05.522836 - Failed to validate prompt for output 10097:20:

    2025-01-22T16:41:05.523344 - Output will be ignored

    2025-01-22T16:41:05.523344 - Failed to validate prompt for output 5717:

    2025-01-22T16:41:05.523344 - Output will be ignored

    2025-01-22T16:41:05.523852 - Failed to validate prompt for output 5716:

    2025-01-22T16:41:05.523852 - Output will be ignored

    2025-01-22T16:41:05.525881 - Failed to validate prompt for output 5529:

    2025-01-22T16:41:05.526390 - Output will be ignored

    2025-01-22T16:41:05.526899 - Failed to validate prompt for output 10445:15:

    2025-01-22T16:41:05.526899 - Output will be ignored

    2025-01-22T16:41:05.527407 - Failed to validate prompt for output 10097:1:

    2025-01-22T16:41:05.527407 - Output will be ignored

    2025-01-22T16:41:05.527407 - Failed to validate prompt for output 5493:

    2025-01-22T16:41:05.527915 - Output will be ignored

    2025-01-22T16:41:06.254700 - !!! Exception during processing !!! 'NoneType' object has no attribute 'lower'

    2025-01-22T16:41:06.265353 - Traceback (most recent call last):

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute

    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data

    return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in mapnode_over_list

    process_inputs(input_dict, i)

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs

    results.append(getattr(obj, func)(**inputs))

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 13803, in load_checkpoint

    out = comfy.sd.load_checkpoint_guess_config(ckpt_path, output_vae=True, output_clip=True, embedding_directory=comfy_paths.get_folder_paths("embeddings"))

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\comfy\sd.py", line 848, in load_checkpoint_guess_config

    sd = comfy.utils.load_torch_file(ckpt_path)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\comfy\utils.py", line 52, in load_torch_file

    if ckpt.lower().endswith(".safetensors") or ckpt.lower().endswith(".sft"):

    ^^^^^^^^^^

    AttributeError: 'NoneType' object has no attribute 'lower'

    2025-01-22T16:41:06.267886 - Prompt executed in 0.71 seconds

    2025-01-22T16:41:54.342425 - got prompt

    2025-01-22T16:41:54.375762 - Failed to validate prompt for output 5715:

    2025-01-22T16:41:54.376269 - * ImpactSchedulerAdapter 10496:20:

    2025-01-22T16:41:54.376269 - - Value not in list: extra_scheduler: 'illustration of beautiful girl's face with goth makeup and pale skin, long lashes, eyeshadow, mascara, expressive lips, young smooth skin, gorgeous supermodel, captivating, highly detailed, 4k' not in ['None', 'AYS SDXL', 'AYS SD1', 'AYS SVD', 'GITS[coeff=1.2]', 'LTXV[default]']

    2025-01-22T16:41:54.376269 - Output will be ignored

    2025-01-22T16:41:54.376775 - Failed to validate prompt for output 10097:20:

    2025-01-22T16:41:54.376775 - Output will be ignored

    2025-01-22T16:41:54.377282 - Failed to validate prompt for output 5716:

    2025-01-22T16:41:54.377282 - Output will be ignored

    2025-01-22T16:42:02.773037 - model weight dtype torch.float16, manual cast: None

    2025-01-22T16:42:02.774051 - model_type EPS

    2025-01-22T16:43:00.057190 - Using pytorch attention in VAE

    2025-01-22T16:43:00.059218 - Using pytorch attention in VAE

    2025-01-22T16:43:03.224239 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16

    2025-01-22T16:43:03.479172 - Requested to load SDXLClipModel

    2025-01-22T16:43:03.494890 - loaded completely 9.5367431640625e+25 1560.802734375 True

    2025-01-22T16:43:03.499957 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cuda:0, dtype: torch.float16

    2025-01-22T16:43:18.012848 - loaded diffusion model directly to GPU

    2025-01-22T16:43:18.012848 - Requested to load SDXL

    2025-01-22T16:43:18.056132 - loaded completely 9.5367431640625e+25 4897.0483474731445 True

    2025-01-22T16:43:19.047941 - Using pytorch attention in VAE

    2025-01-22T16:43:19.049461 - Using pytorch attention in VAE

    2025-01-22T16:43:24.648364 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16

    2025-01-22T16:43:24.679794 - Requested to load SDXLClipModel

    2025-01-22T16:43:30.257487 -

    100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:05<00:00, 3.70it/s]2025-01-22T16:43:30.257996 -

    100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:05<00:00, 3.74it/s]2025-01-22T16:43:30.257996 -

    2025-01-22T16:43:30.364480 - Requested to load AutoencoderKL

    2025-01-22T16:43:30.423806 - loaded completely 9.5367431640625e+25 159.55708122253418 True

    2025-01-22T16:43:31.190084 -

    2025-01-22T16:43:31.250312 - 0: 640x448 1 face, 35.0ms

    2025-01-22T16:43:31.251503 - Speed: 4.1ms preprocess, 35.0ms inference, 5.6ms postprocess per image at shape (1, 3, 640, 448)

    2025-01-22T16:43:32.168946 - Detailer: segment upscale for ((366.05548, 353.25665)) | crop region (732, 706) x 1.3994870855601649 -> (1024, 988)2025-01-22T16:43:32.168946 -

    2025-01-22T16:43:32.958708 - [Impact Pack] vae encoded (tiled) in 0.7s2025-01-22T16:43:32.958708 -

    2025-01-22T16:43:32.958708 - error invalid scheduler illustration of beautiful girl's face with goth makeup and pale skin, long lashes, eyeshadow, mascara, expressive lips, young smooth skin, gorgeous supermodel, captivating, highly detailed, 4k

    2025-01-22T16:43:32.967843 - !!! Exception during processing !!! error invalid scheduler illustration of beautiful girl's face with goth makeup and pale skin, long lashes, eyeshadow, mascara, expressive lips, young smooth skin, gorgeous supermodel, captivating, highly detailed, 4k

    2025-01-22T16:43:32.970157 - Traceback (most recent call last):

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, in execute

    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, in get_output_data

    return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in mapnode_over_list

    process_inputs(input_dict, i)

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs

    results.append(getattr(obj, func)(**inputs))

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 1579, in doit

    DetailerForEach.do_detail(image, segs, model, clip, vae, guide_size, guide_size_for, max_size, seed, steps,

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 334, in do_detail

    enhanced_image, cnet_pils = core.enhance_detail(cropped_image, model, clip, vae, guide_size, guide_size_for_bbox, max_size,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\core.py", line 365, in enhance_detail

    refined_latent = impact_sampling.ksampler_wrapper(model2, seed2, steps2, cfg2, sampler_name2, scheduler2, positive2, negative2,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 243, in ksampler_wrapper

    refined_latent = separated_sample(model, True, seed, advanced_steps, cfg, sampler_name, scheduler,

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 188, in separated_sample

    total_sigmas = calculate_sigmas(model, sampler_name, scheduler, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_sampling.py", line 33, in calculate_sigmas

    sigmas = samplers.calculate_sigmas(model.get_model_object("model_sampling"), scheduler, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ppm\schedulers.py", line 47, in calculatesigmas_hijack

    sigmas = calculate_sigmas_original(model_sampling, scheduler_name, steps)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    File "C:\Users\Computer\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 1029, in calculate_sigmas

    raise ValueError(err)

    ValueError: error invalid scheduler illustration of beautiful girl's face with goth makeup and pale skin, long lashes, eyeshadow, mascara, expressive lips, young smooth skin, gorgeous supermodel, captivating, highly detailed, 4k

    2025-01-22T16:43:32.972910 - Prompt executed in 98.56 seconds

    ```

    ## Attached Workflow

    Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

    ```

    Workflow too large. Please manually upload the workflow from local file system.

    ```

    ## Additional Context

    (Please add any additional context or steps to reproduce the error here)

    RedPinkRetro
    Author
    Jan 22, 2025· 1 reaction

    @omgcheesedude thanks for your report! 👌→ fixed in 6.1

    omgcheesedudeJan 22, 2025

    @redpinkretro awesome works but forgot to mention that i had to remake the lora loader node and reconnect them thats all cya

    RedPinkRetro
    Author
    Jan 22, 2025

    @omgcheesedude Did you encounter any errors or issues with the LoRA Loader?

    For me the LoRA Loader works fine and did not require any changes/fixes. As long as all "EXAMPLE..." selections are replaced with LoRAs you have available, obviously.
    Replacing the node would break the its meta-data processing internally.

    omgcheesedudeJan 23, 2025· 1 reaction

    @RedPinkRetro replacing the node with the same node made it work for me so its either just a updated version for me that i had to replace it with after that everything worked perfectly

    Workflows
    SDXL 1.0

    Details

    Downloads
    150
    Platform
    CivitAI
    Platform Status
    Available
    Created
    1/19/2025
    Updated
    5/13/2026
    Deleted
    -

    Files

    comfyuiAdvancedXL15PIL_v6.zip

    Mirrors