Commit Graph
693 Commits
Author SHA1 Message Date
doctorpangloss bd6f28e3bd Move back to comfy_execution directory 2025-07-14 13:48:34 -07:00
doctorpangloss 04e411c32e Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-07-14 13:45:09 -07:00
comfyanonymousandGitHub 9ca581c941 Remove windows line endings. (#8902) 2025-07-14 13:10:20 -04:00
doctorpangloss 35899ba20e simplify composite function 2025-07-11 13:52:25 -07:00
doctorpangloss a464dfa3db fix issue when trying to write to a file that already exists 2025-07-11 13:52:15 -07:00
chaObservandGitHub b43916a134 Fix fresca's input and output (#8871) 2025-07-11 12:52:58 -04:00
Kohaku-BlueleafandGitHub 1205afc708 Better training loop implementation (#8820) 2025-07-09 11:41:22 -04:00
doctorpangloss b268296504 update upstream for flux fixes 2025-07-09 06:28:17 -07:00
Kohaku-BlueleafandGitHub 181a9bf26d Support Multi Image-Caption dataset in lora training node (#8819)
* initial impl of multi img/text dataset

* Update nodes_train.py

* Support Kohya-ss structure
2025-07-08 20:18:04 -04:00
chaObservandGitHub aac10ad23a Add SA-Solver sampler (#8834) 2025-07-08 16:17:06 -04:00
comfyanonymousandGitHub e740dfd806 Fix warning in audio save nodes. (#8818) 2025-07-07 03:16:00 -04:00
comfyanonymousandGitHub 7eab7d2944 Remove dependency on deprecated torchaudio.save function (#8815) 2025-07-06 14:01:32 -04:00
comfyanonymousandGitHub f74fc4d927 Add ImageRotate and ImageFlip nodes. (#8789) 2025-07-03 19:16:30 -04:00
CityandGitHub d9277301d2 Initial code for new SLG node (#8759) 2025-07-02 20:13:43 -04:00
comfyanonymousandGitHub 34c8eeec06 Fix ImageColorToMask not returning right mask values. (#8771) 2025-07-02 15:35:11 -04:00
Harel CainandGitHub 9f1069290c nodes_lt: fixes to latent conditioning at index > 0 (#8769) 2025-07-02 15:34:51 -04:00
Terry JiaandGitHub 79ed752748 support upload 3d model to custom subfolder (#8597) 2025-07-01 20:43:48 -04:00
comfyanonymousandGitHub 772de7c006 PerpNeg Guider optimizations. (#8753) 2025-07-01 03:09:07 -04:00
chaObservandGitHub b22e97dcfa Migrate ER-SDE from VE to VP algorithm and add its sampler node (#8744)
Apply alpha scaling in the algorithm for reverse-time SDE and add custom ER-SDE sampler node for other solver types (SDE, ODE).
2025-07-01 02:38:52 -04:00
chaObservandGitHub f02de13316 Add TCFG node (#8730) 2025-07-01 02:33:07 -04:00
comfyanonymousandGitHub cf49a2c5b5 Dual cfg node optimizations when cfg is 1.0 (#8747) 2025-06-30 14:18:25 -04:00
chaObservandGitHub 5b4eb021cb Perpneg guider with updated pre and post-cfg (#8698) 2025-06-28 18:13:13 -04:00
doctorpangloss c358ff88a5 move comfy_extras/nodes_edit_model.py 2025-06-26 16:57:46 -07:00
doctorpangloss a7aff3565b Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-06-26 16:57:25 -07:00
comfyanonymousandGitHub ef5266b1c1 Support Flux Kontext Dev model. (#8679) 2025-06-26 11:28:41 -04:00
comfyanonymousandGitHub ec70ed6aea Omnigen2 model implementation. (#8669) 2025-06-25 19:35:57 -04:00
doctorpangloss f6339e8115 Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-06-24 12:52:54 -07:00
doctorpangloss 41dc6ec7fa fix inpainting alignment issue 2025-06-24 12:27:06 -07:00
comfyanonymousandGitHub bd9f166c12 Cosmos predict2 model merging nodes. (#8647) 2025-06-24 05:17:16 -04:00
comfyanonymousandGitHub ae0e7c4dff Resize and pad image node. (#8636) 2025-06-22 17:59:31 -04:00
comfyanonymousandGitHub 78f79266a9 Allow padding in ImageStitch node to be white. (#8631) 2025-06-22 00:19:41 -04:00
Benjamin Berman 8041b1b54d fix ideogram seed, fix polling for results, fix logger 2025-06-18 09:38:20 -07:00
Benjamin Berman f507bec91a fix issue with queue retrieval in distributed environment, fix text progress, fix folder paths being aggressively resolved, fix ideogram seed 2025-06-18 02:43:50 -07:00
Benjamin Berman 5727217c2f gracefully handle skia import failure 2025-06-17 21:08:25 -07:00
doctorpangloss 42dd7a59e3 fix pylint notifs 2025-06-17 14:49:06 -07:00
doctorpangloss 52c522d019 nodes train fix, nodes stich test imports removal 2025-06-17 14:46:46 -07:00
doctorpangloss ed99e6d7b9 move nodes_train 2025-06-17 14:45:01 -07:00
doctorpangloss 7b20e224f9 fix nodes_train 2025-06-17 14:44:40 -07:00
doctorpangloss 7d1f840636 adding tests 2025-06-17 14:26:47 -07:00
doctorpangloss 1d901e32eb Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-06-17 13:20:31 -07:00
doctorpangloss adb68f5623 fix logging in model_downloader, remove nf4 flux support since it is broken and unused 2025-06-17 12:14:08 -07:00
doctorpangloss 3d0306b89f more fixes from pylint 2025-06-17 11:36:41 -07:00
doctorpangloss 929bfbb99f Revert "Fix WebcamCapture IS_CHANGED signature (#8413)"
This reverts commit c7b25784b1.
2025-06-17 11:27:32 -07:00
doctorpangloss 666f5b96f7 extras 2025-06-17 10:43:46 -07:00
doctorpangloss aa1eb398e7 move comfy extras 2025-06-17 10:40:43 -07:00
doctorpangloss 82388d51a2 Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-06-17 10:35:10 -07:00
comfyanonymousandGitHub ae75a084df SaveLora now saves in the same filename format as all the other nodes. (#8538) 2025-06-15 03:44:59 -04:00
comfyanonymousandGitHub d6a2137fc3 Support Cosmos predict2 image to video models. (#8535)
Use the CosmosPredict2ImageToVideoLatent node.
2025-06-14 21:37:07 -04:00
Kohaku-BlueleafandGitHub 520eb77b72 LoRA Trainer: LoRA training node in weight adapter scheme (#8446) 2025-06-13 19:25:59 -04:00
comfyanonymousandGitHub 5bf69bde35 Add cosmos_rflow option to ModelSamplingContinuousEDM node. (#8523)
This is for the cosmos predict2 model.
2025-06-13 17:47:52 -04:00