Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

ERROR: Saving image outside the output folder is not allowed. #105

Description

@adamjen

When I use the Comfyui Save node it saves to my default folder with is c:\Output
When I try to use "Save image with CivitAI-compatible metadata"

ComfyUI Error Report

Error Details

  • Node ID: 410
  • Node Type: LF_SaveImageForCivitAI
  • Exception Type: Exception
  • Exception Message: **** ERROR: Saving image outside the output folder is not allowed.
    full_output_folder: c:\Output%date:yyyy-MM-dd%\admajic_Flux_
    output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
    commonpath: C:\

Stack Trace

  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 323, 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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 163, in _map_node_over_list
    process_inputs(input_data_all, 0)

  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\nodes\io.py", line 462, in on_exec
    output_file, subfolder, filename = resolve_filepath(
                                       ^^^^^^^^^^^^^^^^^

  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\utils\helpers.py", line 1225, in resolve_filepath
    output_folder, filename, counter, subfolder, _ = get_save_image_path(
                                                     ^^^^^^^^^^^^^^^^^^^^

  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\folder_paths.py", line 368, in get_save_image_path
    raise Exception(err)

System Information

  • ComfyUI Version: v0.2.6
  • Arguments: ComfyUI\main.py --windows-standalone-build --front-end-version Comfy-Org/ComfyUI_frontend@latest --output-directory c:\output --fast
  • OS: nt
  • Python Version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
  • Embedded Python: true
  • PyTorch Version: 2.4.1+cu124

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 17175150592
    • VRAM Free: 5277085306
    • Torch VRAM Total: 10636754944
    • Torch VRAM Free: 33156730

Logs

2024-11-02 18:09:02,429 - root - INFO - Total VRAM 16380 MB, total RAM 31850 MB
2024-11-02 18:09:02,429 - root - INFO - pytorch version: 2.4.1+cu124
2024-11-02 18:09:03,976 - root - INFO - xformers version: 0.0.28.post1
2024-11-02 18:09:03,977 - root - INFO - Set vram state to: NORMAL_VRAM
2024-11-02 18:09:03,977 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
2024-11-02 18:09:04,184 - root - INFO - Using xformers cross attention
2024-11-02 18:09:05,119 - root - INFO - Initializing frontend: Comfy-Org/ComfyUI_frontend@latest, requesting version details from GitHub...
2024-11-02 18:09:06,221 - root - INFO - [Prompt Server] web root: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\web_custom_versions\Comfy-Org_ComfyUI_frontend\1.3.30
2024-11-02 18:09:06,223 - root - INFO - Adding extra search path models C:\Stable_Diffusion\Models
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path checkpoints C:\Stable_Diffusion\checkpoints
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path configs C:\Stable_Diffusion\models\configs
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path vae C:\Stable_Diffusion\models\VAE
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path loras C:\Stable_Diffusion\models\Loras
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path loras C:\Stable_Diffusion\models\LyCORIS
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path upscale_models C:\Stable_Diffusion\models\ESRGAN
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path upscale_models C:\Stable_Diffusion\models\RealESRGAN
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path upscale_models C:\Stable_Diffusion\models\SwinIR
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path upscale_models C:\Stable_Diffusion\models\upscale_models
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path embeddings C:\Stable_Diffusion\models\embeddings
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path hypernetworks C:\Stable_Diffusion\models\hypernetworks
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path controlnet C:\Stable_Diffusion\models\ControlNet
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path unet C:\Stable_Diffusion\models\unet
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path sams C:\Stable_Diffusion\models\sams
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path inpaint C:\Stable_Diffusion\models\inpaint
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path ipadapter C:\Stable_Diffusion\models\IpAdapter
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path clipvision C:\Stable_Diffusion\models\clip_vision
2024-11-02 18:09:06,224 - root - INFO - Adding extra search path LLM_checkpoints C:\Stable_Diffusion\models\LLM_checkpoints models\LLavacheckpoints
2024-11-02 18:09:08,298 - ComfyUI-CogVideoXWrapper.custom_cogvideox_transformer_3d - INFO - Using sageattn
2024-11-02 18:09:08,310 - ComfyUI-CogVideoXWrapper.cogvideox_fun.transformer_3d - INFO - Using sageattn
2024-11-02 18:09:08,311 - ComfyUI-CogVideoXWrapper.cogvideox_fun.fun_pab_transformer_3d - INFO - Using sageattn
2024-11-02 18:09:08,764 - ComfyUI-disty-Flow - INFO - �[38;5;129mFlow�[0m: Downloading Flows
2024-11-02 18:09:11,869 - ComfyUI-disty-Flow - INFO - �[38;5;129mFlow�[0m: Flows have been updated successfully.
2024-11-02 18:09:14,803 - root - INFO - Total VRAM 16380 MB, total RAM 31850 MB
2024-11-02 18:09:14,803 - root - INFO - pytorch version: 2.4.1+cu124
2024-11-02 18:09:14,803 - root - INFO - xformers version: 0.0.28.post1
2024-11-02 18:09:14,803 - root - INFO - Set vram state to: NORMAL_VRAM
2024-11-02 18:09:14,803 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4060 Ti : cudaMallocAsync
2024-11-02 18:09:16,447 - root - INFO - --------------
2024-11-02 18:09:16,447 - root - INFO - �[91m ### Mixlab Nodes: �[93mLoaded
2024-11-02 18:09:16,455 - root - INFO - ChatGPT.available True
2024-11-02 18:09:16,456 - root - INFO - edit_mask.available True
2024-11-02 18:09:17,177 - root - INFO - ClipInterrogator.available True
2024-11-02 18:09:17,320 - root - INFO - PromptGenerate.available True
2024-11-02 18:09:17,320 - root - INFO - ChinesePrompt.available True
2024-11-02 18:09:17,320 - root - INFO - RembgNode_.available True
2024-11-02 18:09:17,699 - root - INFO - TripoSR.available
2024-11-02 18:09:17,700 - root - INFO - MiniCPMNode.available
2024-11-02 18:09:17,736 - root - INFO - Scenedetect.available
2024-11-02 18:09:17,816 - root - INFO - FishSpeech.available
2024-11-02 18:09:17,827 - root - INFO - SenseVoice.available
2024-11-02 18:09:17,863 - root - INFO - Whisper.available False
2024-11-02 18:09:17,870 - root - INFO - FalVideo.available
2024-11-02 18:09:17,870 - root - INFO - �[93m -------------- �[0m
2024-11-02 18:09:18,048 - py.warnings - WARNING - C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-segment-anything-2\sam2\modeling\sam\transformer.py:20: UserWarning: Flash Attention is disabled as it requires a GPU with Ampere (8.0) CUDA capability.
  OLD_GPU, USE_FLASH_ATTN, MATH_KERNEL_ON = get_sdpa_settings()

2024-11-02 18:09:20,043 - root - INFO - 
Import times for custom nodes:
2024-11-02 18:09:20,043 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\lying_sigma_sampler.py
2024-11-02 18:09:20,043 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\cg-use-everywhere
2024-11-02 18:09:20,043 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-Logic
2024-11-02 18:09:20,043 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-Detail-Daemon
2024-11-02 18:09:20,043 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\sigmas_tools_and_the_golden_scheduler
2024-11-02 18:09:20,043 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2024-11-02 18:09:20,043 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-Universal-Styler
2024-11-02 18:09:20,043 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\cg-image-picker
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-eesahesNodes
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\mikey_nodes
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI_essentials
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\websocket_image_save.py
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-GPT2-Layer-Shuffle-Prompting
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-Florence2
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-GGUF
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\rgthree-comfy
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-tensorops
2024-11-02 18:09:20,044 - root - INFO -    0.0 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-KJNodes
2024-11-02 18:09:20,044 - root - INFO -    0.1 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-segment-anything-2
2024-11-02 18:09:20,044 - root - INFO -    0.1 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui_segment_anything
2024-11-02 18:09:20,044 - root - INFO -    0.1 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2024-11-02 18:09:20,044 - root - INFO -    0.1 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf
2024-11-02 18:09:20,045 - root - INFO -    0.2 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-ollama
2024-11-02 18:09:20,045 - root - INFO -    0.3 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\facerestore_cf
2024-11-02 18:09:20,045 - root - INFO -    0.4 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-Manager
2024-11-02 18:09:20,045 - root - INFO -    0.4 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper
2024-11-02 18:09:20,045 - root - INFO -    0.4 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-SUPIR
2024-11-02 18:09:20,045 - root - INFO -    0.4 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2024-11-02 18:09:20,045 - root - INFO -    0.4 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-Crystools
2024-11-02 18:09:20,045 - root - INFO -    0.9 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\was-node-suite-comfyui
2024-11-02 18:09:20,045 - root - INFO -    1.1 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-art-venture
2024-11-02 18:09:20,045 - root - INFO -    2.4 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-Hangover-Moondream
2024-11-02 18:09:20,045 - root - INFO -    2.6 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-mixlab-nodes
2024-11-02 18:09:20,045 - root - INFO -    3.1 seconds: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\ComfyUI-disty-Flow
2024-11-02 18:09:20,045 - root - INFO - 
2024-11-02 18:09:20,057 - root - INFO - Setting output directory to: c:\output
2024-11-02 18:09:20,058 - root - INFO - Starting server

2024-11-02 18:09:20,058 - root - INFO - To see the GUI go to: http://127.0.0.1:8188
2024-11-02 18:10:46,422 - root - INFO - got prompt
2024-11-02 18:10:46,472 - root - ERROR - Failed to validate prompt for output 346:
2024-11-02 18:10:46,472 - root - ERROR - * VAELoader 155:
2024-11-02 18:10:46,472 - root - ERROR -   - Value not in list: vae_name: 'flux_dev_ae.sft' not in ['HYPER_sdxl_vae.safetensors', 'Stable_Cascade\\stage_a.safetensors', 'diffusion_pytorch_model.safetensors', 'fixFP16ErrorsSDXLLowerMemoryUse_v10.safetensors', 'flux_vae.safetensors', 'pixart_sigma_sdxl_vae.safetensors', 'sd3.5_VAE.safetensors', 'sdxl_vae.safetensors', 'sdxl_vae_fp16_fix.safetensors', 'stage_a.safetensors', 'vae-ft-mse-840000-ema-pruned.ckpt', 'taesd', 'taesdxl', 'taesd3', 'taef1']
2024-11-02 18:10:46,472 - root - ERROR - * CheckpointLoaderSimple 147:
2024-11-02 18:10:46,472 - root - ERROR -   - Value not in list: ckpt_name: 'Flux\acornIsSpinningFLUX_v11Hyper8Step.safetensors' not in (list of length 803)
2024-11-02 18:10:46,472 - root - ERROR - Output will be ignored
2024-11-02 18:10:46,485 - root - ERROR - Failed to validate prompt for output 34:
2024-11-02 18:10:46,485 - root - ERROR - * VAELoader 22:
2024-11-02 18:10:46,485 - root - ERROR -   - Return type mismatch between linked nodes: vae_name, ['HYPER_sdxl_vae.safetensors', 'Stable_Cascade\\stage_a.safetensors', 'diffusion_pytorch_model.safetensors', 'fixFP16ErrorsSDXLLowerMemoryUse_v10.safetensors', 'flux_vae.safetensors', 'pixart_sigma_sdxl_vae.safetensors', 'sd3.5_VAE.safetensors', 'sdxl_vae.safetensors', 'sdxl_vae_fp16_fix.safetensors', 'stage_a.safetensors', 'vae-ft-mse-840000-ema-pruned.ckpt'] != ['HYPER_sdxl_vae.safetensors', 'Stable_Cascade\\stage_a.safetensors', 'diffusion_pytorch_model.safetensors', 'fixFP16ErrorsSDXLLowerMemoryUse_v10.safetensors', 'flux_vae.safetensors', 'pixart_sigma_sdxl_vae.safetensors', 'sd3.5_VAE.safetensors', 'sdxl_vae.safetensors', 'sdxl_vae_fp16_fix.safetensors', 'stage_a.safetensors', 'vae-ft-mse-840000-ema-pruned.ckpt', 'taesd', 'taesdxl', 'taesd3', 'taef1']
2024-11-02 18:10:46,485 - root - ERROR - Output will be ignored
2024-11-02 18:10:46,485 - root - ERROR - Failed to validate prompt for output 36:
2024-11-02 18:10:46,486 - root - ERROR - Output will be ignored
2024-11-02 18:10:46,486 - root - ERROR - Failed to validate prompt for output 348:
2024-11-02 18:10:46,486 - root - ERROR - Output will be ignored
2024-11-02 18:10:46,486 - root - ERROR - Failed to validate prompt for output 156:
2024-11-02 18:10:46,486 - root - ERROR - Output will be ignored
2024-11-02 18:10:46,486 - root - ERROR - Failed to validate prompt for output 347:
2024-11-02 18:10:46,486 - root - ERROR - Output will be ignored
2024-11-02 18:10:46,486 - root - ERROR - Failed to validate prompt for output 349:
2024-11-02 18:10:46,486 - root - ERROR - Output will be ignored
2024-11-02 18:10:46,486 - root - ERROR - Failed to validate prompt for output 37:
2024-11-02 18:10:46,487 - root - ERROR - Output will be ignored
2024-11-02 18:10:46,487 - root - ERROR - Failed to validate prompt for output 35:
2024-11-02 18:10:46,487 - root - ERROR - Output will be ignored
2024-11-02 18:10:46,976 - root - ERROR - !!! Exception during processing !!! list index out of range
2024-11-02 18:10:46,987 - root - ERROR - Traceback (most recent call last):
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 323, 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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\nodes\io.py", line 196, in on_exec
    return (image_batch[0], image_list, file_names, output_creation_dates, index, selected_image, selected_index, selected_name)
            ~~~~~~~~~~~^^^
IndexError: list index out of range

2024-11-02 18:10:46,988 - root - INFO - Prompt executed in 0.49 seconds
2024-11-02 18:17:54,466 - root - INFO - got prompt
2024-11-02 18:17:54,531 - root - INFO - Using xformers attention in VAE
2024-11-02 18:17:54,532 - root - INFO - Using xformers attention in VAE
2024-11-02 18:18:00,054 - root - INFO - Requested to load FluxClipModel_
2024-11-02 18:18:00,054 - root - INFO - Loading 1 new model
2024-11-02 18:18:00,059 - root - INFO - loaded completely 0.0 4903.231597900391 True
2024-11-02 18:18:04,613 - root - INFO - model weight dtype torch.float8_e4m3fn, manual cast: torch.bfloat16
2024-11-02 18:18:04,614 - root - INFO - model_type FLUX
2024-11-02 18:18:17,703 - root - INFO - Requested to load FluxClipModel_
2024-11-02 18:18:17,703 - root - INFO - Loading 1 new model
2024-11-02 18:18:18,233 - root - INFO - Requested to load ControlNetFlux
2024-11-02 18:18:18,233 - root - INFO - Requested to load Flux
2024-11-02 18:18:18,233 - root - INFO - Loading 2 new models
2024-11-02 18:18:20,957 - root - INFO - loaded completely 0.0 1708.60546875 True
2024-11-02 18:18:34,499 - root - INFO - loaded completely 0.0 11350.048889160156 True
2024-11-02 18:18:34,612 - root - INFO - Requested to load AutoencodingEngine
2024-11-02 18:18:34,612 - root - INFO - Loading 1 new model
2024-11-02 18:18:35,205 - root - INFO - loaded completely 0.0 159.87335777282715 True
2024-11-02 18:18:35,793 - root - INFO - Requested to load ControlNetFlux
2024-11-02 18:18:35,793 - root - INFO - Loading 1 new model
2024-11-02 18:18:36,193 - root - INFO - loaded completely 0.0 1708.60546875 True
2024-11-02 18:18:38,482 - root - INFO - loaded completely 11809.91993598938 11350.048889160156 True
2024-11-02 18:19:02,429 - root - INFO - Prompt executed in 67.95 seconds
2024-11-02 18:21:54,386 - httpx - INFO - HTTP Request: GET http://127.0.0.1:11434/api/tags "HTTP/1.1 200 OK"
2024-11-02 18:21:54,552 - httpx - INFO - HTTP Request: GET http://127.0.0.1:11434/api/tags "HTTP/1.1 200 OK"
2024-11-02 18:21:54,717 - httpx - INFO - HTTP Request: GET http://127.0.0.1:11434/api/tags "HTTP/1.1 200 OK"
2024-11-02 18:21:54,889 - httpx - INFO - HTTP Request: GET http://127.0.0.1:11434/api/tags "HTTP/1.1 200 OK"
2024-11-02 18:21:55,053 - httpx - INFO - HTTP Request: GET http://127.0.0.1:11434/api/tags "HTTP/1.1 200 OK"
2024-11-02 18:21:55,227 - httpx - INFO - HTTP Request: GET http://127.0.0.1:11434/api/tags "HTTP/1.1 200 OK"
2024-11-02 18:25:03,357 - root - INFO - got prompt
2024-11-02 18:25:03,362 - root - ERROR - Failed to validate prompt for output 410:
2024-11-02 18:25:03,362 - root - ERROR - * DualCLIPLoader 11:
2024-11-02 18:25:03,362 - root - ERROR -   - Value not in list: clip_name1: 'sd3\t5xxl_fp16.safetensors' not in ['Flux-1\\ViT-L-14-BEST-smooth-GmP-TE-only-HF-format.safetensors', 'Flux-1\\ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors', 'MHFL_Amazing Wonderflux_clip_l_v1.safetensors', 'Stable_Cascade\\model.safetensors', 'ViT-L-14.pt', 'clip_l.safetensors', 'lcm-lora-sdxl.safetensors', 'lcm-lora-ssd-1b.safetensors', 'medium_clip_g.safetensors', 'model.bf16.safetensors', 'sd3_clip_l.safetensors', 't5xxl_fp16.safetensors', 't5xxl_fp8_e4m3fn.safetensors', 't5xxl_fp8_e4m3fn_scaled.safetensors']
2024-11-02 18:25:03,362 - root - ERROR - Output will be ignored
2024-11-02 18:25:03,362 - root - ERROR - Failed to validate prompt for output 275:
2024-11-02 18:25:03,362 - root - ERROR - Output will be ignored
2024-11-02 18:25:03,362 - root - ERROR - Failed to validate prompt for output 102:
2024-11-02 18:25:03,362 - root - ERROR - Output will be ignored
2024-11-02 18:25:03,378 - root - WARNING - WARNING: PlaySound.IS_CHANGED() missing 1 required positional argument: 'self'
2024-11-02 18:25:04,867 - root - ERROR - !!! Exception during processing !!! Model in folder 'clip' with filename 'sd3\t5xxl_fp16.safetensors' not found.
2024-11-02 18:25:04,883 - root - ERROR - Traceback (most recent call last):
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 323, 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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\nodes.py", line 928, in load_clip
    clip_path1 = folder_paths.get_full_path_or_raise("clip", clip_name1)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\folder_paths.py", line 279, in get_full_path_or_raise
    raise FileNotFoundError(f"Model in folder '{folder_name}' with filename '{filename}' not found.")
FileNotFoundError: Model in folder 'clip' with filename 'sd3\t5xxl_fp16.safetensors' not found.

2024-11-02 18:25:04,885 - root - INFO - Prompt executed in 1.52 seconds
2024-11-02 18:25:29,540 - root - INFO - got prompt
2024-11-02 18:25:29,549 - root - WARNING - WARNING: PlaySound.IS_CHANGED() missing 1 required positional argument: 'self'
2024-11-02 18:25:29,592 - root - INFO - Using xformers attention in VAE
2024-11-02 18:25:29,593 - root - INFO - Using xformers attention in VAE
2024-11-02 18:25:30,308 - root - INFO - Requested to load FluxClipModel_
2024-11-02 18:25:30,308 - root - INFO - Loading 1 new model
2024-11-02 18:25:30,313 - root - INFO - loaded completely 0.0 9319.23095703125 True
2024-11-02 18:25:38,729 - root - INFO - model weight dtype torch.float8_e4m3fn, manual cast: torch.bfloat16
2024-11-02 18:25:38,730 - root - INFO - model_type FLUX
2024-11-02 18:25:52,734 - root - INFO - Requested to load FluxClipModel_
2024-11-02 18:25:52,734 - root - INFO - Loading 1 new model
2024-11-02 18:25:53,117 - root - INFO - Requested to load Flux
2024-11-02 18:25:53,117 - root - INFO - Loading 1 new model
2024-11-02 18:26:12,184 - root - INFO - loaded completely 0.0 11350.048889160156 True
2024-11-02 18:27:12,531 - root - INFO - Requested to load AutoencodingEngine
2024-11-02 18:27:12,531 - root - INFO - Loading 1 new model
2024-11-02 18:27:12,696 - root - INFO - loaded completely 0.0 159.87335777282715 True
2024-11-02 18:27:13,236 - root - ERROR - !!! Exception during processing !!! [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Stable_Diffusion\\ComfyUI_windows_portable_V2\\ComfyUI\\output\\%date:yyyy-MM-dd%\\admajic_Flux_'
2024-11-02 18:27:13,239 - root - ERROR - Traceback (most recent call last):
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 323, 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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 163, in _map_node_over_list
    process_inputs(input_data_all, 0)
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\nodes\io.py", line 462, in on_exec
    output_file, subfolder, filename = resolve_filepath(
                                       ^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\utils\helpers.py", line 1225, in resolve_filepath
    output_folder, filename, counter, subfolder, _ = get_save_image_path(
                                                     ^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\folder_paths.py", line 371, in get_save_image_path
    counter = max(filter(lambda a: os.path.normcase(a[1][:-1]) == os.path.normcase(filename) and a[1][-1] == "_", map(map_filename, os.listdir(full_output_folder))))[0] + 1
                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Stable_Diffusion\\ComfyUI_windows_portable_V2\\ComfyUI\\output\\%date:yyyy-MM-dd%\\admajic_Flux_'

2024-11-02 18:27:13,241 - root - INFO - Prompt executed in 103.69 seconds
2024-11-02 18:27:44,989 - root - INFO - got prompt
2024-11-02 18:27:44,999 - root - WARNING - WARNING: PlaySound.IS_CHANGED() missing 1 required positional argument: 'self'
2024-11-02 18:27:45,006 - root - ERROR - **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\
2024-11-02 18:27:45,009 - root - ERROR - !!! Exception during processing !!! **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\
2024-11-02 18:27:45,009 - root - ERROR - Traceback (most recent call last):
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 323, 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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 163, in _map_node_over_list
    process_inputs(input_data_all, 0)
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\nodes\io.py", line 462, in on_exec
    output_file, subfolder, filename = resolve_filepath(
                                       ^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\utils\helpers.py", line 1225, in resolve_filepath
    output_folder, filename, counter, subfolder, _ = get_save_image_path(
                                                     ^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\folder_paths.py", line 368, in get_save_image_path
    raise Exception(err)
Exception: **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\

2024-11-02 18:27:45,011 - root - INFO - Prompt executed in 0.01 seconds
2024-11-02 18:27:47,910 - root - INFO - got prompt
2024-11-02 18:27:47,919 - root - WARNING - WARNING: PlaySound.IS_CHANGED() missing 1 required positional argument: 'self'
2024-11-02 18:27:47,925 - root - ERROR - **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\
2024-11-02 18:27:47,928 - root - ERROR - !!! Exception during processing !!! **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\
2024-11-02 18:27:47,929 - root - ERROR - Traceback (most recent call last):
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 323, 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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 163, in _map_node_over_list
    process_inputs(input_data_all, 0)
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\nodes\io.py", line 462, in on_exec
    output_file, subfolder, filename = resolve_filepath(
                                       ^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\utils\helpers.py", line 1225, in resolve_filepath
    output_folder, filename, counter, subfolder, _ = get_save_image_path(
                                                     ^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\folder_paths.py", line 368, in get_save_image_path
    raise Exception(err)
Exception: **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\

2024-11-02 18:27:47,930 - root - INFO - Prompt executed in 0.01 seconds
2024-11-02 18:28:12,975 - root - INFO - got prompt
2024-11-02 18:28:12,984 - root - WARNING - WARNING: PlaySound.IS_CHANGED() missing 1 required positional argument: 'self'
2024-11-02 18:28:12,991 - root - ERROR - **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\
2024-11-02 18:28:12,994 - root - ERROR - !!! Exception during processing !!! **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\
2024-11-02 18:28:12,995 - root - ERROR - Traceback (most recent call last):
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 323, 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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 163, in _map_node_over_list
    process_inputs(input_data_all, 0)
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\nodes\io.py", line 462, in on_exec
    output_file, subfolder, filename = resolve_filepath(
                                       ^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\utils\helpers.py", line 1225, in resolve_filepath
    output_folder, filename, counter, subfolder, _ = get_save_image_path(
                                                     ^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\folder_paths.py", line 368, in get_save_image_path
    raise Exception(err)
Exception: **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\

2024-11-02 18:28:12,996 - root - INFO - Prompt executed in 0.01 seconds
2024-11-02 18:28:25,369 - root - INFO - got prompt
2024-11-02 18:28:25,379 - root - WARNING - WARNING: PlaySound.IS_CHANGED() missing 1 required positional argument: 'self'
2024-11-02 18:28:25,870 - root - INFO - Prompt executed in 0.49 seconds
2024-11-02 18:30:10,296 - root - INFO - got prompt
2024-11-02 18:30:10,306 - root - WARNING - WARNING: PlaySound.IS_CHANGED() missing 1 required positional argument: 'self'
2024-11-02 18:30:10,313 - root - ERROR - !!! Exception during processing !!! [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Stable_Diffusion\\ComfyUI_windows_portable_V2\\ComfyUI\\output\\%date:yyyy-MM-dd%\\admajic_Flux_'
2024-11-02 18:30:10,314 - root - ERROR - Traceback (most recent call last):
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 323, 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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 163, in _map_node_over_list
    process_inputs(input_data_all, 0)
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\nodes\io.py", line 462, in on_exec
    output_file, subfolder, filename = resolve_filepath(
                                       ^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\utils\helpers.py", line 1225, in resolve_filepath
    output_folder, filename, counter, subfolder, _ = get_save_image_path(
                                                     ^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\folder_paths.py", line 371, in get_save_image_path
    counter = max(filter(lambda a: os.path.normcase(a[1][:-1]) == os.path.normcase(filename) and a[1][-1] == "_", map(map_filename, os.listdir(full_output_folder))))[0] + 1
                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Stable_Diffusion\\ComfyUI_windows_portable_V2\\ComfyUI\\output\\%date:yyyy-MM-dd%\\admajic_Flux_'

2024-11-02 18:30:10,315 - root - INFO - Prompt executed in 0.01 seconds
2024-11-02 18:30:30,185 - root - INFO - got prompt
2024-11-02 18:30:30,194 - root - WARNING - WARNING: PlaySound.IS_CHANGED() missing 1 required positional argument: 'self'
2024-11-02 18:30:30,201 - root - ERROR - **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\
2024-11-02 18:30:30,204 - root - ERROR - !!! Exception during processing !!! **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\
2024-11-02 18:30:30,205 - root - ERROR - Traceback (most recent call last):
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 323, 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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 163, in _map_node_over_list
    process_inputs(input_data_all, 0)
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\nodes\io.py", line 462, in on_exec
    output_file, subfolder, filename = resolve_filepath(
                                       ^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\utils\helpers.py", line 1225, in resolve_filepath
    output_folder, filename, counter, subfolder, _ = get_save_image_path(
                                                     ^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\folder_paths.py", line 368, in get_save_image_path
    raise Exception(err)
Exception: **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\

2024-11-02 18:30:30,215 - root - INFO - Prompt executed in 0.02 seconds
2024-11-02 18:32:23,075 - root - INFO - got prompt
2024-11-02 18:32:23,085 - root - WARNING - WARNING: PlaySound.IS_CHANGED() missing 1 required positional argument: 'self'
2024-11-02 18:32:23,092 - root - ERROR - **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\
2024-11-02 18:32:23,094 - root - ERROR - !!! Exception during processing !!! **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\
2024-11-02 18:32:23,095 - root - ERROR - Traceback (most recent call last):
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 323, 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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 163, in _map_node_over_list
    process_inputs(input_data_all, 0)
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\nodes\io.py", line 462, in on_exec
    output_file, subfolder, filename = resolve_filepath(
                                       ^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\utils\helpers.py", line 1225, in resolve_filepath
    output_folder, filename, counter, subfolder, _ = get_save_image_path(
                                                     ^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\folder_paths.py", line 368, in get_save_image_path
    raise Exception(err)
Exception: **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\

2024-11-02 18:32:23,097 - root - INFO - Prompt executed in 0.01 seconds
2024-11-02 18:32:41,839 - root - INFO - got prompt
2024-11-02 18:32:41,850 - root - WARNING - WARNING: PlaySound.IS_CHANGED() missing 1 required positional argument: 'self'
2024-11-02 18:32:41,856 - root - ERROR - **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\
2024-11-02 18:32:41,858 - root - ERROR - !!! Exception during processing !!! **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\
2024-11-02 18:32:41,859 - root - ERROR - Traceback (most recent call last):
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 323, 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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_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:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 163, in _map_node_over_list
    process_inputs(input_data_all, 0)
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\nodes\io.py", line 462, in on_exec
    output_file, subfolder, filename = resolve_filepath(
                                       ^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\custom_nodes\comfyui-lf\modules\utils\helpers.py", line 1225, in resolve_filepath
    output_folder, filename, counter, subfolder, _ = get_save_image_path(
                                                     ^^^^^^^^^^^^^^^^^^^^
  File "C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\folder_paths.py", line 368, in get_save_image_path
    raise Exception(err)
Exception: **** ERROR: Saving image outside the output folder is not allowed.
 full_output_folder: c:\Output\%date:yyyy-MM-dd%\admajic_Flux_
         output_dir: C:\Stable_Diffusion\ComfyUI_windows_portable_V2\ComfyUI\output
         commonpath: C:\

2024-11-02 18:32:41,861 - root - INFO - Prompt executed in 0.01 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions