"vscode:/vscode.git/clone" did not exist on "25991f98947bda948f0d59bff563a71247722699"
  • comfyanonymous's avatar
    Add CheckpointSave node to save checkpoints. · 9b93b920
    comfyanonymous authored
    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.
    9b93b920
supported_models_base.py 2.5 KB