Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Conflict with for_testing/attention_experiments #85

Open
liulsg opened this issue Jun 4, 2024 · 0 comments
Open

[Bug]: Conflict with for_testing/attention_experiments #85

liulsg opened this issue Jun 4, 2024 · 0 comments

Comments

@liulsg
Copy link

liulsg commented Jun 4, 2024

What happened?

Calling any node in attention_experiments will cause an error at runtime。Disable layerdiffuse to function properly

Steps to reproduce the problem

Call any node in "for_testing/attention_experiments"

What should have happened?

Compatible with the latest test nodes

Commit where the problem happens

ComfyUI:cb8d0eb
ComfyUI-layerdiffuse:4b421cf

Sysinfo

WIN11,NUIDIA:2080TI

Console logs

G:\AI\ComfyUI_M>.\python_miniconda\python.exe -s ComfyUI\main.py --windows-standalone-build
## ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2024-06-04 12:30:02.340966
** Platform: Windows
** Python version: 3.11.8 | packaged by Anaconda, Inc. | (main, Feb 26 2024, 21:34:05) [MSC v.1916 64 bit (AMD64)]
** Python executable: G:\AI\ComfyUI_M\python_miniconda\python.exe
** Log path: G:\AI\ComfyUI_M\comfyui.log

Prestartup times for custom nodes:
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Marigold
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Easy-Use
   0.4 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 22528 MB, total RAM 32662 MB
pytorch version: 2.2.0+cu121
xformers version: 0.0.24
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 2080 Ti : cudaMallocAsync
VAE dtype: torch.float32
Using xformers cross attention
PATH BASENAME <function basename at 0x000001D66B838E00>
REGISTRY DIR G:\AI\ComfyUI_M\output\anynode
ChromaDB Path: G:\AI\ComfyUI_M\output\anynode\chroma_db_default, exists: True
Anonymized telemetry enabled. See                     https://docs.trychroma.com/telemetry for more information.
G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-3D-Pack\lgm\core\attention.py:22: UserWarning: xFormers is available (Attention)
  warnings.warn("xFormers is available (Attention)")
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\dual_transformer_2d.py:20: FutureWarning: `DualTransformer2DModel` is deprecated and will be removed in version 0.29. Importing `DualTransformer2DModel` from `diffusers.models.dual_transformer_2d` is deprecated and this will be removed in a future version. Please use `from diffusers.models.transformers.dual_transformer_2d import DualTransformer2DModel`, instead.
  deprecate("DualTransformer2DModel", "0.29", deprecation_message)
