You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 years ago
..
extensions optimize: support preview mode for mask editor. (#755) 2 years ago
lib Issue 752: Fix background 2 years ago
scripts Add CheckpointSave node to save checkpoints. 2 years ago
types Adds jsdoc for better dev experience 2 years ago
index.html Issue 752: Fix background 2 years ago
jsconfig.json Added support for converting widgets to inputs (and back) 2 years ago
style.css Add missed .comfy-table in CSS 2 years ago