Comfy-Org / Comfy-Org/ComfyUI

Do not use tensor tuple past sampler

Open
#222 4 comments 0 reactions 0 assignees View on GitHub
User Support
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 6h
Merged PRs (30d)
155

Description

A tuple list is not editable. You cannot add to remove, or dynamically (easily) rebuild it without knowing total tensors and catting them manually by code (which means a whole huge conditional block to handle every possible size in nodes).

After the ksampler, tensors should be converted to a simple `list` of tensors for post processing management. Otherwise you're limited to very basic tensor operations on the whole batch which severely diminishes the continuity of a node system.

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.