Stephen Tafoya
Stephen Tafoya
Alright, I have done some digging, I can get terminals to update if I edit the sequences.py and change the following sequences.py (line 86), from `tty_pattern = "/dev/pts[0-9]*"` sequences.py (line...
Another update: I have messed with this for another hour and I have gotten my sequences to update. My Method: ultimately I ended up writing a script that goes through...
The upload button comes from [uploadImage.js](https://github.com/comfyanonymous/ComfyUI/blob/master/web/extensions/core/uploadImage.js) my solution was to use the following inside my `__init__.py` ```python NODE_CLASS_MAPPINGS = { "TacoAnimatedLoader": TacoAnimatedLoader, } NODE_DISPLAY_NAME_MAPPINGS = { "TacoAnimatedLoader": "Taco Animated Image...
if you are interested in full examples I have my latest work here: https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes it includes a couple examples of me extending the ImageLoader and I rewrote the logic for...
OOOOOOO, I like that a lot, thank you!