Releases: melMass/comfy_mtb
v0.1.4
Breaking Changes
-
All booleans were using a custom widget (
BOOL
) we now switched to theBOOLEAN
one since now there is builtin support for convertible widgets (comfyanonymous/ComfyUI@9534f0f). All the examples were updated accordingly. -
Remove the
Prores node
and replace it with a more general ffmpeg streaming node. (still not fully tested outside it's old prores mode)
What's Changed
- Use
PIL
for GIF and not ffmpeg (better quality / filesize overall) - Add interpolation options to the
Fit Number
node to interpolate the value ( maths from easings.net):
- Add padding support to
Transform Image
(usingF.pad
)
PR merged
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Hopefully starting with v0.2.0 releases won't be just about install issues.
What's Changed
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Note
This is mostly about fixing #35
What's Changed
- Update README by @melMass in #33
- Fix unclickable gallery buttons on firefox by @dougwhite in #34
- fix: 📝 last release by @melMass in #36
New Contributors
- @dougwhite made their first contribution in #34
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
Warning
this is a breaking change release
New Nodes
New types & widgets
- Color is now working properly:
![](https://private-user-images.githubusercontent.com/7041726/255345236-5dbcb714-e1e2-4be7-b0e2-68a6c38c83de.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjA3NzAsIm5iZiI6MTczOTU2MDQ3MCwicGF0aCI6Ii83MDQxNzI2LzI1NTM0NTIzNi01ZGJjYjcxNC1lMWUyLTRiZTctYjBlMi02OGE2YzM4YzgzZGUuZ2lmP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTRUMTkxNDMwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YzdmM2M1ZWNmMDRmMzViMTVmMzg3YTU1Mzg5M2YwMDRjYzhkODJhZTIzYjQ1M2ZmMzE1ZDJhZDU0MzlhMTBkOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.lEYL4x3UBkadN1yXyoFJt88ZeZJbQbrbdX__b9fbDxY)
- A "real" BOOL type with an associated widget (might switch to using regular litegraph toggles in the future) :
![](https://private-user-images.githubusercontent.com/7041726/255345251-7601366d-601c-4f4d-b735-1a4b076770b0.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjA3NzAsIm5iZiI6MTczOTU2MDQ3MCwicGF0aCI6Ii83MDQxNzI2LzI1NTM0NTI1MS03NjAxMzY2ZC02MDFjLTRmNGQtYjczNS0xYTRiMDc2NzcwYjAuZ2lmP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTRUMTkxNDMwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YWI4NDI4MDI5YzA5NDQxZmJiMTdkZGRlNGY3NmQwYTYzNWNlOTJmZWVlYjA3OTlmNzQ0NGY3N2QzMjA4YjdiZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.-FEczY3_RWYM3uOvpc68QgNbhMagoH-h6Mbq5_pDBZY)
What's Changed
- Restore Face node by @melMass in #8
- feat: ✨ FILM interpolation nodes by @melMass in #11
- docs: 📝 update readme by @melMass in #15
- chore: ✨ add config for issue templates by @melMass in #25
- feat: 🚀 release 0.1.0 by @melMass in #22
- Update requirements-wheels.txt by @melMass in #30
- fix: 🚑️ TF by default fills vram
- feat: 🎨 add support for image.size(0) == 0
- feat: 🔥 add batch support for load image sequence
- docs: 📝 add jp and cn (using deep translation)
- feat: ✨ extract node names using ast
- feat: ✨ WIP batch from history
- fix: ⚡️ from tensor2np always returning a list
- feat: ✨ added a way to export the node list
- fix: ⚡️ a few missing doc
- feat: 🚀 add a few examples
- docs: 📝 add preview for examples
- docs: 📝 add model notice
- docs: 📝 add more description to examples
- docs: 📝 fold each comfy mode
- chore: ✨ before categorize
- feat: ✨ categorize
- feat: 🔥 add API endpoints
- feat: ✨ add FitNumber node
- fix: 🐛 tensor2pil
- fix: 🐛 crop nodes
- feat: 🚀 debug node
- refactor: 🚧 remove color_widget
- feat: ✨comfy_widget shared utils
- fix: 🔥 deprecate some nodes and fix image list
- fix: ✨ Various widgets issues
- feat: 🚧 add my CLIs
- refactor: ♻️ remove test
- fix: 🎨 refactor and add Gif preview on node
- fix: 🐛 add base64 prefix to outputs
- refactor: ♻️ removes a few nodes, moved other around
- fix: 🚑️ set debug level from endpoint
- fix: ⚡️ update node_list
- fix: 🎉 remove tests & add missing docs
- feat: 🚀 add install script
- fix: 🐛 install logic
- fix: 🚑️ always use latest for now
- fix: 💄 save gif issues
- test: 🔧 pipe detection
- fix: 🚀 try to support remote install too
- fix: ✨ install process tested in comfy-manager (embed, colab)
- fix: ✨ also try to copy web if symlink fails
- feat: ✨ update install instructions
Full Changelog: v0.0.1...v0.1.0
v0.0.1
Initial release
The deps-wheels
archives are prebuilt wheels of the following packages, meant for the python-embed
mode of ComfyUI. I don't use it myself but I tested the install process and nodes inside it!
- insightface
- mmcv
- easydict
- pycocotools
Don't hesitate to report issues
What's Changed
New Contributors
Full Changelog: https://github.com/melMass/comfy_mtb/commits/v0.0.1