Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 2.06 KB

README.md

File metadata and controls

36 lines (22 loc) · 2.06 KB

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 in mtb_widgets and debug

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: debug

note + A basic HTML note mainly to add better looking notes/instructions for workflow makers: image

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

  • imagefeed2-hd

  • notify: a basic toast notification system that I use in some places accross mtb, it can be used by simply calling window.MTB.notify("Hello world!")
    extract