doctorpangloss
|
f576f8124a
|
record workflow when there's an error
|
2025-07-11 13:51:45 -07:00 |
|
doctorpangloss
|
1338e8935f
|
fix metrics exporter messing up health endpoint
|
2025-07-09 07:15:42 -07:00 |
|
doctorpangloss
|
b268296504
|
update upstream for flux fixes
|
2025-07-09 06:28:17 -07:00 |
|
doctorpangloss
|
a7aff3565b
|
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
|
2025-06-26 16:57:25 -07:00 |
|
comfyanonymous
|
ef5266b1c1
|
Support Flux Kontext Dev model. (#8679)
|
2025-06-26 11:28:41 -04:00 |
|
comfyanonymous
|
a96e65df18
|
Disable omnigen2 fp16 on older pytorch versions. (#8672)
|
2025-06-26 03:39:09 -04:00 |
|
comfyanonymous
|
ec70ed6aea
|
Omnigen2 model implementation. (#8669)
|
2025-06-25 19:35:57 -04:00 |
|
comfyanonymous
|
7a13f74220
|
unet -> diffusion model (#8659)
|
2025-06-25 04:52:34 -04:00 |
|
doctorpangloss
|
e034d0bb24
|
fix sampling bug
|
2025-06-24 16:37:20 -07:00 |
|
doctorpangloss
|
f6339e8115
|
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
|
2025-06-24 12:52:54 -07:00 |
|
doctorpangloss
|
f8eea225d4
|
modify main.py
|
2025-06-24 12:30:54 -07:00 |
|
doctorpangloss
|
8838957554
|
move main.py
|
2025-06-24 12:30:32 -07:00 |
|
doctorpangloss
|
8eba1733c8
|
remove main.py
|
2025-06-24 12:29:47 -07:00 |
|
chaObserv
|
8042eb20c6
|
Singlestep DPM++ SDE for RF (#8627)
Refactor the algorithm, and apply alpha scaling.
|
2025-06-24 14:59:09 -04:00 |
|
comfyanonymous
|
1883e70b43
|
Fix exception when using a noise mask with cosmos predict2. (#8621)
* Fix exception when using a noise mask with cosmos predict2.
* Fix ruff.
|
2025-06-21 03:30:39 -04:00 |
|
comfyanonymous
|
f7fb193712
|
Small flux optimization. (#8611)
|
2025-06-20 05:37:32 -04:00 |
|
comfyanonymous
|
7e9267fa77
|
Make flux controlnet work with sd3 text enc. (#8599)
|
2025-06-19 18:50:05 -04:00 |
|
comfyanonymous
|
91d40086db
|
Fix pytorch warning. (#8593)
|
2025-06-19 11:04:52 -04:00 |
|
Benjamin Berman
|
8041b1b54d
|
fix ideogram seed, fix polling for results, fix logger
|
2025-06-18 09:38:20 -07:00 |
|
Benjamin Berman
|
d9ee4137c7
|
gracefully handle logs when they are never set up (not sure why this is occurring)
|
2025-06-18 06:14:09 -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 |
|
doctorpangloss
|
1d29c97266
|
fix tests
|
2025-06-17 18:38:42 -07:00 |
|
doctorpangloss
|
7d1f840636
|
adding tests
|
2025-06-17 14:26:47 -07:00 |
|
doctorpangloss
|
8f836ad2ee
|
fix default path
|
2025-06-17 13:54:57 -07:00 |
|
doctorpangloss
|
cc338a9d3e
|
this alembic file
|
2025-06-17 13:25:02 -07:00 |
|
doctorpangloss
|
0779bac12c
|
move db and models
|
2025-06-17 13:21:56 -07:00 |
|
doctorpangloss
|
1d901e32eb
|
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
|
2025-06-17 13:20:31 -07:00 |
|
doctorpangloss
|
fb7846db50
|
Merge branch 'master' of github.com:hiddenswitch/ComfyUI
|
2025-06-17 13:02:48 -07:00 |
|
doctorpangloss
|
7d5a9f17a4
|
Add more known models
|
2025-06-17 12:47:48 -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
|
d79d7a7e08
|
fix imports and other basic problems
|
2025-06-17 11:19:48 -07:00 |
|
doctorpangloss
|
e8cf6489d2
|
modify hook breaker to work
|
2025-06-17 10:39:51 -07:00 |
|
doctorpangloss
|
cdcbdaecb0
|
move hook breaker
|
2025-06-17 10:39:27 -07:00 |
|
doctorpangloss
|
3bf0b01e47
|
del hook breaker
|
2025-06-17 10:39:09 -07:00 |
|
doctorpangloss
|
2b293de1b1
|
move comfyui_version to the right place so it's registered as a move
|
2025-06-17 10:36:20 -07:00 |
|
doctorpangloss
|
a5cd8fae7e
|
rm __init__.py which has the version
|
2025-06-17 10:35:45 -07:00 |
|
doctorpangloss
|
82388d51a2
|
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
|
2025-06-17 10:35:10 -07:00 |
|
chaObserv
|
8e81c507d2
|
Multistep DPM++ SDE samplers for RF (#8541)
Include alpha in sampling and minor refactoring
|
2025-06-16 14:47:10 -04:00 |
|
comfyanonymous
|
e1c6dc720e
|
Allow setting min_length with tokenizer_data. (#8547)
|
2025-06-16 13:43:52 -04:00 |
|
comfyanonymous
|
7ea79ebb9d
|
Add correct eps to ltxv rmsnorm. (#8542)
|
2025-06-15 12:21:25 -04:00 |
|
comfyanonymous
|
d6a2137fc3
|
Support Cosmos predict2 image to video models. (#8535)
Use the CosmosPredict2ImageToVideoLatent node.
|
2025-06-14 21:37:07 -04:00 |
|
chaObserv
|
53e8d8193c
|
Generalize SEEDS samplers (#8529)
Restore VP algorithm for RF and refactor noise_coeffs and half-logSNR calculations
|
2025-06-14 16:58:16 -04:00 |
|
comfyanonymous
|
29596bd53f
|
Small cosmos attention code refactor. (#8530)
|
2025-06-14 05:02:05 -04:00 |
|
Kohaku-Blueleaf
|
520eb77b72
|
LoRA Trainer: LoRA training node in weight adapter scheme (#8446)
|
2025-06-13 19:25:59 -04:00 |
|
comfyanonymous
|
c69af655aa
|
Uncap cosmos predict2 res and fix mem estimation. (#8518)
|
2025-06-13 07:30:18 -04:00 |
|
comfyanonymous
|
251f54a2ad
|
Basic initial support for cosmos predict2 text to image 2B and 14B models. (#8517)
|
2025-06-13 07:05:23 -04:00 |
|
pythongosssss
|
50c605e957
|
Add support for sqlite database (#8444)
* Add support for sqlite database
* fix
|
2025-06-11 16:43:39 -04:00 |
|
comfyanonymous
|
8a4ff747bd
|
Fix mistake in last commit. (#8496)
* Move to right place.
|
2025-06-11 15:13:29 -04:00 |
|
comfyanonymous
|
af1eb58be8
|
Fix black images on some flux models in fp16. (#8495)
|
2025-06-11 15:09:11 -04:00 |
|