Michael Poutre
e0efa78b71
chore(CI): Update test-build to use updated version of actions
1 year ago
comfyanonymous
d2cec6cdbf
Make mask functions work with batches of masks and images.
1 year ago
comfyanonymous
046b4fe0ee
Support batches of masks in mask composite nodes.
1 year ago
comfyanonymous
ba7dfd60f2
Merge branch 'proportional-scale' of https://github.com/jn-jairo/ComfyUI
1 year ago
comfyanonymous
2381d36e6d
1024 wasn't enough.
1 year ago
comfyanonymous
42f6d1ebe2
Increase maximum batch sizes of empty image nodes.
1 year ago
comfyanonymous
f00471cdc8
Do FreeU fft on CPU if the device doesn't support fft functions.
1 year ago
comfyanonymous
77c124c5a1
Fix typo.
1 year ago
Jairo Correa
593b7069e7
Proportional scale latent and image
1 year ago
comfyanonymous
76cdc809bf
Support more controlnet models.
1 year ago
comfyanonymous
05e661e5ef
FreeU now works with the refiner.
1 year ago
comfyanonymous
ae87543653
Merge branch 'cast_intel' of https://github.com/simonlui/ComfyUI
1 year ago
comfyanonymous
fd93c759e2
Implement FreeU: Free Lunch in Diffusion U-Net node.
...
_for_testing->FreeU
1 year ago
Simon Lui
eec449ca8e
Allow Intel GPUs to LoRA cast on GPU since it supports BF16 natively.
1 year ago
comfyanonymous
afa2399f79
Add a way to set output block patches to modify the h and hsp.
1 year ago
comfyanonymous
29ccf9f471
Fix typo.
1 year ago
comfyanonymous
422d16c027
Add some nodes to add, subtract and multiply latents.
1 year ago
comfyanonymous
492db2de8d
Allow having a different pooled output for each image in a batch.
1 year ago
comfyanonymous
0793eb9269
Only clear clipboard when copying nodes.
1 year ago
comfyanonymous
4d41bd595c
Fix loading group titles.
1 year ago
comfyanonymous
1122df1a20
Increase range of lora strengths.
1 year ago
comfyanonymous
1cdfb3dba4
Only do the cast on the device if the device supports it.
1 year ago
comfyanonymous
b92a86d737
Update litegraph to upstream.
1 year ago
comfyanonymous
f895260e5e
Merge branch 'escape-glob' of https://github.com/seanlynch/ComfyUI
1 year ago
comfyanonymous
7c9a92f552
Don't depend on torchvision.
1 year ago
Sean Lynch
8321592408
Escape paths when passing them to globs
...
Try to prevent JS search from breaking on pathnames with square
brackets.
1 year ago
MoonRide303
2b6b178173
Added support for lanczos scaling
1 year ago
comfyanonymous
6d3dee9d16
Clean up #1541 .
1 year ago
comfyanonymous
f32463936d
Unhardcode sampler and scheduler list in test.
1 year ago
City
7c93afd2cd
Manual float precision, toggle for old behavior ( #1541 )
...
* Add toggle for float rounding
* Add manual precision override
1 year ago
enzymezoo-code
26cd8405dd
Ci quality workflows ( #1423 )
...
* Add inference tests
* Clean up
* Rename test graph file
* Add readme for tests
* Separate server fixture
* test file name change
* Assert images are generated
* Clean up comments
* Add __init__.py so tests can run with command line `pytest`
* Fix command line args for pytest
* Loop all samplers/schedulers in test_inference.py
* Ci quality workflows compare (#1 )
* Add image comparison tests
* Comparison tests do not pass with empty metadata
* Ensure tests are run in correct order
* Save image files with test name
* Update tests readme
* Reduce step counts in tests to ~halve runtime
* Ci quality workflows build (#2 )
* Add build test github workflow
1 year ago
comfyanonymous
b92bf8196e
Do lora cast on GPU instead of CPU for higher performance.
1 year ago
comfyanonymous
0109431626
Lower the minimum resolution of EmptyLatentImage.
1 year ago
comfyanonymous
db63aa7e53
Nodes can now control the rounding in the UI.
1 year ago
comfyanonymous
321c5fa295
Enable pytorch attention by default on xpu.
1 year ago
comfyanonymous
0665749b1a
Move ModelSubtract and ModelAdd to advanced/model_merging
1 year ago
comfyanonymous
d6d9b83447
Merge branch 'fix/preview_ratio' of https://github.com/ltdrdata/ComfyUI
1 year ago
comfyanonymous
61b1f67734
Support models without previews.
1 year ago
Dr.Lt.Data
4d5e057bb2
fix indent
1 year ago
Dr.Lt.Data
69680fede7
fix: thumbnail ratio fix for mixed ratio images
1 year ago
comfyanonymous
43d4935a1d
Add cond_or_uncond array to transformer_options so hooks can check what is
...
cond and what is uncond.
1 year ago
comfyanonymous
415abb275f
Add DDPM sampler.
1 year ago
comfyanonymous
099226015e
Merge branch 'Fix-structuredClone-error-with-early-chrome-version-browser' of https://github.com/KarryCharon/ComfyUI
1 year ago
comfyanonymous
94e4fe39d8
This isn't used anywhere.
1 year ago
karrycharon
076f3e6310
fix structuredClone undefined error;
1 year ago
comfyanonymous
44361f6344
Support for text encoder models that need attention_mask.
1 year ago
comfyanonymous
0d8f376446
Set last layer on SD2.x models uses the proper indexes now.
...
Before I had made the last layer the penultimate layer because some
checkpoints don't have them but it's not consistent with the others models.
TLDR: for SD2.x models only: CLIPSetLastLayer -1 is now -2.
1 year ago
comfyanonymous
0966d3ce82
Don't run text encoders on xpu because there are issues.
1 year ago
pythongosssss
0e4395a8a3
Allow pasting nodes with connections in firefox
1 year ago
comfyanonymous
3039b08eb1
Only parse command line args when main.py is called.
1 year ago