comfyanonymous
66756de100
Add SamplerDPMPP_2M_SDE node.
1 year ago
comfyanonymous
26b7372805
Fix SplitSigmas.
1 year ago
comfyanonymous
71713888c4
Print missing VAE keys.
1 year ago
comfyanonymous
76e0f8fc8f
Add function to split sigmas.
1 year ago
comfyanonymous
2bf051fda8
Add a basic node to generate sigmas from scheduler.
1 year ago
comfyanonymous
d234ca558a
Add missing samplers to KSamplerSelect.
1 year ago
comfyanonymous
1d7dfc07d5
Make add_noise in SamplerCustom a boolean.
1 year ago
comfyanonymous
1adcc4c3a2
Add a SamplerCustom Node.
...
This node takes a list of sigmas and a sampler object as input.
This lets people easily implement custom schedulers and samplers as nodes.
More nodes will be added to it in the future.
1 year ago
comfyanonymous
bf3fc2f1b7
Refactor sampling related code.
1 year ago
comfyanonymous
fff491b032
Model patches can now know which batch is positive and negative.
1 year ago
comfyanonymous
1d6dd83184
Scheduler code refactor.
1 year ago
comfyanonymous
446caf711c
Sampling code refactor.
1 year ago
comfyanonymous
aeba1cc2a0
Merge branch 'chore/update-actions-versions' of https://github.com/M1kep/ComfyUI
1 year ago
comfyanonymous
9546a798fb
Make LoadImage and LoadImageMask return masks in batch format.
1 year ago
comfyanonymous
1d36dfb9fe
GrowMask now works with mask batches.
1 year ago
comfyanonymous
d76d71de3f
GrowMask can now be used with negative numbers to erode it.
1 year ago
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