1478 Commits (afa2399f79e84919645eb69cd8e1ef1d9f1d6bd1)
 

Author SHA1 Message Date
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
comfyanonymous 30de95e4b4 Add some nodes to subtract and add model weights. 1 year ago
comfyanonymous 0b829fe35b .gitignore refactor. 1 year ago
comfyanonymous ed58730658 Don't leave very large hidden states in the clip vision output. 1 year ago
comfyanonymous fb3b728203 Fix issue where autocast fp32 CLIP gave different results from regular. 1 year ago
comfyanonymous 7d401ed1d0 Add ldm format support to UNETLoader. 1 year ago
comfyanonymous 9562a6b49e Fix a few clipboard issues. 1 year ago
comfyanonymous d4b2bc0964 Merge branch 'master' of https://github.com/miabrahams/ComfyUI 1 year ago
comfyanonymous 122fd5d37f Merge branch 'add-defaultInput' of https://github.com/chrisgoringe/ComfyUI 1 year ago
comfyanonymous 7df822212f Allow checkpoints with .pt and .bin extensions. 1 year ago
comfyanonymous 07691e80c3 Does it make sense to allow configuring the round and precision? 1 year ago
comfyanonymous 5c8b7ea03c Merge branch 'round-float-widgets' of https://github.com/chrisgoringe/ComfyUI 1 year ago
Chris 7372255e49 Specify the precision and rounding based on step 1 year ago
Michael Poutre cc2fa311dd
fix(server): Disable access logs 1 year ago
comfyanonymous e85be36bd2 Add a penultimate_hidden_states to the clip vision output. 1 year ago