自定义采样器(高级) not enough values to unpack (expected 2, got 1)
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 155
Description
### Expected Behavior
hlep me
### Actual Behavior
hlep me
### Steps to Reproduce
hlep me
### Debug Logs
```powershell
# ComfyUI Error Report
## Error Details
- **Node ID:** 13
- **Node Type:** SamplerCustomAdvanced
- **Exception Type:** ValueError
- **Exception Message:** not enough values to unpack (expected 2, got 1)
## Stack Trace
File "D:\ComfyUI-aki-v1.3\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 "D:\ComfyUI-aki-v1.3\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 "D:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "D:\ComfyUI-aki-v1.3\comfy_extras\nodes_custom_sampler.py", line 633, in sample
samples = guider.sample(noise.generate_noise(latent), latent_image, sampler, sigmas, denoise_mask=noise_mask, callback=callback, disable_pbar=disable_pbar, seed=noise.seed)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 740, in sample
output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 719, in inner_sample
samples = sampler.sample(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 624, in sample
samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\comfy\k_diffusion\sampling.py", line 155, in sample_euler
denoised = model(x, sigma_hat * s_in, **extra_args)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 299, in __call__
out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 706, in __call__
return self.predict_noise(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 709, in predict_noise
return sampling_function(self.inner_model, x, timestep, self.conds.get("negative", None), self.conds.get("positive", None), self.cfg, model_options=model_options, seed=seed)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 279, in sampling_function
out = calc_cond_batch(model, conds, x, timestep, model_options)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 202, in calc_cond_batch
c['control'] = control.get_control(input_x, timestep_, c, len(cond_or_uncond))
File "D:\ComfyUI-aki-v1.3\comfy\controlnet.py", line 255, in get_control
control = self.control_model(x=x_noisy.to(dtype), hint=self.cond_hint, timesteps=timestep.to(dtype), context=context.to(dtype), **extra)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl
return forward_call(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes\controlnet\controlnet_instantx_format2.py", line 227, in forward
return self.forward_orig(img, img_ids, hint, context, txt_ids, timesteps, y, guidance, control_type)
File "D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes\controlnet\controlnet_instantx_format2.py", line 161, in forward_orig
txt, img = block(hidden_states=img, encoder_hidden_states=txt, temb=vec, image_rotary_emb=pe)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl
return forward_call(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\models\transformers\transformer_flux.py", line 175, in forward
attn_output, context_attn_output = self.attn(
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl
return forward_call(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\models\attention_processor.py", line 495, in forward
return self.processor(
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\models\attention_processor.py", line 1778, in __call__
query = apply_rotary_emb(query, image_rotary_emb)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\models\embeddings.py", line 718, in apply_rotary_emb
cos, sin = freqs_cis # [S, D]
```
## System Information
- **ComfyUI Version:** v0.3.0-2-g772e620e
- **Arguments:** D:\ComfyUI-aki-v1.3\main.py --auto-launch --preview-method auto --disable-cuda-malloc --cpu-vae --fast
- **OS:** nt
- **Python Version:** 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.4.1+cu124
## Devices
- **Name:** cuda:0 NVIDIA GeForce RTX 4080 SUPER : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 17170956288
- **VRAM Free:** 1508261888
- **Torch VRAM Total:** 13925089280
- **Torch VRAM Free:** 7086080
## Logs
```
2024-11-21T10:36:50.879370 -
2024-11-21T10:36:50.879370 - [34mComfyroll Studio v1.76 : [92m 175 Nodes Loaded[0m2024-11-21T10:36:50.879370 -
2024-11-21T10:36:50.879370 - ------------------------------------------2024-11-21T10:36:50.879370 -
2024-11-21T10:36:50.879370 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2024-11-21T10:36:50.879370 -
2024-11-21T10:36:50.879370 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2024-11-21T10:36:50.879370 -
2024-11-21T10:36:50.879370 - ------------------------------------------2024-11-21T10:36:50.879370 -
2024-11-21T10:36:50.894375 - [1;35m### [START] ComfyUI AlekPet Nodes [1;34mv1.0.33[0m[1;35m ###[0m2024-11-21T10:36:50.894375 -
2024-11-21T10:36:52.778944 - [92mNode -> ChatGLMNode: [93mChatGLM4TranslateCLIPTextEncodeNode, ChatGLM4TranslateTextNode[0m [92m[Loading] [0m2024-11-21T10:36:52.778944 -
2024-11-21T10:36:52.783949 - [92mNode -> DeepTranslatorNode: [93mDeepTranslatorCLIPTextEncodeNode, DeepTranslatorTextNode[0m [92m[Loading] [0m2024-11-21T10:36:52.783949 -
2024-11-21T10:36:52.783949 - [92mNode -> ArgosTranslateNode: [93mArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode[0m [92m[Loading] [0m2024-11-21T10:36:52.783949 -
2024-11-21T10:36:52.784945 - [92mNode -> GoogleTranslateNode: [93mGoogleTranslateCLIPTextEncodeNode, GoogleTranslateTextNode[0m [92m[Loading] [0m2024-11-21T10:36:52.784945 -
2024-11-21T10:36:52.787944 - [92mNode -> PoseNode: [93mPoseNode[0m [92m[Loading] [0m2024-11-21T10:36:52.787944 -
2024-11-21T10:36:52.788944 - [92mNode -> ExtrasNode: [93mPreviewTextNode, HexToHueNode, ColorsCorrectNode[0m [92m[Loading] [0m2024-11-21T10:36:52.788944 -
2024-11-21T10:36:52.823929 - [92mNode -> IDENode: [93mIDENode[0m [92m[Loading] [0m2024-11-21T10:36:52.823929 -
2024-11-21T10:36:52.974370 - [92mNode -> PainterNode: [93mPainterNode[0m [92m[Loading] [0m2024-11-21T10:36:52.974370 -
2024-11-21T10:36:52.974370 - [1;35m### [END] ComfyUI AlekPet Nodes ###[0m2024-11-21T10:36:52.974370 -
2024-11-21T10:36:53.148368 - [34mFizzleDorf Custom Nodes: [92mLoaded[0m2024-11-21T10:36:53.148368 -
2024-11-21T10:36:53.286382 - [36;20m[comfy_mtb] | INFO -> loaded [96m85[0m nodes successfuly[0m
2024-11-21T10:36:53.287575 - [36;20m[comfy_mtb] | INFO -> Some nodes (5) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.[0m
2024-11-21T10:36:53.306703 - Patching UNetModel.forward2024-11-21T10:36:53.306703 -
2024-11-21T10:36:53.306703 - UNetModel.forward has been successfully patched.2024-11-21T10:36:53.306703 -
2024-11-21T10:36:53.319087 - [1;32m[Power Noise Suite]: 🦚🦚🦚 [93m[3mkweh..[0m 🦚🦚🦚2024-11-21T10:36:53.319087 -
2024-11-21T10:36:53.319087 - [1;32m[Power Noise Suite]:[0m Tamed [93m11[0m wild nodes.2024-11-21T10:36:53.319087 -
2024-11-21T10:36:53.331083 -
2024-11-21T10:36:53.331083 - [92m[rgthree-comfy] Loaded 42 exciting nodes. 🎉[00m2024-11-21T10:36:53.331083 -
2024-11-21T10:36:53.331083 -
2024-11-21T10:36:54.934658 - [34mWAS Node Suite: [0mOpenCV Python FFMPEG support is enabled[0m2024-11-21T10:36:54.934658 -
2024-11-21T10:36:54.934658 - [34mWAS Node Suite [93mWarning: [0m`ffmpeg_bin_path` is not set in `D:\ComfyUI-aki-v1.3\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.[0m2024-11-21T10:36:54.934658 -
2024-11-21T10:36:56.535891 - [34mWAS Node Suite: [0mFinished.[0m [32mLoaded[0m [0m218[0m [32mnodes successfully.[0m2024-11-21T10:36:56.535891 -
2024-11-21T10:36:56.535891 -
[3m[93m"Art is the daughter of freedom."[0m[3m - Friedrich Schiller[0m
2024-11-21T10:36:56.535891 -
2024-11-21T10:36:56.555001 -
Import times for custom nodes:
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\AIGODLIKE-ComfyUI-Translation
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\Comfyui_CXH_FluxLoraMerge
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_IPAdapter_plus
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Miaoshouai-Tagger
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ControlNet-LLLite-ComfyUI
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\efficiency-nodes-comfyui
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\FreeU_Advanced
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\cg-use-everywhere
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_TiledKSampler
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-ollama-llms
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\stability-ComfyUI-nodes
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-post-processing-nodes
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_experiments
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light-Native
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\PowerNoiseSuite
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\websocket_image_save.py
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\images-grid-comfy-plugin
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_FizzNodes
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-various
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\mikey_nodes
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_UltimateSDUpscale
2024-11-21T10:36:56.555001 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Custom-Scripts
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_essentials
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Florence2
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyMath
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-GGUF
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\x-flux-comfyui
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\rgthree-comfy
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-workspace-manager
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-ollama
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-KJNodes
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Marigold
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Inspire-Pack
2024-11-21T10:36:56.556003 - 0.0 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-tensorops
2024-11-21T10:36:56.556003 - 0.1 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-segment-anything-2
2024-11-21T10:36:56.556003 - 0.1 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\comfy_mtb
2024-11-21T10:36:56.556003 - 0.1 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui_segment_anything
2024-11-21T10:36:56.556003 - 0.1 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-DDColor
2024-11-21T10:36:56.556003 - 0.2 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Crystools
2024-11-21T10:36:56.556003 - 0.3 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-SUPIR
2024-11-21T10:36:56.556003 - 0.3 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager
2024-11-21T10:36:56.556003 - 0.8 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Easy-Use
2024-11-21T10:36:56.556003 - 1.4 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes
2024-11-21T10:36:56.556003 - 2.2 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2024-11-21T10:36:56.556003 - 2.7 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-art-venture
2024-11-21T10:36:56.556003 - 3.2 seconds: D:\ComfyUI-aki-v1.3\custom_nodes\was-node-suite-comfyui
2024-11-21T10:36:56.556003 -
2024-11-21T10:36:56.566003 - Starting server
2024-11-21T10:36:56.566003 - To see the GUI go to: http://127.0.0.1:8188
2024-11-21T10:36:57.227512 - D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js2024-11-21T10:36:57.227512 -
2024-11-21T10:36:57.238088 - D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css2024-11-21T10:36:57.238088 -
2024-11-21T10:36:57.240201 - FETCH DATA from: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-11-21T10:36:57.240201 - 2024-11-21T10:36:57.240201 - [DONE]2024-11-21T10:36:57.240201 -
2024-11-21T10:36:57.256851 - D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js2024-11-21T10:36:57.256851 -
2024-11-21T10:36:57.279569 - D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css2024-11-21T10:36:57.279569 -
2024-11-21T10:36:57.403826 - D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js2024-11-21T10:36:57.403826 -
2024-11-21T10:36:57.408622 - D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js2024-11-21T10:36:57.408622 -
2024-11-21T10:36:57.408622 - D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css2024-11-21T10:36:57.408622 -
2024-11-21T10:36:58.321971 - HTTP Request: GET http://127.0.0.1:11434/api/tags "HTTP/1.1 200 OK"
2024-11-21T10:36:58.323185 - HTTP Request: GET http://127.0.0.1:11434/api/tags "HTTP/1.1 200 OK"
2024-11-21T10:36:58.324767 - HTTP Request: GET http://127.0.0.1:11434/api/tags "HTTP/1.1 200 OK"
2024-11-21T10:36:58.325806 - HTTP Request: GET http://127.0.0.1:11434/api/tags "HTTP/1.1 200 OK"
2024-11-21T10:36:58.403880 - ['flux\\anime_lora_comfy_converted.safetensors', 'flux\\art_lora_comfy_converted.safetensors', 'flux\\disney_lora_comfy_converted.safetensors', 'flux\\furry_lora.safetensors', 'flux\\mjv6_lora_comfy_converted.safetensors', 'flux\\realism_lora_comfy_converted.safetensors', 'flux\\scenery_lora_comfy_converted.safetensors', 'flux\\万物调节丨Flux Texture 质感增强器_V1.0.safetensors']2024-11-21T10:36:58.403880 -
2024-11-21T10:36:58.403880 - ['flux\\anime_lora_comfy_converted.safetensors', 'flux\\art_lora_comfy_converted.safetensors', 'flux\\disney_lora_comfy_converted.safetensors', 'flux\\furry_lora.safetensors', 'flux\\mjv6_lora_comfy_converted.safetensors', 'flux\\realism_lora_comfy_converted.safetensors', 'flux\\scenery_lora_comfy_converted.safetensors', 'flux\\万物调节丨Flux Texture 质感增强器_V1.0.safetensors']2024-11-21T10:36:58.403880 -
2024-11-21T10:38:30.923439 - Update ComfyUI2024-11-21T10:38:30.923540 -
2024-11-21T10:38:36.285486 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2024-11-21T10:38:36.285486 - 2024-11-21T10:38:37.171058 - [DONE]2024-11-21T10:38:37.171058 -
2024-11-21T10:38:37.193197 - Start updating...2024-11-21T10:38:37.193197 - 2024-11-21T10:38:37.195145 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager2024-11-21T10:38:37.195145 - 2024-11-21T10:38:37.196154 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack2024-11-21T10:38:37.196154 - 2024-11-21T10:38:37.197154 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Inspire-Pack2024-11-21T10:38:37.197154 - 2024-11-21T10:38:37.214643 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_experiments2024-11-21T10:38:37.214643 - 2024-11-21T10:38:39.246490 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\stability-ComfyUI-nodes2024-11-21T10:38:39.246490 - 2024-11-21T10:38:39.441326 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux2024-11-21T10:38:39.441326 - 2024-11-21T10:38:39.464007 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_TiledKSampler2024-11-21T10:38:39.464007 - 2024-11-21T10:38:39.538311 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\efficiency-nodes-comfyui2024-11-21T10:38:39.538311 - 2024-11-21T10:38:41.218861 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\Derfuu_ComfyUI_ModdedNodes2024-11-21T10:38:41.218861 - 2024-11-21T10:38:41.469181 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\was-node-suite-comfyui2024-11-21T10:38:41.469181 - 2024-11-21T10:38:42.370415 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\PowerNoiseSuite2024-11-21T10:38:42.370415 - 2024-11-21T10:38:42.653846 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\FreeU_Advanced2024-11-21T10:38:42.653846 - 2024-11-21T10:38:43.229943 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-post-processing-nodes2024-11-21T10:38:43.229943 - 2024-11-21T10:38:43.584653 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\images-grid-comfy-plugin2024-11-21T10:38:43.584653 - 2024-11-21T10:38:44.317679 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-GGUF2024-11-21T10:38:44.317679 - 2024-11-21T10:38:44.587529 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Custom_Nodes_AlekPet2024-11-21T10:38:44.587529 - 2024-11-21T10:38:45.194430 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger2024-11-21T10:38:45.194430 - 2024-11-21T10:38:45.625123 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Custom-Scripts2024-11-21T10:38:45.625123 - 2024-11-21T10:38:46.420755 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_UltimateSDUpscale2024-11-21T10:38:46.420755 - 2024-11-21T10:38:46.670108 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\comfy_mtb2024-11-21T10:38:46.670108 - 2024-11-21T10:38:47.186112 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Comfyroll_CustomNodes2024-11-21T10:38:47.186112 - 2024-11-21T10:38:47.549072 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_FizzNodes2024-11-21T10:38:47.549072 - 2024-11-21T10:38:49.341884 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_IPAdapter_plus2024-11-21T10:38:49.341884 - 2024-11-21T10:38:49.513512 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-art-venture2024-11-21T10:38:49.513512 - 2024-11-21T10:38:49.882126 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyMath2024-11-21T10:38:49.882126 - 2024-11-21T10:38:50.327863 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-various2024-11-21T10:38:50.327863 - 2024-11-21T10:38:51.262680 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\mikey_nodes2024-11-21T10:38:51.262680 - 2024-11-21T10:38:51.490294 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet2024-11-21T10:38:51.490294 - 2024-11-21T10:38:51.832700 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateDiff-Evolved2024-11-21T10:38:51.832700 - 2024-11-21T10:38:52.231273 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\rgthree-comfy2024-11-21T10:38:52.232276 - 2024-11-21T10:38:53.346504 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\AIGODLIKE-COMFYUI-TRANSLATION2024-11-21T10:38:53.346504 - 2024-11-21T10:38:53.572705 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ControlNet-LLLite-ComfyUI2024-11-21T10:38:53.572705 - 2024-11-21T10:38:54.013320 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_essentials2024-11-21T10:38:54.013320 - 2024-11-21T10:38:54.270160 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\cg-use-everywhere2024-11-21T10:38:54.270160 - 2024-11-21T10:38:55.553267 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-KJNodes2024-11-21T10:38:55.553267 - 2024-11-21T10:38:55.644459 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Marigold2024-11-21T10:38:55.644459 - 2024-11-21T10:38:56.236027 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-DDColor2024-11-21T10:38:56.237028 - 2024-11-21T10:38:56.508149 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-SUPIR2024-11-21T10:38:56.508149 - 2024-11-21T10:38:57.754227 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light2024-11-21T10:38:57.754227 - 2024-11-21T10:38:57.793803 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Florence22024-11-21T10:38:57.793803 - 2024-11-21T10:38:58.139698 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-segment-anything-22024-11-21T10:38:58.139698 - 2024-11-21T10:38:58.519121 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui_segment_anything2024-11-21T10:38:58.519121 - 2024-11-21T10:38:59.715319 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes2024-11-21T10:38:59.715319 - 2024-11-21T10:38:59.782156 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-workspace-manager2024-11-21T10:38:59.782156 - 2024-11-21T10:39:00.137019 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Easy-Use2024-11-21T10:39:00.137019 - 2024-11-21T10:39:00.537295 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Crystools2024-11-21T10:39:00.537295 - 2024-11-21T10:39:01.720367 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\Comfyui_CXH_FluxLoraMerge2024-11-21T10:39:01.720367 - 2024-11-21T10:39:01.832658 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light-Native2024-11-21T10:39:01.832658 - 2024-11-21T10:39:02.337194 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-ollama2024-11-21T10:39:02.337194 - 2024-11-21T10:39:02.653671 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Miaoshouai-Tagger2024-11-21T10:39:02.653671 - 2024-11-21T10:39:03.696224 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-tensorops2024-11-21T10:39:03.697224 - 2024-11-21T10:39:03.927559 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\x-flux-comfyui2024-11-21T10:39:03.927559 - 2024-11-21T10:39:04.338727 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\comfyui-ollama-llms2024-11-21T10:39:04.338727 - 2024-11-21T10:39:04.620808 - [2K
Updating: D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes2024-11-21T10:39:04.620808 - 2024-11-21T10:39:06.567281 - [2K
All extensions are already up-to-date.2024-11-21T10:39:06.567281 -
2024-11-21T10:39:28.005432 - got prompt
2024-11-21T10:39:28.033427 - Failed to validate prompt for output 82:
2024-11-21T10:39:28.033427 - * VAELoader 10:
2024-11-21T10:39:28.033427 - - Value not in list: vae_name: 'Flux ae.safetensors' not in ['ae.safetensors', 'animevae.pt', 'dev_vae.safetensors', 'schnell_vae.safetensors', 'sdxl_vae_fp16fix.safetensors', 'vae-ft-mse-840000-ema-pruned.safetensors', 'taesd', 'taesdxl', 'taesd3']
2024-11-21T10:39:28.033427 - Output will be ignored
2024-11-21T10:39:28.515053 - model_path is D:\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux\ckpts\lllyasviel/Annotators\sk_model.pth2024-11-21T10:39:28.515053 -
2024-11-21T10:39:28.516054 - model_path is D:\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux\ckpts\lllyasviel/Annotators\sk_model2.pth2024-11-21T10:39:28.516054 -
2024-11-21T10:39:29.515037 - Prompt executed in 1.48 seconds
2024-11-21T10:40:40.259816 - got prompt
2024-11-21T10:40:40.332454 - Using xformers attention in VAE
2024-11-21T10:40:40.333454 - Using xformers attention in VAE
2024-11-21T10:40:40.573007 - D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-GGUF\nodes.py:79: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\builder\windows\pytorch\torch\csrc\utils\tensor_numpy.cpp:212.)
torch_tensor = torch.from_numpy(tensor.data) # mmap
2024-11-21T10:40:40.587339 -
ggml_sd_loader:2024-11-21T10:40:40.587339 -
2024-11-21T10:40:40.590394 - GGMLQuantizationType.F16 4762024-11-21T10:40:40.591090 -
2024-11-21T10:40:40.591090 - GGMLQuantizationType.Q4_1 3042024-11-21T10:40:40.591090 -
2024-11-21T10:40:40.623693 - model weight dtype torch.bfloat16, manual cast: None
2024-11-21T10:40:40.623693 - model_type FLUX
2024-11-21T10:40:59.565413 - clip missing: ['text_projection.weight']
2024-11-21T10:41:00.077732 - Requested to load FluxClipModel_
2024-11-21T10:41:00.079736 - Loading 1 new model
2024-11-21T10:41:01.310833 - loaded completely 0.0 4777.53759765625 True
2024-11-21T10:41:01.494307 - D:\ComfyUI-aki-v1.3\comfy\ldm\modules\attention.py:415: UserWarning: 1Torch was not compiled with flash attention. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\builder\windows\pytorch\aten\src\ATen\native\transformers\cuda\sdp_utils.cpp:555.)
out = torch.nn.functional.scaled_dot_product_attention(q, k, v, attn_mask=mask, dropout_p=0.0, is_causal=False)
2024-11-21T10:41:01.837459 - Requested to load InstantXControlNetFluxFormat2
2024-11-21T10:41:01.837459 - Requested to load Flux
2024-11-21T10:41:01.837459 - Loading 2 new models
2024-11-21T10:41:04.999543 - loaded completely 0.0 6298.041015625 True
2024-11-21T10:41:08.887092 - loaded partially 7135.790984375 7135.6640625 0
2024-11-21T10:41:08.897478 - Attempting to release mmap (11)2024-11-21T10:41:08.898473 -
2024-11-21T10:41:09.695401 - Requested to load AutoencodingEngine
2024-11-21T10:41:09.695401 - Loading 1 new model
2024-11-21T10:41:09.710304 - loaded completely 0.0 319.7467155456543 True
2024-11-21T10:41:47.651591 - Unloading models for lowram load.
2024-11-21T10:41:47.726923 - 0 models unloaded.
2024-11-21T10:41:47.842865 - !!! Exception during processing !!! not enough values to unpack (expected 2, got 1)
2024-11-21T10:41:47.846492 - Traceback (most recent call last):
File "D:\ComfyUI-aki-v1.3\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 "D:\ComfyUI-aki-v1.3\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 "D:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "D:\ComfyUI-aki-v1.3\comfy_extras\nodes_custom_sampler.py", line 633, in sample
samples = guider.sample(noise.generate_noise(latent), latent_image, sampler, sigmas, denoise_mask=noise_mask, callback=callback, disable_pbar=disable_pbar, seed=noise.seed)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 740, in sample
output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 719, in inner_sample
samples = sampler.sample(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 624, in sample
samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\comfy\k_diffusion\sampling.py", line 155, in sample_euler
denoised = model(x, sigma_hat * s_in, **extra_args)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 299, in __call__
out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 706, in __call__
return self.predict_noise(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 709, in predict_noise
return sampling_function(self.inner_model, x, timestep, self.conds.get("negative", None), self.conds.get("positive", None), self.cfg, model_options=model_options, seed=seed)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 279, in sampling_function
out = calc_cond_batch(model, conds, x, timestep, model_options)
File "D:\ComfyUI-aki-v1.3\comfy\samplers.py", line 202, in calc_cond_batch
c['control'] = control.get_control(input_x, timestep_, c, len(cond_or_uncond))
File "D:\ComfyUI-aki-v1.3\comfy\controlnet.py", line 255, in get_control
control = self.control_model(x=x_noisy.to(dtype), hint=self.cond_hint, timesteps=timestep.to(dtype), context=context.to(dtype), **extra)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl
return forward_call(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes\controlnet\controlnet_instantx_format2.py", line 227, in forward
return self.forward_orig(img, img_ids, hint, context, txt_ids, timesteps, y, guidance, control_type)
File "D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes\controlnet\controlnet_instantx_format2.py", line 161, in forward_orig
txt, img = block(hidden_states=img, encoder_hidden_states=txt, temb=vec, image_rotary_emb=pe)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl
return forward_call(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\models\transformers\transformer_flux.py", line 175, in forward
attn_output, context_attn_output = self.attn(
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl
return forward_call(*args, **kwargs)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\models\attention_processor.py", line 495, in forward
return self.processor(
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\models\attention_processor.py", line 1778, in __call__
query = apply_rotary_emb(query, image_rotary_emb)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\models\embeddings.py", line 718, in apply_rotary_emb
cos, sin = freqs_cis # [S, D]
ValueError: not enough values to unpack (expected 2, got 1)
2024-11-21T10:41:47.847494 - Prompt executed in 67.56 seconds
```
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
```
{"last_node_id":90,"last_link_id":198,"nodes":[{"id":12,"type":"UNETLoader","pos":[42,555],"size":[315,82],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[],"slot_index":0,"shape":3,"label":"模型"}],"properties":{"Node name for S&R":"UNETLoader"},"widgets_values":["flux1-dev-fp8.safetensors","fp8_e4m3fn"],"color":"#432","bgcolor":"#653"},{"id":11,"type":"DualCLIPLoader","pos":[44,715],"size":[315,106],"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":[10,123,156],"slot_index":0,"shape":3,"label":"CLIP"}],"properties":{"Node name for S&R":"DualCLIPLoader"},"widgets_values":["t5xxl_fp8_e4m3fn.safetensors","clip_l.safetensors","flux"],"color":"#432","bgcolor":"#653"},{"id":62,"type":"Miaoshouai_Flux_CLIPTextEncode","pos":[-2213.73876953125,-656.7186279296875],"size":[315,142],"flags":{},"order":16,"mode":2,"inputs":[{"name":"clip","type":"CLIP","link":156,"label":"clip"},{"name":"caption","type":"STRING","link":153,"widget":{"name":"caption"},"label":"caption"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[],"slot_index":0,"shape":3,"label":"CONDITIONING"},{"name":"EMPTY CONDITIONING","type":"CONDITIONING","links":[],"slot_index":1,"shape":3,"label":"EMPTY CONDITIONING"},{"name":"t5xxl","type":"STRING","links":[154],"slot_index":2,"shape":3,"label":"t5xxl"},{"name":"clip_l","type":"STRING","links":[155],"slot_index":3,"shape":3,"label":"clip_l"},{"name":"analyze","type":"STRING","links":null,"label":"analyze"}],"properties":{"Node name for S&R":"Miaoshouai_Flux_CLIPTextEncode"},"widgets_values":["",3.5],"color":"#232","bgcolor":"#353"},{"id":64,"type":"ShowText|pysssss","pos":[-1837.740478515625,-317.718994140625],"size":[410,110],"flags":{},"order":22,"mode":2,"inputs":[{"name":"text","type":"STRING","link":155,"widget":{"name":"text"},"label":"文本"}],"outputs":[{"name":"STRING","type":"STRING","links":null,"shape":6,"label":"字符串"}],"properties":{"Node name for S&R":"ShowText|pysssss"},"widgets_values":[["outdoors, no humans, flower, blurry, red background, branch, lantern, paper lantern"],"outdoors, no humans, flower, blurry, red background, branch, lantern, paper lantern"],"color":"#232","bgcolor":"#353"},{"id":84,"type":"UnetLoaderGGUF","pos":[37,424],"size":[315,58],"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[188],"shape":3,"label":"MODEL"}],"properties":{"Node name for S&R":"UnetLoaderGGUF"},"widgets_values":["flux1-dev-Q4_1.gguf"],"color":"#432","bgcolor":"#653"},{"id":26,"type":"FluxGuidance","pos":[1297,583],"size":[317.4000244140625,58],"flags":{},"order":24,"mode":0,"inputs":[{"name":"conditioning","type":"CONDITIONING","link":120,"label":"条件"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[42],"slot_index":0,"shape":3,"label":"条件"}],"properties":{"Node name for S&R":"FluxGuidance"},"widgets_values":[3.5],"color":"#332922","bgcolor":"#593930"},{"id":30,"type":"ModelSamplingFlux","pos":[1291,365],"size":[315,130],"flags":{},"order":17,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":188,"slot_index":0,"label":"模型"},{"name":"width","type":"INT","link":160,"slot_index":1,"widget":{"name":"width"},"label":"宽度"},{"name":"height","type":"INT","link":161,"slot_index":2,"widget":{"name":"height"},"label":"高度"}],"outputs":[{"name":"MODEL","type":"MODEL","links":[54,55],"slot_index":0,"shape":3,"label":"模型"}],"properties":{"Node name for S&R":"ModelSamplingFlux"},"widgets_values":[1.15,0.5,800,1200],"color":"#332922","bgcolor":"#593930"},{"id":16,"type":"KSamplerSelect","pos":[1298,701],"size":[230,60],"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"SAMPLER","type":"SAMPLER","links":[19],"shape":3,"label":"采样器"}],"properties":{"Node name for S&R":"KSamplerSelect"},"widgets_values":["euler"],"color":"#332922","bgcolor":"#593930"},{"id":22,"type":"BasicGuider","pos":[1654,573],"size":[222.3482666015625,46],"flags":{},"order":25,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":54,"slot_index":0,"label":"模型"},{"name":"conditioning","type":"CONDITIONING","link":42,"slot_index":1,"label":"条件"}],"outputs":[{"name":"GUIDER","type":"GUIDER","links":[30],"slot_index":0,"shape":3,"label":"引导"}],"properties":{"Node name for S&R":"BasicGuider"},"widgets_values":[],"color":"#332922","bgcolor":"#593930"},{"id":17,"type":"BasicScheduler","pos":[1661,384],"size":[230,110],"flags":{},"order":23,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":55,"slot_index":0,"label":"模型"}],"outputs":[{"name":"SIGMAS","type":"SIGMAS","links":[20],"shape":3,"label":"Sigmas"}],"properties":{"Node name for S&R":"BasicScheduler"},"widgets_values":["simple",20,1],"color":"#332922","bgcolor":"#593930"},{"id":27,"type":"EmptySD3LatentImage","pos":[1594,695],"size":[315,106],"flags":{},"order":18,"mode":0,"inputs":[{"name":"width","type":"INT","link":168,"widget":{"name":"width"},"label":"宽度"},{"name":"height","type":"INT","link":169,"widget":{"name":"height"},"label":"高度"}],"outputs":[{"name":"LATENT","type":"LATENT","links":[116],"slot_index":0,"shape":3,"label":"Latent"}],"properties":{"Node name for S&R":"EmptySD3LatentImage"},"widgets_values":[800,1200,1],"color":"#332922","bgcolor":"#593930"},{"id":25,"type":"RandomNoise","pos":[1584,871],"size":[320,82],"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"NOISE","type":"NOISE","links":[37],"shape":3,"label":"噪波生成"}],"properties":{"Node name for S&R":"RandomNoise"},"widgets_values":[56917478471866,"fixed"],"color":"#332922","bgcolor":"#593930"},{"id":67,"type":"GetImageSize+","pos":[227,-555],"size":[210,66],"flags":{},"order":13,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":181,"label":"图像"}],"outputs":[{"name":"width","type":"INT","links":[160,168],"slot_index":0,"shape":3,"label":"宽度"},{"name":"height","type":"INT","links":[161,169],"slot_index":1,"shape":3,"label":"高度"},{"name":"count","type":"INT","links":null,"shape":3}],"properties":{"Node name for S&R":"GetImageSize+"},"widgets_values":[],"color":"#432","bgcolor":"#653"},{"id":13,"type":"SamplerCustomAdvanced","pos":[2006,494],"size":[370.3101806640625,430.5386047363281],"flags":{},"order":26,"mode":0,"inputs":[{"name":"noise","type":"NOISE","link":37,"slot_index":0,"label":"噪波生成"},{"name":"guider","type":"GUIDER","link":30,"slot_index":1,"label":"引导"},{"name":"sampler","type":"SAMPLER","link":19,"slot_index":2,"label":"采样器"},{"name":"sigmas","type":"SIGMAS","link":20,"slot_index":3,"label":"Sigmas"},{"name":"latent_image","type":"LATENT","link":116,"slot_index":4,"label":"Latent"}],"outputs":[{"name":"output","type":"LATENT","links":[24],"slot_index":0,"shape":3,"label":"输出"},{"name":"denoised_output","type":"LATENT","links":null,"shape":3,"label":"降噪输出"}],"properties":{"Node name for S&R":"SamplerCustomAdvanced"},"widgets_values":[],"color":"#332922","bgcolor":"#593930"},{"id":8,"type":"VAEDecode","pos":[2464,494],"size":[210,46],"flags":{},"order":27,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":24,"label":"Latent"},{"name":"vae","type":"VAE","link":12,"label":"VAE"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[185],"slot_index":0,"label":"图像"}],"properties":{"Node name for S&R":"VAEDecode"},"widgets_values":[],"color":"#233","bgcolor":"#355"},{"id":82,"type":"SaveImage","pos":[2472,611],"size":[864.8380737304688,961.3004150390625],"flags":{},"order":28,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":185,"label":"图像"}],"outputs":[],"properties":{"Node name for S&R":"SaveImage"},"widgets_values":["ComfyUI"],"color":"#233","bgcolor":"#355"},{"id":80,"type":"Resize Image for SDXL","pos":[-159,-703],"size":[365.4000244140625,82],"flags":{},"order":11,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":180,"label":"image"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[181,182,198],"slot_index":0,"shape":3,"label":"IMAGE"}],"properties":{"Node name for S&R":"Resize Image for SDXL"},"widgets_values":["nearest-exact","disabled"],"color":"#432","bgcolor":"#653"},{"id":86,"type":"AnyLineArtPreprocessor_aux","pos":[123,-404],"size":[315,178],"flags":{},"order":15,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":198,"label":"图像"}],"outputs":[{"name":"image","type":"IMAGE","links":[],"slot_index":0,"shape":3,"label":"图像"}],"properties":{"Node name for S&R":"AnyLineArtPreprocessor_aux"},"widgets_values":["lineart_standard",1280,0,1,36,1],"color":"#432","bgcolor":"#653"},{"id":54,"type":"PreviewImage","pos":[1013,-748],"size":[468.8136291503906,532.3466796875],"flags":{},"order":19,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":194,"label":"图像"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[],"color":"#223","bgcolor":"#335"},{"id":61,"type":"Miaoshouai_Tagger","pos":[-2666.738525390625,-658.7186279296875],"size":[400,420],"flags":{},"order":12,"mode":2,"inputs":[{"name":"images","type":"IMAGE","link":196,"label":"images","shape":7},{"name":"filenames","type":"STRING","link":null,"widget":{"name":"filenames"},"label":"filenames"},{"name":"captions","type":"STRING","link":null,"widget":{"name":"captions"},"label":"captions"}],"outputs":[{"name":"images","type":"IMAGE","links":null,"shape":6,"label":"images"},{"name":"filenames","type":"STRING","links":null,"shape":6,"label":"filenames"},{"name":"captions","type":"STRING","links":[153],"slot_index":2,"shape":6,"label":"captions"},{"name":"folder_path","type":"STRING","links":null,"shape":3,"label":"folder_path"},{"name":"batch_size","type":"INT","links":null,"shape":3,"label":"batch_size"}],"properties":{"Node name for S&R":"Miaoshouai_Tagger"},"widgets_values":["promptgen_large_v1.5","Path to your image folder","detailed",1024,4,"never","","","","","replace_tags eg:search1:replace1;search2:replace2",true,true,true],"color":"#232","bgcolor":"#353"},{"id":63,"type":"ShowText|pysssss","pos":[-1842.44189453125,-665.3753662109375],"size":[670,270],"flags":{},"order":21,"mode":2,"inputs":[{"name":"text","type":"STRING","link":154,"widget":{"name":"text"},"label":"文本"}],"outputs":[{"name":"STRING","type":"STRING","links":null,"shape":6,"label":"字符串"}],"properties":{"Node name for S&R":"ShowText|pysssss"},"widgets_values":[["a simple, flat design with a vibrant red background that contrasts sharply with the vivid yellow of the flowers and the dark brown of the branch, the flowers are delicate and detailed, with small, delicate petals and a soft, velvety texture, they are arranged in a symmetrical pattern, with each branch slightly overlapping the one below it, creating a sense of balance and harmony, hanging from strings are several red lanterns with gold accents, each lantern has a cylindrical shape and a small opening at the top, adding a traditional chinese or japanese aesthetic, the lanterns are evenly spaced, with the strings connecting them at the bottom of the image, the overall color scheme is bold and festive, with a focus on the bright red background and the delicate, golden flowers, making them stand out vividly, the image is suitable for celebrating the chinese new year, as it showcases the traditional and festive elements of the year"],"a high-resolution photograph of a young woman with fair skin and striking red hair styled in an elegant updo, she has striking blue eyes, full lips, and a wide, cheerful smile revealing white teeth, her facial features are delicate, with a slight blush on her cheeks and a few freckles scattered across her nose and cheeks, she wears a white, lace-trimmed top with a low neckline, revealing a hint of her cleavage, the top is paired with a denim dungaree over a white blouse, the background is a textured, beige wall, which contrasts with her vibrant red hair and the neutral tones of her outfit, making her the focal point of the image, the lighting is soft and natural, highlighting her skin and the texture of her hair, the overall composition is intimate and professional, capturing a close-up portrait of the subject"],"color":"#232","bgcolor":"#353"},{"id":89,"type":"Note","pos":[3402,615],"size":[333.0339660644531,329.58917236328125],"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[],"properties":{},"widgets_values":["印象派 (Impressionism)\n超现实主义 (Surrealism)\n立体主义 (Cubism)\n抽象表现主义 (Abstract Expressionism)\n新古典主义 (Neoclassicism)\n波普艺术 (Pop Art)\n哥特艺术 (Gothic Art)\n印第安纳夫艺术 (Naïve Art)\n未来主义 (Futurism)\n点描派 (Pointillism)"],"color":"#432","bgcolor":"#653"},{"id":53,"type":"AIO_Preprocessor","pos":[601,-698],"size":[315,82],"flags":{},"order":14,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":182,"label":"图像"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[194,195],"slot_index":0,"shape":3,"label":"图像"}],"properties":{"Node name for S&R":"AIO_Preprocessor"},"widgets_values":["LineArtPreprocessor",1024],"color":"#223","bgcolor":"#335"},{"id":38,"type":"ControlNetApplySD3","pos":[1015,-142],"size":[315,186],"flags":{},"order":20,"mode":0,"inputs":[{"name":"positive","type":"CONDITIONING","link":119,"label":"正面条件"},{"name":"negative","type":"CONDITIONING","link":124,"label":"负面条件"},{"name":"control_net","type":"CONTROL_NET","link":125,"label":"ControlNet"},{"name":"vae","type":"VAE","link":121,"label":"VAE"},{"name":"image","type":"IMAGE","link":195,"label":"图像"}],"outputs":[{"name":"positive","type":"CONDITIONING","links":[120],"slot_index":0,"shape":3,"label":"正面条件"},{"name":"negative","type":"CONDITIONING","links":null,"shape":3,"label":"负面条件"}],"properties":{"Node name for S&R":"ControlNetApplySD3"},"widgets_values":[0.3,0,0.3],"color":"#223","bgcolor":"#335"},{"id":41,"type":"LoadImage","pos":[-971,-754],"size":[729.4629516601562,982.0059204101562],"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[180,196],"slot_index":0,"shape":3,"label":"图像"},{"name":"MASK","type":"MASK","links":null,"shape":3,"label":"遮罩"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["66661.jpg","image"],"color":"#432","bgcolor":"#653"},{"id":43,"type":"InstantX Flux Union ControlNet Loader","pos":[598.5145263671875,-550.7779541015625],"size":[310.79998779296875,104.98883056640625],"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[{"name":"CONTROL_NET","type":"CONTROL_NET","links":[125],"slot_index":0,"shape":3,"label":"ControlNet"}],"properties":{"Node name for S&R":"InstantX Flux Union ControlNet Loader"},"widgets_values":["InstantX-FLUX1-Dev-Union\\diffusion_pytorch_model.safetensors","canny"],"color":"#223","bgcolor":"#335"},{"id":10,"type":"VAELoader","pos":[45,887],"size":[311.81634521484375,60.429901123046875],"flags":{},"order":8,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[12,121],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAELoader"},"widgets_values":["ae.safetensors"],"color":"#432","bgcolor":"#653"},{"id":6,"type":"CLIPTextEncode","pos":[498,512],"size":[407.2897644042969,152.2630157470703],"flags":{},"order":9,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":10,"label":"CLIP"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[119],"slot_index":0,"label":"条件"}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["A futuristic indoor setting featuring an elegant,transparent spiral Christmas tree adorned with yellow and blue ornaments,placed beside a large,curved,underwater viewing window. The environment has a clean,minimalist style with smooth surfaces,soft lighting,and a sleek,ultramodern design. Materials include glossy,translucent plastic and metallic accents,creating a luxurious,high-tech atmosphere. The composition is taken at a slightly low angle to capture the tree and underwater view,rendered in photorealistic style with ultra-high definition and fine details.,",true],"color":"#232","bgcolor":"#353"},{"id":42,"type":"CLIPTextEncode","pos":[503,795],"size":[410,140],"flags":{},"order":10,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":123,"label":"CLIP"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[124],"slot_index":0,"label":"条件"}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["(NSFw:1.3),teeth,(cleavage),(worst quality:1.65),(low quality:1.2),(normal quality:1.2),low resolution,watermark,dark spots,blemishes,dul eyes,wrongteeth,red teeth,bad tooth,Multiple people,broken evelashes,lbadhandv4-AnimellustDifusion badhandv4:1.2),(EasyNegative:1.2).,",true],"color":"#322","bgcolor":"#533"}],"links":[[10,11,0,6,0,"CLIP"],[12,10,0,8,1,"VAE"],[19,16,0,13,2,"SAMPLER"],[20,17,0,13,3,"SIGMAS"],[24,13,0,8,0,"LATENT"],[30,22,0,13,1,"GUIDER"],[37,25,0,13,0,"NOISE"],[42,26,0,22,1,"CONDITIONING"],[54,30,0,22,0,"MODEL"],[55,30,0,17,0,"MODEL"],[116,27,0,13,4,"LATENT"],[119,6,0,38,0,"CONDITIONING"],[120,38,0,26,0,"CONDITIONING"],[121,10,0,38,3,"VAE"],[123,11,0,42,0,"CLIP"],[124,42,0,38,1,"CONDITIONING"],[125,43,0,38,2,"CONTROL_NET"],[153,61,2,62,1,"STRING"],[154,62,2,63,0,"STRING"],[155,62,3,64,0,"STRING"],[156,11,0,62,0,"CLIP"],[160,67,0,30,1,"INT"],[161,67,1,30,2,"INT"],[168,67,0,27,0,"INT"],[169,67,1,27,1,"INT"],[180,41,0,80,0,"IMAGE"],[181,80,0,67,0,"IMAGE"],[182,80,0,53,0,"IMAGE"],[185,8,0,82,0,"IMAGE"],[188,84,0,30,0,"MODEL"],[194,53,0,54,0,"IMAGE"],[195,53,0,38,4,"IMAGE"],[196,41,0,61,0,"IMAGE"],[198,80,0,86,0,"IMAGE"]],"groups":[{"id":3,"title":"橘子 网校链接:https://study.163.com/provider/967647/index.htm?share=2&shareId=967647","bounding":[-538,-1497,4191,180],"color":"#a1309b","font_size":100,"flags":{"pinned":true}},{"id":4,"title":" 微信公众号:设计软件通","bounding":[-1873,-1239,1231,197],"color":"#a1309b","font_size":100,"flags":{"pinned":true}},{"id":1,"title":"CN","bounding":[589,-812,902,866],"color":"#88A","font_size":24,"flags":{}},{"id":2,"title":"提示词推理","bounding":[-3055,-786,1995,615],"color":"#8A8","font_size":24,"flags":{}}],"config":{},"extra":{"ds":{"scale":0.7247295000000037,"offset":[106.52586316574354,-189.7515063550827]},"groupNodes":{}},"version":0.4}
```
## Additional Context
(Please add any additional context or steps to reproduce the error here)
```
### Other
hlep me
Contributor guide
Assessment
This issue has not been assessed yet.