space-nuko
cc4d3435d3
Highlight failing nodes/inputs in frontend
1 year ago
space-nuko
73e85fb3f4
Improve error output for failed nodes
1 year ago
comfyanonymous
9144947244
Merge branch 'zero-lora-weights' of https://github.com/space-nuko/ComfyUI
2 years ago
comfyanonymous
679bd2845a
Safetensors isn't optional anymore.
2 years ago
space-nuko
4d1ed829d9
Don't load some model types if weight is zero
2 years ago
comfyanonymous
eb4bd7711a
Remove einops.
2 years ago
comfyanonymous
87ab25fac7
Do operations in same order as the one it replaces.
2 years ago
comfyanonymous
2b1fac9708
Merge branch 'master' of https://github.com/BlenderNeko/ComfyUI
2 years ago
comfyanonymous
e1278fa925
Support old pytorch versions that don't have weights_only.
2 years ago
BlenderNeko
8b4b0c3188
vecorized bislerp
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