ComfyUI/comfy_extras
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
..
chainner_models Pull in latest upscale model code from chainner. 2023-05-23 22:26:50 -04:00
nodes_hypernetwork.py Add a way to set patches that modify the attn2 output. 2023-06-18 22:58:22 -04:00
nodes_mask.py Round the mask values for bitwise operations. 2023-05-28 00:42:53 -04:00
nodes_model_merging.py Add CheckpointSave node to save checkpoints. 2023-06-26 12:22:27 -04:00
nodes_post_processing.py Fix padding in Blur. 2023-05-20 10:08:47 -04:00
nodes_rebatch.py Make nodes map over input lists (#579) 2023-05-13 11:15:45 -04:00
nodes_tomesd.py Add some more transformer hooks and move tomesd to comfy_extras. 2023-06-24 03:30:22 -04:00
nodes_upscale_model.py Enable safe loading for upscale models. 2023-05-14 15:10:40 -04:00