Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 17:08
· 254 commits to main since this release
119b4d6

Warning

this is a breaking change release

New Nodes

  • Save to Gif: Basic node to save the images from the batch into a GIF, with preview over the node:
    save_gif

New types & widgets

  • Color is now working properly:
  • A "real" BOOL type with an associated widget (might switch to using regular litegraph toggles in the future) :

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