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
..
api.js Fix unhandled message "execution_cached" 2 years ago
app.js Add CheckpointSave node to save checkpoints. 2 years ago
defaultGraph.js Change the default prompt to something more impressive. 2 years ago
pnginfo.js Add CheckpointSave node to save checkpoints. 2 years ago
ui.js Add CheckpointSave node to save checkpoints. 2 years ago
widgets.js bugfix: Fixing the calculation issue when an image widget is added to the size calculation of the text widget. 2 years ago