ComfyUI/web
comfyanonymous 9b93b920be Add CheckpointSave node to save checkpoints.
The created checkpoints contain workflow metadata that can be loaded by
dragging them on top of the UI or loading them with the "Load" button.

Checkpoints will be saved in fp16 or fp32 depending on the format ComfyUI
is using for inference on your hardware. To force fp32 use: --force-fp32

Anything that patches the model weights like merging or loras will be
saved.

The output directory is currently set to: output/checkpoints but that might
change in the future.
2023-06-26 12:22:27 -04:00
..
extensions optimize: support preview mode for mask editor. (#755) 2023-06-24 03:45:41 -04:00
lib Issue 752: Fix background 2023-06-12 15:58:05 +02:00
scripts Add CheckpointSave node to save checkpoints. 2023-06-26 12:22:27 -04:00
types Adds jsdoc for better dev experience 2023-04-15 21:40:39 +01:00
index.html Issue 752: Fix background 2023-06-12 15:58:05 +02:00
jsconfig.json Added support for converting widgets to inputs (and back) 2023-03-23 21:37:19 +00:00
style.css Add missed .comfy-table in CSS 2023-06-15 18:39:18 +02:00