Spaces:
Sleeping
Sleeping
Changelog
This is an automated changelog based on the commits in this repository.
Check the notes in the releases for more information.
main - 2024-03-07
Bug Fixes
- ๐ font fallback (9fccdee)
- โจ optional inputs of colored image (cd32f26) by @ScottNealon in #147
- ๐ adds a way to not load the imagefeed (501c330)
- ๐ colored image mask input (30c4311)
- ๐ handle font cache errors (c43a661)
- ๐ register the COLOR type even for external extensions (12b134a)
- โจ mask crop output (59a361a)
- ๐๏ธ thread font loading (e4da832)
- ๐ฆ changed way of creating bbox from mask (14ee9e2) by @Yurchikian in #124
- โจ expose invert of bboxfrommask (53cb503)
- โจ less strict csv parsing (d5c4c5f)
- ๐ fit number regression (c8658df)
- ๐ remove uneeded installs (4e07450)
- ๐ import issue (255ac03)
- ๐ wrong output for bbox (8d12b59)
- ๐๏ธ fallback when symlink detection fails (278f22c)
- โจ handle malformed styles.csv (e6f6502)
- ๐ encoding (5af2840)
- โก๏ธ add the cli deps (bb90e04)
- ๐๏ธ check for symlink (25b933c)
- ๐๏ธ remove problematic dependencies (5dfea51)
- ๐ batch support (f1ff9fc)
- ๐ automatically disable tiling if seamless is on (4605f74)
- ๐ debug node (dc500b7)
- โก๏ธ hack to handle prompt validation (d49b257)
- โจ deepbump update (87b245c)
- ๐ท user folder_paths to retrieve comfy root (38df58a)
- ๐ typo (90aee83)
- ๐ do not resolve symlink for "here" (a50b11b)
- โ๏ธ use Union to allow support for <3.10 (88a2779) by @M1kep in #91
- โก๏ธ simplify widgets cleanup (cdd098e)
- โจ don't assume the install was ran (cc43654)
- ๐ install (616b2bf)
- ๐ properly escape paths (22cac9b)
- ๐ use relative paths in JS (e2773ff)
- ๐ BatchFromHistory when "listening" (3b07984)
- โจ save gif widget removal (fe8f519)
Documentation
- ๐ add changelog (0d817bf)
- ๐ add note+ screenshot (90d9636)
- ๐ add cover image (6b993b8)
- ๐ fix image size (3e8c2fe)
- ๐ add image (3e93ea6)
- ๐ explain optional nodes (cea0b08)
- ๐ add the example previews from the wiki (8f90986)
- ๐ update node list (4917e31)
- ๐ add some deprecation warnings and recommendations (e11df9d)
- ๐ add a reference to SlickComfy for colab (bb35098)
Features
- โจ add "To Device" (c28181f)
- โจ add note+ example (90f3bc2)
- ๐ node+ improvements (4b29395)
- ๐ add note plus (605c8db)
- ๐ง add playlist nodes (cf96572)
- ๐จ add missing node (16c1a59)
- โจ Math Expression node (142624e)
- ๐ add optional inputs to colored image (049983d)
- โจ Add support for extra_model_paths.yaml (d7b8ac8)
- โจ add batch shake (af94203)
- โจ enhance concat images (a798eb0)
- ๐ add a few more batch nodes (c1d42de)
- โจ Batch node utilities (cef5023)
- ๐จ Image Stack node (horizontal and vertical stack) (bb3277d)
- ๐ add seamless model hack (21acc87)
- ๐ง debug handle a few more types (638498c)
- ๐จ Add an editor for the styles loader (2faa2f2)
- โจ add a static assets path (6a00d1d)
- โจ add Interpolate Clip Sequential (a71c273)
Miscellaneous Tasks
- ๐งน applied some linting (fe49312)
- ๐ header links not parsed (514c0d2)
- ๐ hardcode links in changelog (915b744)
- ๐ local updates (6c5e5d3)
- ๐ update node list (dd27f99)
- โจ update node_list (537a0d8)
- โจ local stuff (9afad1a)
- ๐ fix update issue template (da290db)
- ๐ update issue template (b949bb4)
Refactor
Merge
- ๐ pull request #109 from melMass/dev/0.2.0 (87e301d) in #109
- ๐ pull request #86 from melMass/feature/styles-editor (cbdb816) in #86
Wip
- ๐ง add text template node (af2175a)
New Contributors
- @ScottNealon made their first contribution in #147
- @Yurchikian made their first contribution in #124
- @M1kep made their first contribution in #91
0.1.4 - 2023-08-12
Bug Fixes
- ๐ pending fixes (ea5d73d)
- ๐๏ธ image resize infinite loop (30d6cfe)
- โจ update example files (610afe0)
- ๐ simplify install steps (4fc84d6)
- โจ refactor (8523392)
- ๐ debug rgba (40560f8)
- ๐จ rename fun to generate (e7f72f9)
- โจ refactor existing (1144466)
- โก๏ธ move getbatchfromhistory to graphutils (2eccba4)
- ๐ง wip dependency installer UI (630b492)
- ๐ image feed zorder (0fb2d4d)
- โฌ๏ธ download_antelopev2 (4dd5321)
- ๐๏ธ frontend pushed too early (91f60d4)
- ๐๏ธ missing input (84ac8ac)
- ๐ shell command bug (3d5075f)
- ๐๏ธ remove pipe mode from the install.py (b854a30)
- โก๏ธ colab install (36d8e6b)
- ๐๏ธ install typo (ffa1a87)
Documentation
Features
- ๐ซ export to prores -> export with ffmpeg (a4d99d9)
- ๐ฅ add any to string & refactor (dbdb872)
- โจ add UI for interpolate clip sequential (5ec5511)
- โจ add portable reqs (3f14b16)
- โจ add border extension (fb64484)
- โจ use PIL for gif saving (2bc7ae8)
- ๐จ update node list (a54d7d5)
- โจ install fix (512de60) in #41
Miscellaneous Tasks
- ๐ encoding (49c64c7)
- ๐ only fetch controlnet_preprocessor deps (414beb9)
- ๐ add controlnetpreprocessors to tests (63b3aec)
- โจ remove unused input (d4f791d)
- โจ use the same cwd as manager (2ff0467)
- ๐จ no brace glob (bbfcb62)
- ๐จ extract txt (a22fd01)
- ๐จ also push wheels_order to releases (8e5b776)
- ๐ง more info for bug reports (3dadc11)
- โจ individual wheels (346ff64)
Refactor
Revert
- ๐ use BOOLEAN instead of BOOL (cfb3b23)
Testing
Merge
0.1.3 - 2023-07-29
Bug Fixes
- ๐ฅ manage pip from install only, remove requirements.txt (247fbfb) in #38
- ๐จ use image ratio for imagefeed (f5cd56c)
Documentation
Miscellaneous Tasks
0.1.2 - 2023-07-28
Bug Fixes
- โจ various small things (0e311cf)
- ๐ last release (889f08c) in #36
- ๐ narrow requirements (5d661b2)
- โจ Separate FaceAnalysis model loading (d143e83)
- โก๏ธ update examples to match wiki (3dfe98c)
Documentation
- ๐ add readme for web extensions features (be162a2)
- ๐ link to the proper lang instructions (232cf89) in #33
- ๐ update readmes (96a0618)
Miscellaneous Tasks
0.1.1 - 2023-07-24
Bug Fixes
- ๐จ improve a bit the HTML response of endpoints (50d51c7)
- ๐ caching issues (55c9736)
- ๐ฅ remove notice (abf1e82)
- ๐ฅ use BOOL everywhere (a393793)
Documentation
Features
- ๐ง jupyter seems to require an init there (9a4eda3)
- โก๏ธ use notify (a2ecc11)
- โจ first version of Notify (7e9c97e)
- โก๏ธ add an "actions" endpoint (3de160a)
- โจ add Unsplash Image node (8d3cc39)
- โจ add back Save Tensors (7142b28)
- โจ add TransformImage node (11128ff)
Miscellaneous Tasks
Refactor
Merge
0.1.0 - 2023-07-22
Bug Fixes
- ๐ฅ properly match built wheels (119b4d6) in #30
- โจ also try to copy web if symlink fails (0df55de)
- โจ install process tested in comfy-manager (embed, colab) (b40730d)
- ๐ try to support remote install too (3c66de2)
- ๐ save gif issues (7335003)
- ๐๏ธ always use latest for now (fccf313)
- ๐ install logic (7e301e2)
- ๐ remove tests & add missing docs (4e6b877)
- โก๏ธ update node_list (c794d6a)
- ๐๏ธ set debug level from endpoint (18402e3)
- ๐ add base64 prefix to outputs (0950f99)
- ๐จ refactor and add Gif preview on node (c2e8379)
- โจ Various widgets issues (27500ca)
- ๐ฅ deprecate some nodes and fix image list (9aa934f)
- ๐ crop nodes (67d3783)
- ๐ tensor2pil (8a59508)
- โก๏ธ a few missing doc (ab09cca)
- โก๏ธ from tensor2np always returning a list (6168b3a)
- ๐๏ธ TF by default fills vram (c225da5)
- โจ leftovers (da3e6f4)
- โจ handle non fork gdown in model dll (95797e8)
- โจ properly add the submodules (00510ed)
- ๐ remove sad talker for now (1622cbc)
- ๐จ narrow requirements (1a92ef7)
- ๐ use the comfy util to handle graph interruption (9752f3e)
- ๐ฅ much faster (using GPU) on windows (2f455aa)
- ๐ uint8 to uint16 (be5a655)
- โจ add missing requirements (b779bc3)
- ๐ don't propagate base logs (7fd99c2)
- ๐ bg upscaler in gfpgan (fee48ad)
- ๐ separate debug / info better (e24863d)
- ๐ฅ change log level of the base logger (7538c2c)
- โจ handle externs dynamicly (6ef308a)
- ๐ separate faceswap model load (8e267c0)
Documentation
- ๐ fold each comfy mode (3c3c438)
- ๐ add more description to examples (46eab5c)
- ๐ add model notice (cbe67ed)
- ๐ add preview for examples (b5176ca)
- ๐ add jp and cn (using deep translation) (da559b9)
- ๐ update readme (b0fb522) in #15
- ๐ update README.md (f8dc768)
- ๐ updated instructions (c3b9fd4)
Features
- โจ update install instructions (7be37db)
- ๐ add install script (dad3966)
- ๐ง add my CLIs (44eaae5)
- โจcomfy_widget shared utils (91bb95d)
- ๐ debug node (b27b8ef)
- โจ add FitNumber node (aa551eb)
- ๐ฅ add API endpoints (95afbdb)
- โจ categorize (d2b3962)
- ๐ add a few examples (b9c1d3d)
- โจ added a way to export the node list (5f5297f)
- โจ WIP batch from history (cde7293)
- โจ extract node names using ast (38f6147)
- ๐ฅ add batch support for load image sequence (3faadc4)
- ๐จ add support for image.size(0) == 0 (629e2b5)
- โจ image feed (99eb5ae)
- โจ FILM interpolation nodes (e04e77e)
- โจ add an headless option for model downloads (217e8a1)
- ๐ support batch count > 1 for restore face (8ef48a0)
- ๐ง wrapper for GFPGAN bg upscaler (88cdcc6)
- โจ add GFPGAN (FaceRestore) (3a6e545)
Miscellaneous Tasks
- โจ before categorize (0cc54e5)
- โจ add more issue templates (710a638) in #25
- โจ add bug report template (f927bc7)
- ๐ป create FUNDING.yml (f634fe0)
- ๐ป add bmc to readme (cd1b603)
- ๐ extra files from another branch (b78be8f)
- ๐ push leftovers (4c41fe7)
Refactor
- โป๏ธ removes a few nodes, moved other around (4d8ddac)
- โป๏ธ remove test (68c250e)
- ๐ง remove color_widget (e480d07)
Testing
- ๐ง pipe detection (ee17d57)
Install
- ๐ง handle symlink errors (d982b69)
Merge
- ๐ pull request #22 from melMass/dev/next-release (c34de0a) in #22
- ๐ pull request #11 from dev/frame_interpolation (1e28606) in #11
- ๐ pull request #8 from dev/small-fixes (7585624) in #8
[0.0.1] - 2023-06-28
Bug Fixes
- ๐คฆ add missing file (e2c4561)
- โจ small edits (bcf55ca)
- โก๏ธ add support for batch in roop (2dae020)
- ๐ฅ various preparing for the first tag (793784a)
- ๐ various bugs (afd0843)
- โก๏ธ add missing controls to QRCode (7e86b0e)
Documentation
- ๐ add rembg screenshot (9a2d523)
- ๐ add a few screenshots (e162336)
- ๐ update readme (7f3070d)
Features
- ๐ faceswap node using roop (966a14b)
- โจ sync local changes (647bf9e)
- โจ bbox from alpha (37abf8a)
- โจ a111 like style loader (f59b68e)
- โจ add a color type and widget (9a2e986)
- โจ add a few nodes (811443b)
- โจ add SadTalker as a submodule (3fb8716)
- ๐จ push local changes (6cac344)
- โก๏ธ initial commit (1ae3bbc)