[custom_nodes.comfyui_controlnet_aux] | INFO -> Using ckpts path: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
[custom_nodes.comfyui_controlnet_aux] | INFO -> Using symlinks: False
[custom_nodes.comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
DWPose: Onnxruntime with acceleration providers detected
NumExpr defaulting to 8 threads.
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\transformer_2d.py:20: FutureWarning: `Transformer2DModelOutput` is deprecated and will be removed in version 0.29. Importing `Transformer2DModelOutput` from `diffusers.models.transformer_2d` is deprecated and this will be removed in a future version. Please use `from diffusers.models.transformers.transformer_2d import Transformer2DModelOutput`, instead.
  deprecate("Transformer2DModelOutput", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\transformer_2d.py:25: FutureWarning: `Transformer2DModel` is deprecated and will be removed in version 0.29. Importing `Transformer2DModel` from `diffusers.models.transformer_2d` is deprecated and this will be removed in a future version. Please use `from diffusers.models.transformers.transformer_2d import Transformer2DModel`, instead.
  deprecate("Transformer2DModel", "0.29", deprecation_message)
Total VRAM 22528 MB, total RAM 32662 MB
pytorch version: 2.2.0+cu121
xformers version: 0.0.24
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 2080 Ti : cudaMallocAsync
VAE dtype: torch.float32
use sdp attention as default
keep default attention mode
Comfy-Easy-Use v1.1.8: Loaded
### Loading: ComfyUI-Impact-Pack (V5.10)
### Loading: ComfyUI-Impact-Pack (Subpack: V0.5)
[Impact Pack] Wildcards loading done.
### Loading: ComfyUI-Inspire-Pack (V0.75)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:249: FutureWarning: `AutoencoderTinyBlock` is deprecated and will be removed in version 0.29. Importing `AutoencoderTinyBlock` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AutoencoderTinyBlock`, instead.
  deprecate("AutoencoderTinyBlock", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:254: FutureWarning: `UNetMidBlock2D` is deprecated and will be removed in version 0.29. Importing `UNetMidBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2D`, instead.
  deprecate("UNetMidBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:259: FutureWarning: `UNetMidBlock2DCrossAttn` is deprecated and will be removed in version 0.29. Importing `UNetMidBlock2DCrossAttn` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DCrossAttn`, instead.
  deprecate("UNetMidBlock2DCrossAttn", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:264: FutureWarning: `UNetMidBlock2DSimpleCrossAttn` is deprecated and will be removed in version 0.29. Importing `UNetMidBlock2DSimpleCrossAttn` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DSimpleCrossAttn`, instead.
  deprecate("UNetMidBlock2DSimpleCrossAttn", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:269: FutureWarning: `AttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnDownBlock2D`, instead.
  deprecate("AttnDownBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:274: FutureWarning: `CrossAttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import CrossAttnDownBlock2D`, instead.
  deprecate("CrossAttnDownBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:279: FutureWarning: `DownBlock2D` is deprecated and will be removed in version 0.29. Importing `DownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import DownBlock2D`, instead.
  deprecate("DownBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:284: FutureWarning: `AttnDownEncoderBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnDownEncoderBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnDownEncoderBlock2D`, instead.
  deprecate("AttnDownEncoderBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:289: FutureWarning: `AttnSkipDownBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnSkipDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnSkipDownBlock2D`, instead.
  deprecate("AttnSkipDownBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:294: FutureWarning: `SkipDownBlock2D` is deprecated and will be removed in version 0.29. Importing `SkipDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SkipDownBlock2D`, instead.
  deprecate("SkipDownBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:299: FutureWarning: `ResnetDownsampleBlock2D` is deprecated and will be removed in version 0.29. Importing `ResnetDownsampleBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import ResnetDownsampleBlock2D`, instead.
  deprecate("ResnetDownsampleBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:304: FutureWarning: `SimpleCrossAttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `SimpleCrossAttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnDownBlock2D`, instead.
  deprecate("SimpleCrossAttnDownBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:309: FutureWarning: `KDownBlock2D` is deprecated and will be removed in version 0.29. Importing `KDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KDownBlock2D`, instead.
  deprecate("KDownBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:314: FutureWarning: `KCrossAttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `KCrossAttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KCrossAttnDownBlock2D`, instead.
  deprecate("KCrossAttnDownBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:319: FutureWarning: `AttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnUpBlock2D`, instead.
  deprecate("AttnUpBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:324: FutureWarning: `CrossAttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `CrossAttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import CrossAttnUpBlock2D`, instead.
  deprecate("CrossAttnUpBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:329: FutureWarning: `UpBlock2D` is deprecated and will be removed in version 0.29. Importing `UpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UpBlock2D`, instead.
  deprecate("UpBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:334: FutureWarning: `UpDecoderBlock2D` is deprecated and will be removed in version 0.29. Importing `UpDecoderBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UpDecoderBlock2D`, instead.
  deprecate("UpDecoderBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:339: FutureWarning: `AttnUpDecoderBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnUpDecoderBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnUpDecoderBlock2D`, instead.
  deprecate("AttnUpDecoderBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:344: FutureWarning: `AttnSkipUpBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnSkipUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnSkipUpBlock2D`, instead.
  deprecate("AttnSkipUpBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:349: FutureWarning: `SkipUpBlock2D` is deprecated and will be removed in version 0.29. Importing `SkipUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SkipUpBlock2D`, instead.
  deprecate("SkipUpBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:354: FutureWarning: `ResnetUpsampleBlock2D` is deprecated and will be removed in version 0.29. Importing `ResnetUpsampleBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import ResnetUpsampleBlock2D`, instead.
  deprecate("ResnetUpsampleBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:359: FutureWarning: `SimpleCrossAttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `SimpleCrossAttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnUpBlock2D`, instead.
  deprecate("SimpleCrossAttnUpBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:364: FutureWarning: `KUpBlock2D` is deprecated and will be removed in version 0.29. Importing `KUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KUpBlock2D`, instead.
  deprecate("KUpBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:369: FutureWarning: `KCrossAttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `KCrossAttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KCrossAttnUpBlock2D`, instead.
  deprecate("KCrossAttnUpBlock2D", "0.29", deprecation_message)
G:\AI\ComfyUI_M\python_miniconda\Lib\site-packages\diffusers\models\unet_2d_blocks.py:375: FutureWarning: `KAttentionBlock` is deprecated and will be removed in version 0.29. Importing `KAttentionBlock` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KAttentionBlock`, instead.
  deprecate("KAttentionBlock", "0.29", deprecation_message)
### Loading: ComfyUI-Manager (V2.36)
### ComfyUI Revision: 2223 [cb8d0ebc] | Released on '2024-06-03'
#fix sys.stdout.isatty
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
--------------
 ### Mixlab Nodes: Loaded
LaMaInpainting.available True
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
ClipInterrogator.available True
PromptGenerate.available True
ChinesePrompt.available True
RembgNode_.available True
 --------------
ComfyUI-N-Sidebar is loading...
No 'sb_wf_path' in settings.json. Using default path.
(pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider
(pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider
Workspace manager - Openning file hash dict
### Loading: Workspace Manager (V1.0.0)
------------------------------------------
Comfyroll Studio v1.76 :  175 Nodes Loaded
------------------------------------------
** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki
------------------------------------------
[comfyui_controlnet_aux] | INFO -> Using ckpts path: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
[comfyui_controlnet_aux] | INFO -> Using symlinks: False
[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
### [START] ComfyUI AlekPet Nodes ###
Node -> ArgosTranslateNode [Loading]
Node -> DeepTranslatorNode [Loading]
Node -> ExtrasNode [Loading]
Node -> GoogleTranslateNode [Loading]
Node -> PainterNode [Loading]
Node -> PoseNode [Loading]
### [END] ComfyUI AlekPet Nodes ###
Davemane42 Custom Nodes: Loaded
FizzleDorf Custom Nodes: Loaded
# 😺dzNodes: LayerStyle -> Warning: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_LayerStyle\resource_dir.ini not found, default directory to be used.
# 😺dzNodes: LayerStyle -> Find 1 LUTs in G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_LayerStyle\lut
# 😺dzNodes: LayerStyle -> Find 1 Fonts in G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_LayerStyle\font
[comfy_mtb] | INFO -> loaded 76 nodes successfuly
[comfy_mtb] | INFO -> Some nodes (2) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!
Efficiency Nodes Warning: Failed to import python package 'simpleeval'; related nodes disabled.

Using xformers cross attention
Total VRAM 22528 MB, total RAM 32662 MB
xformers version: 0.0.24
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 2080 Ti : cudaMallocAsync
VAE dtype: torch.float32
Started worker with PID 9152
 ComfyUI  Fooocus Nodes  : loaded
Please 'pip install apex'

[rgthree] Loaded 39 epic nodes.
[rgthree] Will use rgthree's optimized recursive execution.

WAS Node Suite: BlenderNeko's Advanced CLIP Text Encode found, attempting to enable `CLIPTextEncode` support.
WAS Node Suite: `CLIPTextEncode (BlenderNeko Advanced + NSP)` node enabled under `WAS Suite/Conditioning` menu.
WAS Node Suite: OpenCV Python FFMPEG support is enabled
WAS Node Suite Warning: `ffmpeg_bin_path` is not set in `G:\AI\ComfyUI_M\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.
WAS Node Suite: Finished. Loaded 214 nodes successfully.

        "Don't be pushed around by the fears in your mind. Be led by the dreams in your heart." - Roy T. Bennett


Import times for custom nodes:
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\websocket_image_save.py
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-TCD
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Photopea
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\AIGODLIKE-COMFYUI-TRANSLATION
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-HyperSDXL1StepUnetScheduler
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\sdxl_prompt_styler
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-ZeroShot-MTrans
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfyUI_TJ_NormalLighting
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_Noise
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\cg-use-everywhere
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfyui-tooling-nodes
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-ResAdapter
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-N-Sidebar
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_VisualStylePrompting
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Gemini
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_InstantID
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_Dave_CustomNode
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-IC-Light
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-ELLA
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_FizzNodes
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_essentials
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfyui-inpaint-nodes
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\Steerable-Motion
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfyui-browser
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-KJNodes
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-FLATTEN
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfyui-sixgod_prompt
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-BrushNet
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-layerdiffuse
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Geowizard
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-InstanceDiffusion
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Marigold
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfyui_controlnet_aux
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\AIGODLIKE-ComfyUI-Studio
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\efficiency-nodes-comfyui
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_ExtraModels
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Champ
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-depth-fm
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-SUPIR
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-CameraCtrl-Wrapper
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-TrackingNodes
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfyui-workspace-manager
   0.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Qwen-VL-API
   0.1 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_TensorRT
   0.1 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfy_mtb
   0.1 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
   0.1 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis
   0.1 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Easy-Use
   0.1 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\Fooocus_Nodes
   0.1 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\PuLID_ComfyUI
   0.1 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Anyline
   0.1 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools
   0.1 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
   0.1 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
   0.2 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_LayerStyle
   0.3 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-AudioScheduler
   0.7 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-AniPortrait
   0.7 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Manager
   0.9 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-DiffBIR
   1.2 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfyui-mixlab-nodes
   1.4 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-MotionCtrl
   1.8 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-3D-Pack
   2.5 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\anynode
   3.0 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\was-node-suite-comfyui
   4.8 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfyui-ollama
  14.5 seconds: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet

https_key OK:  G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfyui-mixlab-nodes\https\certificate.crt G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfyui-mixlab-nodes\https\private.key




Starting server
To see the GUI go to: http://127.0.0.1:8188
To see the GUI go to: https://127.0.0.1:8189
FETCH DATA from: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
# 😺dzNodes: LayerStyle -> Warning: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_LayerStyle\custom_size.ini not found, use default size.
# 😺dzNodes: LayerStyle -> Warning: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_LayerStyle\custom_size.ini not found, use default size.
start_local_llm error
# 😺dzNodes: LayerStyle -> Warning: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_LayerStyle\custom_size.ini not found, use default size.
# 😺dzNodes: LayerStyle -> Warning: G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI_LayerStyle\custom_size.ini not found, use default size.
#read_workflow_json_files_all G:\AI\ComfyUI_M\ComfyUI\custom_nodes\comfyui-mixlab-nodes\app\
got prompt
[rgthree] Using rgthree's optimized recursive execution.
[rgthree] First run patching recursive_output_delete_if_changed and recursive_will_execute.
[rgthree] Note: If execution seems broken due to forward ComfyUI changes, you can disable the optimization from rgthree settings in ComfyUI.
model_type EPS
Using xformers attention in VAE
Using xformers attention in VAE
loaded straight to GPU
Requested to load SDXL
Loading 1 new model
Requested to load SDXLClipModel
Loading 1 new model
!!! Exception during processing!!! 'NoneType' object has no attribute 'shape'
Traceback (most recent call last):
  File "G:\AI\ComfyUI_M\ComfyUI\execution.py", line 151, in recursive_execute
    output_data, output_ui = get_output_data(obj, input_data_all)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "G:\AI\ComfyUI_M\ComfyUI\execution.py", line 81, in get_output_data
    return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "G:\AI\ComfyUI_M\ComfyUI\execution.py", line 74, in map_node_over_list
    results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "G:\AI\ComfyUI_M\ComfyUI\nodes.py", line 58, in encode
    cond, pooled = clip.encode_from_tokens(tokens, return_pooled=True)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "G:\AI\ComfyUI_M\ComfyUI\comfy\sd.py", line 134, in encode_from_tokens
    self.load_model()
  File "G:\AI\ComfyUI_M\ComfyUI\comfy\sd.py", line 154, in load_model
    model_management.load_model_gpu(self.patcher)
  File "G:\AI\ComfyUI_M\ComfyUI\comfy\model_management.py", line 467, in load_model_gpu
    return load_models_gpu([model])
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "G:\AI\ComfyUI_M\ComfyUI\custom_nodes\Fooocus_Nodes\py\modules\patch.py", line 447, in patched_load_models_gpu
    y = comfy.model_management.load_models_gpu_origin(*args, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "G:\AI\ComfyUI_M\ComfyUI\comfy\model_management.py", line 461, in load_models_gpu
    cur_loaded_model = loaded_model.model_load(lowvram_model_memory, force_patch_weights=force_patch_weights)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "G:\AI\ComfyUI_M\ComfyUI\comfy\model_management.py", line 305, in model_load
    raise e
  File "G:\AI\ComfyUI_M\ComfyUI\comfy\model_management.py", line 301, in model_load
    self.real_model = self.model.patch_model(device_to=patch_model_to, patch_weights=load_weights)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "G:\AI\ComfyUI_M\ComfyUI\comfy\model_patcher.py", line 278, in patch_model
    self.patch_weight_to_device(key, device_to)
  File "G:\AI\ComfyUI_M\ComfyUI\comfy\model_patcher.py", line 259, in patch_weight_to_device
    out_weight = self.calculate_weight(self.patches[key], temp_weight, key).to(weight.dtype)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "G:\AI\ComfyUI_M\ComfyUI\custom_nodes\ComfyUI-layerdiffuse\layered_diffusion.py", line 63, in calculate_weight
    w1.shape != weight.shape,
    ^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'shape'

Prompt executed in 6.01 seconds

Workflow json file

{
"last_node_id": 25,
"last_link_id": 49,
"nodes": [
{
"id": 7,
"type": "EmptyLatentImage",
"pos": [
1242,
327
],
"size": {
"0": 315,
"1": 106
},
"flags": {},
"order": 0,
"mode": 0,
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
6,
10
],
"shape": 3,
"slot_index": 0,
"label": "Latent"
}
],
"properties": {
"Node name for S&R": "EmptyLatentImage"
},
"widgets_values": [
1024,
1024,
1
]
},
{
"id": 12,
"type": "KSamplerAdvanced",
"pos": [
1873,
1485
],
"size": {
"0": 315,
"1": 546
},
"flags": {},
"order": 9,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 49,
"label": "模型"
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 17,
"label": "正面条件"
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 18,
"label": "负面条件"
},
{
"name": "latent_image",
"type": "LATENT",
"link": 16,
"slot_index": 3,
"label": "Latent"
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
19
],
"shape": 3,
"slot_index": 0,
"label": "Latent"
}
],
"properties": {
"Node name for S&R": "KSamplerAdvanced"
},
"widgets_values": [
"disable",
42069,
"fixed",
30,
8,
"euler_ancestral",
"exponential",
20,
10000,
"disable"
]
},
{
"id": 6,
"type": "KSamplerAdvanced",
"pos": [
1670,
266
],
"size": {
"0": 315,
"1": 546
},
"flags": {},
"order": 6,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 3,
"label": "模型"
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 4,
"label": "正面条件"
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 5,
"label": "负面条件"
},
{
"name": "latent_image",
"type": "LATENT",
"link": 6,
"slot_index": 3,
"label": "Latent"
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
7
],
"shape": 3,
"slot_index": 0,
"label": "Latent"
}
],
"properties": {
"Node name for S&R": "KSamplerAdvanced"
},
"widgets_values": [
"enable",
42069,
"fixed",
30,
8,
"euler_ancestral",
"exponential",
0,
10000,
"disable"
]
},
{
"id": 4,
"type": "CLIPTextEncode",
"pos": [
731,
266
],
"size": {
"0": 400,
"1": 200
},
"flags": {},
"order": 4,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 45,
"label": "CLIP"
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
4,
17,
22
],
"shape": 3,
"slot_index": 0,
"label": "条件"
}
],
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"a beautiful young woman wearing a sun dress, outdoors, soft dim lighting, portrait, "
],
"color": "#232",
"bgcolor": "#353"
},
{
"id": 5,
"type": "CLIPTextEncode",
"pos": [
730,
510
],
"size": {
"0": 400,
"1": 200
},
"flags": {},
"order": 5,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 46,
"label": "CLIP"
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
5,
18,
23
],
"shape": 3,
"slot_index": 0,
"label": "条件"
}
],
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"blurry, lens_flare, "
],
"color": "#322",
"bgcolor": "#533"
},
{
"id": 10,
"type": "KSamplerAdvanced",
"pos": [
1168,
1478
],
"size": {
"0": 315,
"1": 546
},
"flags": {},
"order": 7,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 13,
"label": "模型"
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 22,
"label": "正面条件"
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 23,
"label": "负面条件"
},
{
"name": "latent_image",
"type": "LATENT",
"link": 10,
"slot_index": 3,
"label": "Latent"
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
16
],
"shape": 3,
"slot_index": 0,
"label": "Latent"
}
],
"properties": {
"Node name for S&R": "KSamplerAdvanced"
},
"widgets_values": [
"enable",
42069,
"fixed",
30,
8,
"euler_ancestral",
"exponential",
0,
20,
"enable"
]
},
{
"id": 20,
"type": "PreviewImage",
"pos": [
2300,
199
],
"size": {
"0": 1026.0538330078125,
"1": 1084.891845703125
},
"flags": {},
"order": 10,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 38,
"label": "图像"
}
],
"properties": {
"Node name for S&R": "PreviewImage"
}
},
{
"id": 21,
"type": "PreviewImage",
"pos": [
3378,
198
],
"size": {
"0": 1118.4775390625,
"1": 1089.9541015625
},
"flags": {},
"order": 12,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 39,
"label": "图像"
}
],
"properties": {
"Node name for S&R": "PreviewImage"
}
},
{
"id": 8,
"type": "VAEDecode",
"pos": [
2018,
267
],
"size": {
"0": 210,
"1": 46
},
"flags": {},
"order": 8,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 7,
"label": "Latent"
},
{
"name": "vae",
"type": "VAE",
"link": 8,
"label": "VAE"
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
38
],
"shape": 3,
"slot_index": 0,
"label": "图像"
}
],
"properties": {
"Node name for S&R": "VAEDecode"
}
},
{
"id": 13,
"type": "VAEDecode",
"pos": [
2233,
1485
],
"size": {
"0": 210,
"1": 46
},
"flags": {},
"order": 11,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 19,
"label": "Latent"
},
{
"name": "vae",
"type": "VAE",
"link": 21,
"label": "VAE"
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
39
],
"shape": 3,
"slot_index": 0,
"label": "图像"
}
],
"properties": {
"Node name for S&R": "VAEDecode"
}
},
{
"id": 25,
"type": "CLIPAttentionMultiply",
"pos": [
176,
391
],
"size": {
"0": 315,
"1": 130
},
"flags": {},
"order": 3,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 44,
"label": "CLIP"
}
],
"outputs": [
{
"name": "CLIP",
"type": "CLIP",
"links": [
45,
46
],
"shape": 3,
"label": "CLIP",
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "CLIPAttentionMultiply"
},
"widgets_values": [
2,
1,
1,
1
]
},
{
"id": 3,
"type": "CheckpointLoaderSimple",
"pos": [
-523,
280
],
"size": {
"0": 512.7980346679688,
"1": 122
},
"flags": {},
"order": 1,
"mode": 0,
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
3,
13,
48
],
"shape": 3,
"slot_index": 0,
"label": "模型"
},
{
"name": "CLIP",
"type": "CLIP",
"links": [
44
],
"shape": 3,
"slot_index": 1,
"label": "CLIP"
},
{
"name": "VAE",
"type": "VAE",
"links": [
8,
21
],
"shape": 3,
"slot_index": 2,
"label": "VAE"
}
],
"properties": {
"Node name for S&R": "CheckpointLoaderSimple"
},
"widgets_values": [
"A-SD\03-SDXL\真实\juggernautXL_v9_V9 + RDPhoto 2.safetensors",
null
]
},
{
"id": 11,
"type": "UNetSelfAttentionMultiply",
"pos": [
1524,
1306
],
"size": {
"0": 315,
"1": 130
},
"flags": {},
"order": 2,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 48,
"label": "模型"
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
49
],
"shape": 3,
"slot_index": 0,
"label": "模型"
}
],
"properties": {
"Node name for S&R": "UNetSelfAttentionMultiply"
},
"widgets_values": [
0.9500000000000001,
0.9500000000000001,
0.9,
0.9
]
}
],
"links": [
[
3,
3,
0,
6,
0,
"MODEL"
],
[
4,
4,
0,
6,
1,
"CONDITIONING"
],
[
5,
5,
0,
6,
2,
"CONDITIONING"
],
[
6,
7,
0,
6,
3,
"LATENT"
],
[
7,
6,
0,
8,
0,
"LATENT"
],
[
8,
3,
2,
8,
1,
"VAE"
],
[
10,
7,
0,
10,
3,
"LATENT"
],
[
13,
3,
0,
10,
0,
"MODEL"
],
[
16,
10,
0,
12,
3,
"LATENT"
],
[
17,
4,
0,
12,
1,
"CONDITIONING"
],
[
18,
5,
0,
12,
2,
"CONDITIONING"
],
[
19,
12,
0,
13,
0,
"LATENT"
],
[
21,
3,
2,
13,
1,
"VAE"
],
[
22,
4,
0,
10,
1,
"CONDITIONING"
],
[
23,
5,
0,
10,
2,
"CONDITIONING"
],
[
38,
8,
0,
20,
0,
"IMAGE"
],
[
39,
13,
0,
21,
0,
"IMAGE"
],
[
44,
3,
1,
25,
0,
"CLIP"
],
[
45,
25,
0,
4,
0,
"CLIP"
],
[
46,
25,
0,
5,
0,
"CLIP"
],
[
48,
3,
0,
11,
0,
"MODEL"
],
[
49,
11,
0,
12,
0,
"MODEL"
]
],
"groups": [],
"config": {},
"extra": {
"ds": {
"scale": 0.3380916604057101,
"offset": [
891.4513350091214,
418.5759760528298
]
}
},
"version": 0.4
}

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant