Comfy-Org / Comfy-Org/ComfyUI

CLIPTextEncode torch.OutOfMemoryError: Allocation on device

Open
#7,627 14 comments 0 reactions 0 assignees View on GitHub
Potential Bug
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 6h
Merged PRs (30d)
155

Description

### Expected Behavior

Please help me, thank you very much
Yesterday I was able to run all workflows normally, but now no workflow can run, and I have not done any other operations

### Actual Behavior

NVIDIA Management Library:
NVIDIA Driver Version: 576.02
NVIDIA Management Library Version: 12.576.02

Python 版本
3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Embedded Python

Pytorch 版本
2.8.0.dev20250415+cu128

NvApi:
Version: 57602 r575_92

HIP Driver:
Not Available

DirectML Driver:
Devices:
11266 0: NVIDIA GeForce RTX 5080 15 GB
32103 1: Intel(R) Graphics 0 GB

### Steps to Reproduce

Yesterday I was able to run all workflows normally, but now no workflow can run, and I have not done any other operations

### Debug Logs

```powershell
# ComfyUI Error Report
## Error Details
- **Node ID:** 240
- **Node Type:** CLIPTextEncode
- **Exception Type:** torch.OutOfMemoryError
- **Exception Message:** Allocation on device
## Stack Trace

File "G:\ComfyUIqiuye\execution.py", line 345, 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 "G:\ComfyUIqiuye\execution.py", line 220, 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 "G:\ComfyUIqiuye\execution.py", line 192, in _map_node_over_list
process_inputs(input_dict, i)

File "G:\ComfyUIqiuye\execution.py", line 181, in process_inputs
results.append(getattr(obj, func)(**inputs))

File "G:\ComfyUIqiuye\nodes.py", line 69, in encode
return (clip.encode_from_tokens_scheduled(tokens), )

File "G:\ComfyUIqiuye\comfy\sd.py", line 154, in encode_from_tokens_scheduled
pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)

File "G:\ComfyUIqiuye\comfy\sd.py", line 215, in encode_from_tokens
self.load_model()

File "G:\ComfyUIqiuye\comfy\sd.py", line 248, in load_model
model_management.load_model_gpu(self.patcher)

File "G:\ComfyUIqiuye\comfy\model_management.py", line 630, in load_model_gpu
return load_models_gpu([model])

File "G:\ComfyUIqiuye\comfy\model_management.py", line 625, in load_models_gpu
loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)

File "G:\ComfyUIqiuye\comfy\model_management.py", line 444, in model_load
self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)

File "G:\ComfyUIqiuye\comfy\model_management.py", line 473, in model_use_more_vram
return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)

File "G:\ComfyUIqiuye\comfy\model_patcher.py", line 832, in partially_load
raise e

File "G:\ComfyUIqiuye\comfy\model_patcher.py", line 829, in partially_load
self.load(device_to, lowvram_model_memory=current_used + extra_memory, force_patch_weights=force_patch_weights, full_load=full_load)

File "G:\ComfyUIqiuye\comfy\model_patcher.py", line 670, in load
x[2].to(device_to)

File "G:\ComfyUIqiuye\python\lib\site-packages\torch\nn\modules\module.py", line 1355, in to
return self._apply(convert)

File "G:\ComfyUIqiuye\python\lib\site-packages\torch\nn\modules\module.py", line 942, in _apply
param_applied = fn(param)

File "G:\ComfyUIqiuye\python\lib\site-packages\torch\nn\modules\module.py", line 1341, in convert
return t.to(

## System Information
- **ComfyUI Version:** 0.3.28
- **Arguments:** G:\ComfyUIqiuye\main.py --auto-launch --preview-method auto --highvram --disable-cuda-malloc --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.8.0.dev20250415+cu128
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 5080 : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 17094475776
- **VRAM Free:** 3029761920
- **Torch VRAM Total:** 11911823360
- **Torch VRAM Free:** 10375040

## Logs

2025-04-17T19:03:06.342659 - [START] Security scan2025-04-17T19:03:06.342659 -
2025-04-17T19:03:08.506223 - [DONE] Security scan2025-04-17T19:03:08.506223 -
2025-04-17T19:03:08.598270 - ## ComfyUI-Manager: installing dependencies done.2025-04-17T19:03:08.598270 -
2025-04-17T19:03:08.598270 - ** ComfyUI startup time:2025-04-17T19:03:08.598270 - 2025-04-17T19:03:08.598270 - 2025-04-17 19:03:08.5982025-04-17T19:03:08.598270 -
2025-04-17T19:03:08.598270 - ** Platform:2025-04-17T19:03:08.598270 - 2025-04-17T19:03:08.598270 - Windows2025-04-17T19:03:08.598270 -
2025-04-17T19:03:08.598270 - ** Python version:2025-04-17T19:03:08.598270 - 2025-04-17T19:03:08.598270 - 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]2025-04-17T19:03:08.598270 -
2025-04-17T19:03:08.598270 - ** Python executable:2025-04-17T19:03:08.598270 - 2025-04-17T19:03:08.598270 - G:\ComfyUIqiuye\python\python.exe2025-04-17T19:03:08.598270 -
2025-04-17T19:03:08.599274 - ** ComfyUI Path:2025-04-17T19:03:08.599274 - 2025-04-17T19:03:08.599274 - G:\ComfyUIqiuye2025-04-17T19:03:08.599274 -
2025-04-17T19:03:08.599274 - ** ComfyUI Base Folder Path:2025-04-17T19:03:08.599274 - 2025-04-17T19:03:08.599274 - G:\ComfyUIqiuye2025-04-17T19:03:08.599274 -
2025-04-17T19:03:08.599274 - ** User directory:2025-04-17T19:03:08.599274 - 2025-04-17T19:03:08.599274 - G:\ComfyUIqiuye\user2025-04-17T19:03:08.599274 -
2025-04-17T19:03:08.599274 - ** ComfyUI-Manager config path:2025-04-17T19:03:08.599274 - 2025-04-17T19:03:08.599274 - G:\ComfyUIqiuye\user\default\ComfyUI-Manager\config.ini2025-04-17T19:03:08.599274 -
2025-04-17T19:03:08.599274 - ** Log path:2025-04-17T19:03:08.599274 - 2025-04-17T19:03:08.599274 - G:\ComfyUIqiuye\user\comfyui.log2025-04-17T19:03:08.599274 -
2025-04-17T19:03:10.822464 -
Prestartup times for custom nodes:
2025-04-17T19:03:10.822464 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI-Easy-Use
2025-04-17T19:03:10.822464 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\rgthree-comfy
2025-04-17T19:03:10.822464 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI-Marigold
2025-04-17T19:03:10.822464 - 4.6 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI-Manager
2025-04-17T19:03:10.822464 -
2025-04-17T19:03:12.089135 - Checkpoint files will always be loaded safely.
2025-04-17T19:03:12.269571 - Total VRAM 16303 MB, total RAM 48489 MB
2025-04-17T19:03:12.269571 - pytorch version: 2.8.0.dev20250415+cu128
2025-04-17T19:03:12.269571 - Enabled fp16 accumulation.
2025-04-17T19:03:12.269571 - Set vram state to: HIGH_VRAM
2025-04-17T19:03:12.270581 - Device: cuda:0 NVIDIA GeForce RTX 5080 : cudaMallocAsync
2025-04-17T19:03:13.354499 - Using pytorch attention
2025-04-17T19:03:13.900610 - Python version: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
2025-04-17T19:03:13.900610 - ComfyUI version: 0.3.28
2025-04-17T19:03:14.036461 - ComfyUI frontend version: 1.15.13
2025-04-17T19:03:14.037156 - [Prompt Server] web root: G:\ComfyUIqiuye\python\lib\site-packages\comfyui_frontend_package\static
2025-04-17T19:03:14.506870 - [AnimateDiffEvo] - ERROR - No motion models found. Please download one and place in: ['G:\\ComfyUIqiuye\\custom_nodes\\ComfyUI-AnimateDiff-Evolved\\models', 'G:\\ComfyUIqiuye\\models\\animatediff_models']
2025-04-17T19:03:14.523089 - [Crystools INFO] Crystools version: 1.22.1
2025-04-17T19:03:14.548094 - [Crystools INFO] CPU: Intel(R) Core(TM) Ultra 7 265K - Arch: AMD64 - OS: Windows 10
2025-04-17T19:03:14.555101 - [Crystools INFO] Pynvml (Nvidia) initialized.
2025-04-17T19:03:14.556605 - [Crystools INFO] GPU/s:
2025-04-17T19:03:14.574712 - [Crystools INFO] 0) NVIDIA GeForce RTX 5080
2025-04-17T19:03:14.574712 - [Crystools INFO] NVIDIA Driver: 576.02
2025-04-17T19:03:14.732780 - Module 'diffusers' load failed. If you don't have it installed, do it:2025-04-17T19:03:14.732780 -
2025-04-17T19:03:14.732780 - pip install diffusers2025-04-17T19:03:14.732780 -
2025-04-17T19:03:14.975507 - [ComfyUI-Easy-Use] server: v1.3.0 Loaded2025-04-17T19:03:14.975507 -
2025-04-17T19:03:14.975507 - [ComfyUI-Easy-Use] web root: G:\ComfyUIqiuye\custom_nodes\ComfyUI-Easy-Use\web_version/v2 Loaded2025-04-17T19:03:14.975507 -
2025-04-17T19:03:14.978506 - ### Loading: ComfyUI-Impact-Pack (V8.11)2025-04-17T19:03:14.978506 -
2025-04-17T19:03:15.077335 - [Impact Pack] Wildcards loading done.2025-04-17T19:03:15.077335 -
2025-04-17T19:03:15.078343 - ### Loading: ComfyUI-Inspire-Pack (V1.18)
2025-04-17T19:03:15.130968 - Total VRAM 16303 MB, total RAM 48489 MB
2025-04-17T19:03:15.130968 - pytorch version: 2.8.0.dev20250415+cu128
2025-04-17T19:03:15.130968 - Enabled fp16 accumulation.
2025-04-17T19:03:15.130968 - Set vram state to: HIGH_VRAM
2025-04-17T19:03:15.130968 - Device: cuda:0 NVIDIA GeForce RTX 5080 : cudaMallocAsync
2025-04-17T19:03:15.168489 - ### Loading: ComfyUI-Manager (V3.31.10)
2025-04-17T19:03:15.168489 - [ComfyUI-Manager] network_mode: public
2025-04-17T19:03:15.268588 - ### ComfyUI Version: v0.3.28-9-g1fc00ba4 | Released on '2025-04-16'
2025-04-17T19:03:15.734677 - Traceback (most recent call last):
File "G:\ComfyUIqiuye\nodes.py", line 2153, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "G:\ComfyUIqiuye\custom_nodes\ComfyUI-Marigold\__init__.py", line 1, in
from .nodes import MarigoldDepthEstimation, MarigoldDepthEstimationVideo, ColorizeDepthmap, SaveImageOpenEXR, RemapDepth
File "G:\ComfyUIqiuye\custom_nodes\ComfyUI-Marigold\nodes.py", line 8, in
from .marigold.model.marigold_pipeline import MarigoldPipeline
File "G:\ComfyUIqiuye\custom_nodes\ComfyUI-Marigold\marigold\model\marigold_pipeline.py", line 9, in
from diffusers import (
File "G:\ComfyUIqiuye\python\lib\site-packages\diffusers\__init__.py", line 5, in
from .utils import (
File "G:\ComfyUIqiuye\python\lib\site-packages\diffusers\utils\__init__.py", line 43, in
from .hub_utils import (
File "G:\ComfyUIqiuye\python\lib\site-packages\diffusers\utils\hub_utils.py", line 27, in
from huggingface_hub import (
ImportError: cannot import name 'DDUFEntry' from 'huggingface_hub' (G:\ComfyUIqiuye\python\lib\site-packages\huggingface_hub\__init__.py)

2025-04-17T19:03:15.734677 - Cannot import G:\ComfyUIqiuye\custom_nodes\ComfyUI-Marigold module for custom nodes: cannot import name 'DDUFEntry' from 'huggingface_hub' (G:\ComfyUIqiuye\python\lib\site-packages\huggingface_hub\__init__.py)
2025-04-17T19:03:15.741677 - Traceback (most recent call last):
File "G:\ComfyUIqiuye\nodes.py", line 2153, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "G:\ComfyUIqiuye\custom_nodes\ComfyUI-TeaCache\__init__.py", line 2, in
from .nodes_diffusers import NODE_CLASS_MAPPINGS as DIFFUSERS_NODE_CLASS, NODE_DISPLAY_NAME_MAPPINGS as DIFFUSERS_NODES_DISPLAY
File "G:\ComfyUIqiuye\custom_nodes\ComfyUI-TeaCache\nodes_diffusers.py", line 6, in
from diffusers.models.modeling_outputs import Transformer2DModelOutput
File "G:\ComfyUIqiuye\python\lib\site-packages\diffusers\__init__.py", line 5, in
from .utils import (
File "G:\ComfyUIqiuye\python\lib\site-packages\diffusers\utils\__init__.py", line 43, in
from .hub_utils import (
File "G:\ComfyUIqiuye\python\lib\site-packages\diffusers\utils\hub_utils.py", line 27, in
from huggingface_hub import (
ImportError: cannot import name 'DDUFEntry' from 'huggingface_hub' (G:\ComfyUIqiuye\python\lib\site-packages\huggingface_hub\__init__.py)

2025-04-17T19:03:15.741677 - Cannot import G:\ComfyUIqiuye\custom_nodes\ComfyUI-TeaCache module for custom nodes: cannot import name 'DDUFEntry' from 'huggingface_hub' (G:\ComfyUIqiuye\python\lib\site-packages\huggingface_hub\__init__.py)
2025-04-17T19:03:15.743687 - (pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider2025-04-17T19:03:15.743687 -
2025-04-17T19:03:15.743687 - (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider2025-04-17T19:03:15.743687 -
2025-04-17T19:03:15.794377 - Workspace manager - Openning file hash dict2025-04-17T19:03:15.794377 -
2025-04-17T19:03:15.794377 - 🦄🦄Loading: Workspace Manager (V2.1.0)2025-04-17T19:03:15.794377 -
2025-04-17T19:03:16.040252 - ------------------------------------------2025-04-17T19:03:16.041252 -
2025-04-17T19:03:16.041252 - Comfyroll Studio v1.76 :  175 Nodes Loaded2025-04-17T19:03:16.041252 -
2025-04-17T19:03:16.041252 - ------------------------------------------2025-04-17T19:03:16.041252 -
2025-04-17T19:03:16.041252 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2025-04-17T19:03:16.041252 -
2025-04-17T19:03:16.041252 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2025-04-17T19:03:16.041252 -
2025-04-17T19:03:16.041252 - ------------------------------------------2025-04-17T19:03:16.041252 -
2025-04-17T19:03:16.048496 - [G:\ComfyUIqiuye\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: G:\ComfyUIqiuye\custom_nodes\comfyui_controlnet_aux\ckpts
2025-04-17T19:03:16.048496 - [G:\ComfyUIqiuye\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False
2025-04-17T19:03:16.048496 - [G:\ComfyUIqiuye\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
2025-04-17T19:03:16.062767 - DWPose: Onnxruntime with acceleration providers detected2025-04-17T19:03:16.062767 -
2025-04-17T19:03:16.318587 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-04-17T19:03:16.568597 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-04-17T19:03:16.775045 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-04-17T19:03:17.216056 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-04-17T19:03:17.273006 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-04-17T19:03:18.056905 - 
### [START] ComfyUI AlekPet Nodes v1.0.59 ###2025-04-17T19:03:18.056905 -
2025-04-17T19:03:18.056905 - Node -> ArgosTranslateNode: ArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode [Loading]2025-04-17T19:03:18.056905 -
2025-04-17T19:03:18.056905 - Node -> ChatGLMNode: ChatGLM4TranslateCLIPTextEncodeNode, ChatGLM4TranslateTextNode, ChatGLM4InstructNode, ChatGLM4InstructMediaNode [Loading]2025-04-17T19:03:18.056905 -
2025-04-17T19:03:18.056905 - Node -> DeepLXTranslateNode: DeepLXTranslateCLIPTextEncodeNode, DeepLXTranslateTextNode [Failed]2025-04-17T19:03:18.056905 -
2025-04-17T19:03:18.056905 - Node -> DeepTranslatorNode: DeepTranslatorCLIPTextEncodeNode, DeepTranslatorTextNode [Loading]2025-04-17T19:03:18.056905 -
2025-04-17T19:03:18.056905 - Node -> ExtrasNode: PreviewTextNode, HexToHueNode, ColorsCorrectNode [Loading]2025-04-17T19:03:18.056905 -
2025-04-17T19:03:18.056905 - Node -> GoogleTranslateNode: GoogleTranslateCLIPTextEncodeNode, GoogleTranslateTextNode [Loading]2025-04-17T19:03:18.056905 -
2025-04-17T19:03:18.056905 - Node -> IDENode: IDENode [Loading]2025-04-17T19:03:18.056905 -
2025-04-17T19:03:18.056905 - Node -> PainterNode: PainterNode [Loading]2025-04-17T19:03:18.056905 -
2025-04-17T19:03:18.056905 - Node -> PoseNode: PoseNode [Loading]2025-04-17T19:03:18.056905 -
2025-04-17T19:03:18.056905 - 
* Nodes have been temporarily disabled due to the error *
DeepLXTranslateNode -> Error path to 'Golang (Go)' not exists: G:\ComfyUIqiuye\custom_nodes\ComfyUI_Custom_Nodes_AlekPet\DeepLXTranslateNode\go\bin 
2025-04-17T19:03:18.056905 -
2025-04-17T19:03:18.056905 - ### [END] ComfyUI AlekPet Nodes ###2025-04-17T19:03:18.056905 -
2025-04-17T19:03:18.068280 - Note: NumExpr detected 20 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8.
2025-04-17T19:03:18.068280 - NumExpr defaulting to 8 threads.
2025-04-17T19:03:18.464612 - FizzleDorf Custom Nodes: Loaded2025-04-17T19:03:18.464612 -
2025-04-17T19:03:18.537644 -
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!2025-04-17T19:03:18.537644 -
2025-04-17T19:03:18.539643 - Patching UNetModel.forward2025-04-17T19:03:18.540644 -
2025-04-17T19:03:18.540644 - UNetModel.forward has been successfully patched.2025-04-17T19:03:18.540644 -
2025-04-17T19:03:18.546049 - [Power Noise Suite]: 🦚🦚🦚 Squeaa-squee!!! 🦚🦚🦚2025-04-17T19:03:18.547050 -
2025-04-17T19:03:18.547050 - [Power Noise Suite]: Tamed 11 wild nodes.2025-04-17T19:03:18.547050 -
2025-04-17T19:03:18.569153 -
2025-04-17T19:03:18.569153 - [rgthree-comfy] Loaded 42 epic nodes. 🎉2025-04-17T19:03:18.569153 -
2025-04-17T19:03:18.569153 -
2025-04-17T19:03:18.585764 - WeiLin-Comfyui-Tools ==> 所有依赖项已安装。2025-04-17T19:03:18.585764 -
2025-04-17T19:03:18.606496 - ======== WeiLin插件服务已启动 ========2025-04-17T19:03:18.606496 -
2025-04-17T19:03:18.606496 - ======== WeiLin Server Init ========2025-04-17T19:03:18.606496 -
2025-04-17T19:03:18.607503 -
Import times for custom nodes:
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\AIGODLIKE-ComfyUI-Translation
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\websocket_image_save.py
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI_TiledKSampler
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\ControlNet-LLLite-ComfyUI
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\FreeU_Advanced
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI-WD14-Tagger
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI_SLK_joy_caption_two
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\PowerNoiseSuite
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\images-grid-comfy-plugin
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI_experiments
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\stability-ComfyUI-nodes
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI_UltimateSDUpscale
2025-04-17T19:03:18.607503 - 0.0 seconds (IMPORT FAILED): G:\ComfyUIqiuye\custom_nodes\ComfyUI-TeaCache
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI-Custom-Scripts
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI-Advanced-ControlNet
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI_IPAdapter_plus
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\rgthree-comfy
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI-AnimateDiff-Evolved
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\WeiLin-Comfyui-Tools
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\comfyui_controlnet_aux
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\efficiency-nodes-comfyui
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI-KJNodes
2025-04-17T19:03:18.607503 - 0.0 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI-Inspire-Pack
2025-04-17T19:03:18.607503 - 0.1 seconds: G:\ComfyUIqiuye\custom_nodes\comfyui-workspace-manager
2025-04-17T19:03:18.607503 - 0.1 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI-Crystools
2025-04-17T19:03:18.607503 - 0.1 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI-Impact-Pack
2025-04-17T19:03:18.607503 - 0.2 seconds (IMPORT FAILED): G:\ComfyUIqiuye\custom_nodes\ComfyUI-Marigold
2025-04-17T19:03:18.607503 - 0.2 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2025-04-17T19:03:18.607503 - 0.4 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI-Manager
2025-04-17T19:03:18.607503 - 0.4 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI-Easy-Use
2025-04-17T19:03:18.607503 - 0.4 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI_FizzNodes
2025-04-17T19:03:18.607503 - 2.0 seconds: G:\ComfyUIqiuye\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2025-04-17T19:03:18.607503 -
2025-04-17T19:03:18.644799 - Starting server

2025-04-17T19:03:18.645826 - To see the GUI go to: http://127.0.0.1:8188
2025-04-17T19:03:24.794206 - FETCH ComfyRegistry Data: 5/822025-04-17T19:03:24.794206 -
2025-04-17T19:03:32.987036 - FETCH ComfyRegistry Data: 10/822025-04-17T19:03:32.987036 -
2025-04-17T19:03:34.862844 - got prompt
2025-04-17T19:03:34.878601 - Using pytorch attention in VAE
2025-04-17T19:03:34.879602 - Using pytorch attention in VAE
2025-04-17T19:03:35.028662 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2025-04-17T19:03:35.103573 - model weight dtype torch.float8_e4m3fn, manual cast: torch.float16
2025-04-17T19:03:35.103573 - model_type FLUX
2025-04-17T19:03:41.043146 - FETCH ComfyRegistry Data: 15/822025-04-17T19:03:41.043146 -
2025-04-17T19:03:44.775686 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2025-04-17T19:03:44.831787 - clip missing: ['text_projection.weight']
2025-04-17T19:03:45.650821 - Token indices sequence length is longer than the specified maximum sequence length for this model (100 > 77). Running this sequence through the model will result in indexing errors
2025-04-17T19:03:45.651820 - Requested to load FluxClipModel_
2025-04-17T19:03:47.419454 - !!! Exception during processing !!! Allocation on device
2025-04-17T19:03:47.421572 - Traceback (most recent call last):
File "G:\ComfyUIqiuye\execution.py", line 345, 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 "G:\ComfyUIqiuye\execution.py", line 220, 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 "G:\ComfyUIqiuye\execution.py", line 192, in _map_node_over_list
process_inputs(input_dict, i)
File "G:\ComfyUIqiuye\execution.py", line 181, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "G:\ComfyUIqiuye\nodes.py", line 69, in encode
return (clip.encode_from_tokens_scheduled(tokens), )
File "G:\ComfyUIqiuye\comfy\sd.py", line 154, in encode_from_tokens_scheduled
pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)
File "G:\ComfyUIqiuye\comfy\sd.py", line 215, in encode_from_tokens
self.load_model()
File "G:\ComfyUIqiuye\comfy\sd.py", line 248, in load_model
model_management.load_model_gpu(self.patcher)
File "G:\ComfyUIqiuye\comfy\model_management.py", line 630, in load_model_gpu
return load_models_gpu([model])
File "G:\ComfyUIqiuye\comfy\model_management.py", line 625, in load_models_gpu
loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)
File "G:\ComfyUIqiuye\comfy\model_management.py", line 444, in model_load
self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)
File "G:\ComfyUIqiuye\comfy\model_management.py", line 473, in model_use_more_vram
return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
File "G:\ComfyUIqiuye\comfy\model_patcher.py", line 832, in partially_load
raise e
File "G:\ComfyUIqiuye\comfy\model_patcher.py", line 829, in partially_load
self.load(device_to, lowvram_model_memory=current_used + extra_memory, force_patch_weights=force_patch_weights, full_load=full_load)
File "G:\ComfyUIqiuye\comfy\model_patcher.py", line 670, in load
x[2].to(device_to)
File "G:\ComfyUIqiuye\python\lib\site-packages\torch\nn\modules\module.py", line 1355, in to
return self._apply(convert)
File "G:\ComfyUIqiuye\python\lib\site-packages\torch\nn\modules\module.py", line 942, in _apply
param_applied = fn(param)
File "G:\ComfyUIqiuye\python\lib\site-packages\torch\nn\modules\module.py", line 1341, in convert
return t.to(
torch.OutOfMemoryError: Allocation on device

2025-04-17T19:03:47.422577 - Got an OOM, unloading all loaded models.
2025-04-17T19:03:47.422577 - Prompt executed in 12.56 seconds
2025-04-17T19:03:49.183034 - FETCH ComfyRegistry Data: 20/822025-04-17T19:03:49.183034 -
2025-04-17T19:03:57.292175 - FETCH ComfyRegistry Data: 25/822025-04-17T19:03:57.292707 -
2025-04-17T19:04:05.196782 - FETCH ComfyRegistry Data: 30/822025-04-17T19:04:05.196782 -
2025-04-17T19:04:13.796718 - FETCH ComfyRegistry Data: 35/822025-04-17T19:04:13.796718 -
2025-04-17T19:04:21.654862 - FETCH ComfyRegistry Data: 40/822025-04-17T19:04:21.654862 -
2025-04-17T19:04:29.708715 - FETCH ComfyRegistry Data: 45/822025-04-17T19:04:29.708715 -
2025-04-17T19:04:37.856122 - FETCH ComfyRegistry Data: 50/822025-04-17T19:04:37.856122 -
2025-04-17T19:04:46.022427 - FETCH ComfyRegistry Data: 55/822025-04-17T19:04:46.022427 -
2025-04-17T19:04:54.092654 - FETCH ComfyRegistry Data: 60/822025-04-17T19:04:54.092654 -
2025-04-17T19:05:02.203646 - FETCH ComfyRegistry Data: 65/822025-04-17T19:05:02.203646 -
2025-04-17T19:05:10.093306 - FETCH ComfyRegistry Data: 70/822025-04-17T19:05:10.093306 -
2025-04-17T19:05:17.988298 - FETCH ComfyRegistry Data: 75/822025-04-17T19:05:17.988298 -
2025-04-17T19:05:25.991282 - FETCH ComfyRegistry Data: 80/822025-04-17T19:05:25.991282 -
2025-04-17T19:05:27.002621 - got prompt
2025-04-17T19:05:27.009663 - Requested to load FluxClipModel_
2025-04-17T19:05:28.669768 - !!! Exception during processing !!! Allocation on device
2025-04-17T19:05:28.670778 - Traceback (most recent call last):
File "G:\ComfyUIqiuye\execution.py", line 345, 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 "G:\ComfyUIqiuye\execution.py", line 220, 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 "G:\ComfyUIqiuye\execution.py", line 192, in _map_node_over_list
process_inputs(input_dict, i)
File "G:\ComfyUIqiuye\execution.py", line 181, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "G:\ComfyUIqiuye\nodes.py", line 69, in encode
return (clip.encode_from_tokens_scheduled(tokens), )
File "G:\ComfyUIqiuye\comfy\sd.py", line 154, in encode_from_tokens_scheduled
pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)
File "G:\ComfyUIqiuye\comfy\sd.py", line 215, in encode_from_tokens
self.load_model()
File "G:\ComfyUIqiuye\comfy\sd.py", line 248, in load_model
model_management.load_model_gpu(self.patcher)
File "G:\ComfyUIqiuye\comfy\model_management.py", line 630, in load_model_gpu
return load_models_gpu([model])
File "G:\ComfyUIqiuye\comfy\model_management.py", line 625, in load_models_gpu
loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)
File "G:\ComfyUIqiuye\comfy\model_management.py", line 444, in model_load
self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)
File "G:\ComfyUIqiuye\comfy\model_management.py", line 473, in model_use_more_vram
return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
File "G:\ComfyUIqiuye\comfy\model_patcher.py", line 832, in partially_load
raise e
File "G:\ComfyUIqiuye\comfy\model_patcher.py", line 829, in partially_load
self.load(device_to, lowvram_model_memory=current_used + extra_memory, force_patch_weights=force_patch_weights, full_load=full_load)
File "G:\ComfyUIqiuye\comfy\model_patcher.py", line 670, in load
x[2].to(device_to)
File "G:\ComfyUIqiuye\python\lib\site-packages\torch\nn\modules\module.py", line 1355, in to
return self._apply(convert)
File "G:\ComfyUIqiuye\python\lib\site-packages\torch\nn\modules\module.py", line 942, in _apply
param_applied = fn(param)
File "G:\ComfyUIqiuye\python\lib\site-packages\torch\nn\modules\module.py", line 1341, in convert
return t.to(
torch.OutOfMemoryError: Allocation on device

2025-04-17T19:05:28.670778 - Got an OOM, unloading all loaded models.
2025-04-17T19:05:28.670778 - Prompt executed in 1.67 seconds
2025-04-17T19:05:29.440453 - FETCH ComfyRegistry Data [DONE]2025-04-17T19:05:29.440453 -
2025-04-17T19:05:29.538986 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-04-17T19:05:29.561979 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-04-17T19:05:29.561979 - 2025-04-17T19:05:31.248631 - [DONE]2025-04-17T19:05:31.248631 -
2025-04-17T19:05:31.310821 - [ComfyUI-Manager] All startup tasks have been completed.
2025-04-17T19:19:51.749005 - got prompt
2025-04-17T19:19:51.756034 - Requested to load FluxClipModel_
2025-04-17T19:19:53.877936 - !!! Exception during processing !!! Allocation on device
2025-04-17T19:19:53.879937 - Traceback (most recent call last):
File "G:\ComfyUIqiuye\execution.py", line 345, 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 "G:\ComfyUIqiuye\execution.py", line 220, 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 "G:\ComfyUIqiuye\execution.py", line 192, in _map_node_over_list
process_inputs(input_dict, i)
File "G:\ComfyUIqiuye\execution.py", line 181, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "G:\ComfyUIqiuye\nodes.py", line 69, in encode
return (clip.encode_from_tokens_scheduled(tokens), )
File "G:\ComfyUIqiuye\comfy\sd.py", line 154, in encode_from_tokens_scheduled
pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)
File "G:\ComfyUIqiuye\comfy\sd.py", line 215, in encode_from_tokens
self.load_model()
File "G:\ComfyUIqiuye\comfy\sd.py", line 248, in load_model
model_management.load_model_gpu(self.patcher)
File "G:\ComfyUIqiuye\comfy\model_management.py", line 630, in load_model_gpu
return load_models_gpu([model])
File "G:\ComfyUIqiuye\comfy\model_management.py", line 625, in load_models_gpu
loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)
File "G:\ComfyUIqiuye\comfy\model_management.py", line 444, in model_load
self.model_use_more_vram(use_more_vram, force_patch_weights=force_patch_weights)
File "G:\ComfyUIqiuye\comfy\model_management.py", line 473, in model_use_more_vram
return self.model.partially_load(self.device, extra_memory, force_patch_weights=force_patch_weights)
File "G:\ComfyUIqiuye\comfy\model_patcher.py", line 832, in partially_load
raise e
File "G:\ComfyUIqiuye\comfy\model_patcher.py", line 829, in partially_load
self.load(device_to, lowvram_model_memory=current_used + extra_memory, force_patch_weights=force_patch_weights, full_load=full_load)
File "G:\ComfyUIqiuye\comfy\model_patcher.py", line 670, in load
x[2].to(device_to)
File "G:\ComfyUIqiuye\python\lib\site-packages\torch\nn\modules\module.py", line 1355, in to
return self._apply(convert)
File "G:\ComfyUIqiuye\python\lib\site-packages\torch\nn\modules\module.py", line 942, in _apply
param_applied = fn(param)
File "G:\ComfyUIqiuye\python\lib\site-packages\torch\nn\modules\module.py", line 1341, in convert
return t.to(
torch.OutOfMemoryError: Allocation on device

2025-04-17T19:19:53.879937 - Got an OOM, unloading all loaded models.
2025-04-17T19:19:53.880937 - Prompt executed in 2.13 seconds

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

{"id":"25ed41f8-c95e-43b8-aa7c-e2fac04e90ef","revision":0,"last_node_id":240,"last_link_id":356,"nodes":[{"id":223,"type":"RandomNoise","pos":[-6601,1852],"size":[333.9759826660156,82],"flags":{"collapsed":false},"order":0,"mode":0,"inputs":[],"outputs":[{"label":"噪波生成","localized_name":"噪波","name":"NOISE","shape":3,"type":"NOISE","links":[313]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.28","Node name for S&R":"RandomNoise"},"widgets_values":[483740069758383,"randomize"]},{"id":8,"type":"VAEDecode","pos":[-5781,1861],"size":[210,46],"flags":{"collapsed":true},"order":12,"mode":0,"inputs":[{"label":"Latent","localized_name":"Latent","name":"samples","type":"LATENT","link":328},{"label":"VAE","localized_name":"vae","name":"vae","type":"VAE","link":344}],"outputs":[{"label":"图像","localized_name":"图像","name":"IMAGE","type":"IMAGE","slot_index":0,"links":[179]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.28","Node name for S&R":"VAEDecode"},"widgets_values":[]},{"id":226,"type":"KSamplerSelect","pos":[-6400,2056],"size":[315,58],"flags":{"collapsed":true},"order":1,"mode":0,"inputs":[],"outputs":[{"label":"采样器","localized_name":"采样器","name":"SAMPLER","shape":3,"type":"SAMPLER","links":[321]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.28","Node name for S&R":"KSamplerSelect"},"widgets_values":["euler"]},{"id":224,"type":"BasicGuider","pos":[-6591,2054],"size":[241.79998779296875,46],"flags":{"collapsed":true},"order":10,"mode":0,"inputs":[{"label":"模型","localized_name":"模型","name":"model","type":"MODEL","link":351},{"label":"条件","localized_name":"条件","name":"conditioning","type":"CONDITIONING","link":356}],"outputs":[{"label":"引导","localized_name":"引导器","name":"GUIDER","shape":3,"type":"GUIDER","links":[315]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.28","Node name for S&R":"BasicGuider"},"widgets_values":[]},{"id":225,"type":"BasicScheduler","pos":[-6497,2007],"size":[315,106],"flags":{"collapsed":true},"order":8,"mode":0,"inputs":[{"label":"模型","localized_name":"模型","name":"model","type":"MODEL","link":352}],"outputs":[{"label":"Sigmas","localized_name":"Sigmas","name":"SIGMAS","shape":3,"type":"SIGMAS","links":[319]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.28","Node name for S&R":"BasicScheduler"},"widgets_values":["simple",20,1]},{"id":128,"type":"SaveImage","pos":[-5613,1831],"size":[646.5277099609375,1050.5064697265625],"flags":{},"order":13,"mode":0,"inputs":[{"label":"图像","localized_name":"图片","name":"images","type":"IMAGE","link":179}],"outputs":[],"properties":{"cnr_id":"comfy-core","ver":"0.3.28","Node name for S&R":"SaveImage"},"widgets_values":["MoYou"]},{"id":222,"type":"SamplerCustomAdvanced","pos":[-6198,1845],"size":[316.15887451171875,126.73894500732422],"flags":{"collapsed":false},"order":11,"mode":0,"inputs":[{"label":"噪波生成","localized_name":"噪波","name":"noise","type":"NOISE","link":313},{"label":"引导","localized_name":"引导器","name":"guider","type":"GUIDER","link":315},{"label":"采样器","localized_name":"采样器","name":"sampler","type":"SAMPLER","link":321},{"label":"Sigmas","localized_name":"西格玛","name":"sigmas","type":"SIGMAS","link":319},{"label":"Latent","localized_name":"Latent图像","name":"latent_image","type":"LATENT","link":333}],"outputs":[{"label":"输出","localized_name":"Latent","name":"output","shape":3,"type":"LATENT","slot_index":0,"links":[]},{"label":"降噪输出","localized_name":"降噪Latent","name":"denoised_output","shape":3,"type":"LATENT","slot_index":1,"links":[328]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.28","Node name for S&R":"SamplerCustomAdvanced"},"widgets_values":[]},{"id":231,"type":"UNETLoader","pos":[-7494,1849],"size":[319.5830993652344,84.25630187988281],"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"label":"模型","localized_name":"模型","name":"MODEL","shape":3,"type":"MODEL","slot_index":0,"links":[350]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.28","Node name for S&R":"UNETLoader"},"widgets_values":["flux1-dev-fp8.safetensors","fp8_e4m3fn"]},{"id":229,"type":"VAELoader","pos":[-7487,2141],"size":[315,58],"flags":{"collapsed":false},"order":3,"mode":0,"inputs":[],"outputs":[{"localized_name":"VAE","name":"VAE","shape":3,"type":"VAE","slot_index":0,"links":[344]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.28","Node name for S&R":"VAELoader"},"widgets_values":["ae.safetensors"]},{"id":233,"type":"EmptyLatentImage","pos":[-6599,2117],"size":[335.5332336425781,106],"flags":{"collapsed":false},"order":4,"mode":0,"inputs":[],"outputs":[{"label":"Latent","localized_name":"Latent","name":"LATENT","shape":3,"type":"LATENT","slot_index":0,"links":[333]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.28","Node name for S&R":"EmptyLatentImage"},"widgets_values":[512,512,1]},{"id":239,"type":"LoraLoader","pos":[-7118,1849],"size":[479.065673828125,126],"flags":{},"order":6,"mode":4,"inputs":[{"label":"模型","localized_name":"模型","name":"model","type":"MODEL","link":350},{"label":"CLIP","localized_name":"CLIPCLIP","name":"clip","type":"CLIP","link":353}],"outputs":[{"label":"模型","localized_name":"模型","name":"MODEL","shape":3,"type":"MODEL","slot_index":0,"links":[351,352]},{"label":"CLIP","localized_name":"CLIP","name":"CLIP","shape":3,"type":"CLIP","slot_index":1,"links":[354]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.28","Node name for S&R":"LoraLoader"},"widgets_values":["F.1手指完美修复--写实纤细的细腻感手指_v 1.0_F.1.safetensors",1,1]},{"id":6,"type":"CLIPTextEncode","pos":[-7118,2021],"size":[482.7084045410156,323.88580322265625],"flags":{"collapsed":false},"order":9,"mode":4,"inputs":[{"label":"CLIP","localized_name":"clip","name":"clip","type":"CLIP","link":354}],"outputs":[{"label":"条件","localized_name":"条件","name":"CONDITIONING","type":"CONDITIONING","slot_index":0,"links":[]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.28","Node name for S&R":"CLIPTextEncode"},"widgets_values":["A woman with long, flowing black hair stands poised in a modern, minimalist room. She is dressed in a sophisticated gray business suit, consisting of a tailored blazer and a fitted skirt, complemented by a crisp white blouse. Her posture is confident, with one hand gently touching her hair and the other holding a smartphone, capturing her reflection in the mirror. The room's clean lines and neutral tones provide a stark contrast to her vibrant attire, highlighting her as the focal point of the scene.\n",[false,true]],"color":"#232","bgcolor":"#353"},{"id":228,"type":"DualCLIPLoader","pos":[-7490,1983],"size":[315,130],"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"label":"CLIP","localized_name":"CLIP","name":"CLIP","shape":3,"type":"CLIP","slot_index":0,"links":[353,355]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.28","Node name for S&R":"DualCLIPLoader"},"widgets_values":["clip_l.safetensors","t5xxl_fp8_e4m3fn.safetensors","flux","default"]},{"id":240,"type":"CLIPTextEncode","pos":[-7088.15234375,2413.20166015625],"size":[400,200],"flags":{},"order":7,"mode":0,"inputs":[{"label":"CLIP","localized_name":"clip","name":"clip","type":"CLIP","link":355}],"outputs":[{"label":"条件","localized_name":"条件","name":"CONDITIONING","type":"CONDITIONING","links":[356]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.28","Node name for S&R":"CLIPTextEncode"},"widgets_values":["A woman with long, flowing black hair stands poised in a modern, minimalist room. She is dressed in a sophisticated gray business suit, consisting of a tailored blazer and a fitted skirt, complemented by a crisp white blouse. Her posture is confident, with one hand gently touching her hair and the other holding a smartphone, capturing her reflection in the mirror. The room's clean lines and neutral tones provide a stark contrast to her vibrant attire, highlighting her as the focal point of the scene.",[false,true]]}],"links":[[179,8,0,128,0,"IMAGE"],[313,223,0,222,0,"NOISE"],[315,224,0,222,1,"GUIDER"],[319,225,0,222,3,"SIGMAS"],[321,226,0,222,2,"SAMPLER"],[328,222,1,8,0,"LATENT"],[333,233,0,222,4,"LATENT"],[344,229,0,8,1,"VAE"],[350,231,0,239,0,"MODEL"],[351,239,0,224,0,"MODEL"],[352,239,0,225,0,"MODEL"],[353,228,0,239,1,"CLIP"],[354,239,1,6,0,"CLIP"],[355,228,0,240,0,"CLIP"],[356,240,0,224,1,"CONDITIONING"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.7348300483560869,"offset":[8586.504231770832,-1680.8096423896293]},"workspace_info":{"id":"wxC1h5vj8eSpWJ3w0sbqI","saveLock":false,"cloudID":null,"coverMediaPath":null},"0246.VERSION":[0,0,4]},"version":0.4}

## Additional Context
(Please add any additional context or steps to reproduce the error here)
```

### Other

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.