Spaces:
Running
on
L40S
Core
These 3 scripts cannot be used independently and must all be present to work, they are mostly enhancing the frontend of python nodes
comfy_shared
: library of methods used inmtb_widgets
anddebug
mtb_widgets define ui callbacks, and various widgets like the COLOR
type:
or the BOOL
type:
There is also Debug
which is a node that should be able to display any data input, it handle a few cases and fallback to the string representation of the
data otherwise:
note + A basic HTML note mainly to add better looking notes/instructions for workflow makers:
Standalone
These scripts can be taken and placed independently of comfy_mtb
or any other files, mimicking what pythongosss did for their
- imageFeed: a fork of @pythongosssss ' s image feed, it adds support for: a lightbox to see images bigger, a way to load the current session history (in case of a web page reload), and different icons, most of the work come from the original script.
NOTE
The original imagefeed got updated since and offer more options, ideally I would clean my lightbox thing and PR it to pythongoss later but in the meantime the script will detect if you already use the original one and not load this fork