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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODA1NjcsIm5iZiI6MTczOTY4MDI2NywicGF0aCI6Ii83MDQxNzI2LzI1NTM0NTIzNi01ZGJjYjcxNC1lMWUyLTRiZTctYjBlMi02OGE2YzM4YzgzZGUuZ2lmP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTZUMDQzMTA3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MWQ0MGU3MGM0YWRmYTk2YjBjNWU1ZGE2ZGEzNTYzYjk3ZjdhYWE4M2NiZDg3YzNmNmY4MTZlMDk4ZTk0MTUxZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.7iIpKSMuEKiKRKXe5FxawDDLVCHqBwwiLCJCsk0VT0M)
- 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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODA1NjcsIm5iZiI6MTczOTY4MDI2NywicGF0aCI6Ii83MDQxNzI2LzI1NTM0NTI1MS03NjAxMzY2ZC02MDFjLTRmNGQtYjczNS0xYTRiMDc2NzcwYjAuZ2lmP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTZUMDQzMTA3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NGVjZGRiOWI0NjNlYjE0ZTQxY2YxYjIzNWU2MGU2YjNiMTEyN2FiMmY4Y2MzYTc3MmNkNTEyNThiZmRlNjRiZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.50Oryyro-yITx8UrpbBFDcHPrsohCILPXlFgmLH_g3I)
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