comfyanonymous
2de3b69b30
Support saving some more modelspec types.
6 months ago
comfyanonymous
e1489ad257
Fix issue with lowvram mode breaking model saving.
6 months ago
comfyanonymous
30abc324c2
Support properly saving CosXL checkpoints.
7 months ago
MoonRide303
4656273e72
Added additional nodes for CLIP merging
8 months ago
comfyanonymous
d76a04b6ea
Add unfinished ImageOnlyCheckpointSave node to save a SVD checkpoint.
...
This node is unfinished, SVD checkpoints saved with this node will
work with ComfyUI but not with anything else.
10 months ago
comfyanonymous
877553843f
Add a CLIPSave node to save CLIP model weights.
1 year ago
comfyanonymous
7bb9f6b7e8
Add a VAESave node.
1 year ago
comfyanonymous
0665749b1a
Move ModelSubtract and ModelAdd to advanced/model_merging
1 year ago
comfyanonymous
30de95e4b4
Add some nodes to subtract and add model weights.
1 year ago
comfyanonymous
1141029a4a
Add --disable-metadata argument to disable saving metadata in files.
1 year ago
comfyanonymous
5e3ac1928a
Implement modelspec metadata in CheckpointSave for SDXL and refiner.
1 year ago
comfyanonymous
91ed2815d5
Add a node to merge CLIP models.
1 year ago
comfyanonymous
a9a4ba7574
Fix merging not working when model2 of model merge node was a merge.
1 year ago
comfyanonymous
c02f3baeaf
Now the model merge blocks node will use the longest match.
1 year ago
comfyanonymous
9f2986318f
Move model merging nodes to advanced and add to readme.
1 year ago
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.
1 year ago
comfyanonymous
51581dbfa9
Fix last commits causing an issue with the text encoder lora.
1 year ago
comfyanonymous
bf3f271775
Add some nodes for basic model merging.
1 year ago