Do not use tensor tuple past sampler
Open
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
Assessment
This issue has not been assessed yet.