924 Commits (e1278fa925cf59350bae76dc3d0c59a0e9564789)
 

Author SHA1 Message Date
comfyanonymous e1278fa925 Support old pytorch versions that don't have weights_only. 2 years ago
comfyanonymous 9b1396e93a Fix issue importing other ui prompts. 2 years ago
comfyanonymous 7310290f17 Pull in latest upscale model code from chainner. 2 years ago
comfyanonymous c00bb1a0b7 Add a latent upscale by node. 2 years ago
comfyanonymous b8ccbec6d8 Various improvements to bislerp. 2 years ago
comfyanonymous 451fb4169a Fix 'git pull' not working on the standalones. 2 years ago
comfyanonymous 34887b8885 Add experimental bislerp algorithm for latent upscaling.
It's like bilinear but with slerp.
2 years ago
comfyanonymous 48fcc5b777 Parsing error crash. 2 years ago
comfyanonymous bfb13f5eee Remove useless call to /object_info 2 years ago
comfyanonymous db27b0405a object_info now returns if node is an output_node or not. 2 years ago
comfyanonymous ffc56c53c9 Add a node_errors to the /prompt error json response.
"node_errors" contains a dict keyed by node ids. The contents are a message
and a list of dependent outputs.
2 years ago
comfyanonymous 6cc450579b Auto transpose images from exif data. 2 years ago
comfyanonymous dc198650c0 sample_dpmpp_2m_sde no longer crashes when step == 1. 2 years ago
comfyanonymous 4796e615dd Revert DPI fix since it caused more issues than it solved. 2 years ago
comfyanonymous 069657fbf3 Add DPM-Solver++(2M) SDE and exponential scheduler.
exponential scheduler is the one recommended with this sampler.
2 years ago
comfyanonymous 516119ad83 Print min and max values in validation error message. 2 years ago
comfyanonymous 3c76f43057 Cleaner code. 2 years ago
comfyanonymous b8636a44aa Make scaled_dot_product switch to sliced attention on OOM. 2 years ago
comfyanonymous 797c4e8d3b Simplify and improve some vae attention code. 2 years ago
comfyanonymous 71666f248f Fix padding in Blur. 2 years ago
BlenderNeko 36af98d755 improve sharpen and blur nodes 2 years ago
comfyanonymous b9daf4e30f Add a /object_info/{node_class} route to get only the info of one node. 2 years ago
malern e6e1999f96 Render UI at a higher resolution when viewing with a higher pixel ratio 2 years ago
malern 2998e232cb Make multiline widget work with different canvas dimensions.
It now scales the textarea positioning using the canvas height/width.
2 years ago
comfyanonymous 8bbd9815a9 Support loading fp16 latent files. 2 years ago
comfyanonymous 62a371e12b Load workflow from latent file. 2 years ago
comfyanonymous faf899ad5a LoadLatent and SaveLatent should behave like the LoadImage and SaveImage. 2 years ago
comfyanonymous a7375103b9 Some small changes to Load/SaveLatent. 2 years ago
Dr.Lt.Data e7f2816c6f
feat:Latent Save/Load (#662)
* wip

* latent dir

* fix

* fix

* now working

* mark todo

* remove server.py changes to separate PRt

---------

Co-authored-by: Lt.Dr.Data <lt.dr.data@gmail.com>
2 years ago
comfyanonymous 4088e61aa6 Update litegraph from upstream. 2 years ago
comfyanonymous 6a12094345 Merge branch 'patch/touch' of https://github.com/ltdrdata/ComfyUI 2 years ago
comfyanonymous 11e7168d56 Remove print. 2 years ago
ltdrdata 7ada9e7d85 allows touch drag 2 years ago
comfyanonymous 13d94caf49 Add control_after_generate to combo primitive. 2 years ago
comfyanonymous 5f7968f1fa Print the endpoint ip for localtunnel in the colab notebook. 2 years ago
comfyanonymous 2ec6d1c6e3 Don't import custom nodes when the folder ends with .disabled 2 years ago
comfyanonymous c02a554bcf Make DiffusersLoader work with subfolders. 2 years ago
comfyanonymous ef815ba1e2 Switch default scheduler to normal. 2 years ago
comfyanonymous 1dd846a7ba Fix outputs gone from history. 2 years ago
comfyanonymous 84ea21c815 Update litegraph from upstream. 2 years ago
comfyanonymous 68d12b530e Merge branch 'tiled_sampler' of https://github.com/BlenderNeko/ComfyUI 2 years ago
comfyanonymous 587f89fe5a Enable safe loading for upscale models. 2 years ago
comfyanonymous acff543d66 Remove useless code. 2 years ago
Dr.Lt.Data d926f65f56
Feature/maskeditor context menu (#649)
* add "Open in MaskEditor" to context menu

* change save button name to 'Save to node' if open in node.
clear clipspace_return_node after auto paste

* * leak patch: prevent infinite duplication of MaskEditorDialog instance on every dialog open
* prevent conflict of multiple opening of MaskEditorDialog
* name of save button fix

* patch: brushPreview hiding by dialog

* consider close by 'esc' key on maskeditor.

* bugfix about last patch

* patch: invalid close detection

* 'enter' key as save action

* * batch support enhance
  - pick index based on imageIndex on copy action
* paste fix on batch image node

* typo

---------

Co-authored-by: Lt.Dr.Data <lt.dr.data@gmail.com>
2 years ago
comfyanonymous 9bf67c4c5a Print prompt execution time. 2 years ago
comfyanonymous e7b9d2c02c /prompt endpoint error is now in json format. 2 years ago
comfyanonymous 3a1f47764d Print the torch device that is used on startup. 2 years ago
comfyanonymous b0505eb7ab Return right type when none specified in upload route.
Switch time.time to time.perf_counter for custom node import times.
2 years ago
comfyanonymous db4d3a8494 Print if custom nodes imported successfully or not. 2 years ago
comfyanonymous 2ac744f662 Print all custom node import times. 2 years ago