- 11 Mar, 2024 2 commits
-
-
comfyanonymous authored
Logging level now defaults to info. --verbose sets it to debug.
-
comfyanonymous authored
-
- 25 Feb, 2024 1 commit
-
-
僵尸浩 authored
-
- 29 Jan, 2024 1 commit
-
-
comfyanonymous authored
-
- 08 Jan, 2024 1 commit
-
-
pythongosssss authored
* wip per user data * Rename, hide menu * better error rework default user * store pretty * Add userdata endpoints Change nodetemplates to userdata * add multi user message * make normal arg * Fix tests * Ignore user dir * user tests * Changed to default to browser storage and add server-storage arg * fix crash on empty templates * fix settings added before load * ignore parse errors
-
- 06 Jan, 2024 1 commit
-
-
ramyma authored
-
- 04 Jan, 2024 1 commit
-
-
comfyanonymous authored
A POST request to /free with: {"unload_models":true} will unload models from vram. A POST request to /free with: {"free_memory":true} will unload models and free all cached data from the last run workflow.
-
- 02 Jan, 2024 1 commit
-
-
comfyanonymous authored
-
- 28 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 20 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 29 Oct, 2023 1 commit
-
-
comfyanonymous authored
-
- 03 Oct, 2023 1 commit
-
-
Dr.Lt.Data authored
If an error occurs while retrieving object_info, only the node that encountered the error should be handled as an exception, while the information for the other nodes should continue to be processed normally.
-
- 19 Sep, 2023 1 commit
-
-
Sean Lynch authored
Try to prevent JS search from breaking on pathnames with square brackets.
-
- 09 Sep, 2023 1 commit
-
-
Michael Poutre authored
-
- 07 Sep, 2023 4 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
Chris authored
-
Chris authored
-
- 30 Aug, 2023 1 commit
-
-
Ridan Vandenbergh authored
-
- 29 Aug, 2023 2 commits
- 28 Aug, 2023 1 commit
-
-
Dr.Lt.Data authored
Co-authored-by:Lt.Dr.Data <lt.dr.data@gmail.com>
-
- 26 Aug, 2023 1 commit
-
-
ramyma authored
-
- 20 Aug, 2023 2 commits
-
-
pythongosssss authored
-
pythongosssss authored
-
- 04 Aug, 2023 1 commit
-
-
pythongosssss authored
-
- 19 Jul, 2023 1 commit
-
-
comfyanonymous authored
-
- 13 Jul, 2023 1 commit
-
-
comfyanonymous authored
-
- 24 Jun, 2023 1 commit
-
-
Dr.Lt.Data authored
* support preview mode for mask editor. * use original file reference instead of loaded frontend blob bugfix: * prevent file open dialog when save to load image * bugfix: cannot clear previous mask painted image's alpha * bugfix * bugfix --------- Co-authored-by:Lt.Dr.Data <lt.dr.data@gmail.com>
-
- 15 Jun, 2023 1 commit
-
-
comfyanonymous authored
-
- 12 Jun, 2023 1 commit
-
-
comfyanonymous authored
-
- 05 Jun, 2023 3 commits
-
-
space-nuko authored
-
comfyanonymous authored
-
Dr.Lt.Data authored
* To reduce bandwidth traffic in a remote environment, a lossy compression-based preview mode is provided for displaying simple visualizations in node-based widgets. * Added 'preview=[image format]' option to the '/view' API. * Updated node to use preview for displaying images as widgets. * Excluded preview usage in the open image, save image, mask editor where the original data is required. * Made preview_format parameterizable for extensibility. * default preview format changed: jpeg -> webp * Support advanced preview_format option. - grayscale option for visual debugging - quality option for aggressive reducing L?;format;quality? ex) jpeg => rgb, jpeg, quality 90 L;webp;80 => grayscale, webp, quality 80 L;png => grayscale, png, quality 90 webp;50 => rgb, webp, quality 50 * move comment * * add settings for preview_format * default value is ''(= don't reencode) --------- Co-authored-by:Lt.Dr.Data <lt.dr.data@gmail.com>
-
- 02 Jun, 2023 3 commits
-
-
comfyanonymous authored
-
space-nuko authored
-
space-nuko authored
-
- 29 May, 2023 1 commit
-
-
comfyanonymous authored
/view_metadata/loras?filename=lora.safetensors
-
- 22 May, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
"node_errors" contains a dict keyed by node ids. The contents are a message and a list of dependent outputs.
-