705 Commits
Author SHA1 Message Date
z 8778fdd5f2 docs(brand): add hero banner 2026-06-28 20:26:28 -07:00
z b7d7683a89 chore(brand): dynamic hero banner 2026-06-28 20:26:27 -07:00
Antje WorringandClaude Opus 4.8 fdc68a77bc docs: tidy LLM.md indexes; CLAUDE.md -> LLM.md symlink convention
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 09:39:35 -07:00
Antje WorringandClaude Opus 4.8 3db3ae1469 Add Claude Code project docs (CLAUDE.md, LLM.md)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 21:43:16 -07:00
Hanzo Dev 2a107c5a5b Add Hanzo ecosystem README with links and documentation 2025-10-22 14:12:15 -07:00
yolain 125b3a4905 When the sidebar is transparent, do not apply styles 2025-10-20 20:11:05 +08:00
yolain a1b402b4a9 Bump version v1.3.4 2025-10-15 21:33:46 +08:00
yolain 755723ce64 Fix references to some official nodes 2025-10-15 21:28:01 +08:00
yolain 737feef400 Add new compare functions to the easy compare node 2025-10-15 20:50:48 +08:00
yolain 8ecc929cd4 Fix easy seedList max_num #879 2025-10-03 12:53:31 +08:00
Mr-QuinandGitHub 58e9d594cd add controlnet input to xyplot (#877) 2025-10-02 15:31:15 +08:00
yolain b6deb5f515 Add Swappers for ComfyUI-Easy-IndexTTS2 2025-09-16 22:32:36 +08:00
yolain 1148fbe5fe Fix easy indexAnything negative indices not working in image batches 2025-09-02 19:24:41 +08:00
yolain 5026d36489 Fix type #862 2025-09-02 18:35:19 +08:00
yolain fe0cad5981 Support negative indexing for easy indexAnything 2025-09-02 18:19:30 +08:00
yolain 3f37ba9491 Bump Version v1.3.3 2025-08-29 15:26:37 +08:00
yolain a72a4dc40f Removed the definition of the CSS class name gird-cols-1 #859 2025-08-27 14:59:08 +08:00
yolain 11794f7d71 Fix lock seed not working in easy promptAwait 2025-08-19 16:30:00 +08:00
yolain 74226d8b2a Rename the nodes map 2025-08-17 13:00:50 +08:00
yolain f550ce83a8 Fix image selector output error type #845 2025-08-09 12:42:20 +08:00
yolain 34882bca10 Bump Version v1.3.2 2025-08-08 19:01:55 +08:00
yolain 43b94be806 Update ImageChooser frontend code 2025-08-08 18:58:59 +08:00
yolain 0349d81694 Revamp ImageChooser and removed Preview&Choose in easy samplers #838 2025-08-08 18:54:24 +08:00
yolain 93254a4c07 Can replace the default fooocus_styles with files of the same name under styles dir. 2025-08-06 17:13:22 +08:00
yolain 8485447325 Fix globalSeed to work with Partial Execution #844 2025-08-06 17:12:06 +08:00
yolain 717092a3ce Add easy loraPromptApply 2025-07-26 19:39:01 +08:00
yolain 14a1121860 Add easy loraSwitcher 2025-07-26 17:20:39 +08:00
yolain 8c1eec2858 Fix front-end v1.24.2 and later failed to display the latent preview image in easy kSamplers during initial sampling. 2025-07-24 19:04:51 +08:00
yolain b6bb4a3055 Fixed segformer_b3_clothes download link error #831 2025-07-17 14:34:16 +08:00
yolain 6873492872 Fixed getStylesList value transfer error 2025-07-15 18:24:18 +08:00
yolain 2d71b3e647 Update StylesSelector 2025-07-15 18:02:12 +08:00
yolain e7320ec0c4 Remove easy showAnything error messages #776 2025-07-12 21:13:15 +08:00
560be6aee7 Update HumanSegmentation (#826)
* Change to new mask components on humanSegmentation

* Change segformer index

* Add segformer_b3_clothes and fashion

* Add face_parsing

* Fix face_parsing output error images

---------

Co-authored-by: yolain <me@yolain.com>
2025-07-10 18:32:06 +08:00
yolain 54614079ca Fixed makeImageForIcLora issue that occurred when the heights of two images were the same during image stitching on. 2025-07-05 13:48:08 +08:00
yolain b0cd0bcb5b Add easy joyCaption3API 2025-07-05 00:03:12 +08:00
yolainandGitHub e46f8a45d0 Add easy promptAwait node (#818)
* Add submodule

* Set submodule branch to main

* Add PromptAwait node

* Fix loop has started for the second time, but the prompt word has not output new content

* Add input_1

* Change select widget to toolbar

* Modify some field names and displays

* Change select max-width

* Add output random seed in promptAwait
2025-06-30 01:22:13 +08:00
yolain 1616dd6602 Upgrade v1.3.1 to ComfyRegistry v1.3.1 2025-06-29 11:43:22 +08:00
yolain 282eedfea6 Rewrite drawNodeWidget and fix the GroupNode preview issue 2025-06-28 18:37:56 +08:00
yolain 17b163e234 Fix typo in EN tooltip for Nodes Map sidebar icon #816 2025-06-26 16:43:19 +08:00
LaegelandGitHub 501d97bb5c chore: Now able to store metadata in ImageChooser (#813) 2025-06-23 16:22:23 +08:00
WathomeBoandGitHub de92038f88 Update util.py (#809)
补充了用于选择lora模型的 setLoraName
2025-06-17 12:19:42 +08:00
Thomas WardandGitHub 530333d72d Update logic.py: properly handle overwrite mode (#807)
In low-level `OPEN` logic at the system, there are two modes of opening files for writing: `WRITE` which clobbers existing file data, and `APPEND` which allows appending of data.

In the current code, using `if not overwrite: pass` does nothing to define if you're actually appending or overwriting the file in your selection, and instead you should define the file open mode based on analysis of whether you have `overwrite` set to True or not.

This code patch does this.

(discovered as a result of helping someone via the ComfyUI discord)
2025-06-17 12:19:27 +08:00
yolain 041f49540c Forced override of drawNodeWidget for nodes containing hidden widget on the official theme #801 2025-06-14 14:22:54 +08:00
MakinoHarukaandGitHub 71c7865d2d locale typo (#797) 2025-06-05 10:55:11 +08:00
yolain c7fbf05970 Implement error handling for all frontend hijack attempts. If EasyUse fails (e.g., due to official frontend changes), fall back to the native callback function. 2025-06-04 23:28:45 +08:00
yolain 2986a01469 When using the easy theme to draw node components, the draw method removed from front-end v1.21.3 is supplemented #793 2025-06-03 13:27:18 +08:00
yolain fa7c5d8b4d Fix ImagePreviewWidget can not display image in v1.21.3 frontend 2025-06-01 15:35:52 +08:00
1d8db7510b Update XY Plot Labels (#792)
* Add lora weight to XY title axis. Trim lora desc.

* Add weights to lora names in xyPlots. Re-add because original lost in git merge mistake.

* Only add common label, if it's not an axis type.

* Remove bad comment.

---------

Co-authored-by: Mike Kinney <mike.kinney@valorepartners.com>
2025-06-01 13:15:55 +08:00
yolain 7ef0612ce7 Fix stepping changes not working in new front-end versions #789 2025-05-27 18:04:15 +08:00
yolain 7ff4790493 Fix update node height only if the node is preSamplingcustom listening for scheduler changes #788 2025-05-27 12:26:39 +08:00