comfyanonymous
7aec00e4a2
CheckpointSave node name.
2024-08-19 15:06:12 -04:00
comfyanonymous
f941dd54e7
Add a ModelSave node.
2024-08-17 21:43:07 -04:00
Silver
a4c5e04e27
Add format metadata to CLIP save to make compatible with diffusers safetensors loading ( #4233 )
2024-08-06 01:45:24 -04:00
comfyanonymous
5159a8fd8c
Save SD3 modelspec.architecture in CheckpointSave node.
2024-06-12 01:02:07 -04:00
comfyanonymous
2263f6eb56
Support saving some more modelspec types.
2024-05-13 21:54:11 -04:00
comfyanonymous
ae31a1b885
Fix issue with lowvram mode breaking model saving.
2024-05-11 21:55:20 -04:00
comfyanonymous
ef332e5355
Support properly saving CosXL checkpoints.
2024-04-08 00:36:22 -04:00
MoonRide303
ecc0e78582
Added additional nodes for CLIP merging
2024-03-09 19:32:33 +01:00
comfyanonymous
8739736c6e
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.
2024-01-17 19:46:21 -05:00
comfyanonymous
2df37c0f6c
Add a CLIPSave node to save CLIP model weights.
2023-10-10 01:24:49 -04:00
comfyanonymous
64fafcfab2
Add a VAESave node.
2023-10-09 01:42:15 -04:00
comfyanonymous
83495c05cd
Move ModelSubtract and ModelAdd to advanced/model_merging
2023-09-17 02:10:06 -04:00
comfyanonymous
46b144effb
Add some nodes to subtract and add model weights.
2023-09-13 01:10:31 -04:00
comfyanonymous
8088be4f2e
Add --disable-metadata argument to disable saving metadata in files.
2023-07-28 12:31:41 -04:00
comfyanonymous
1725369340
Implement modelspec metadata in CheckpointSave for SDXL and refiner.
2023-07-25 22:02:34 -04:00
comfyanonymous
daac253452
Add a node to merge CLIP models.
2023-07-14 02:41:18 -04:00
comfyanonymous
c5779f04aa
Fix merging not working when model2 of model merge node was a merge.
2023-07-08 22:31:10 -04:00
comfyanonymous
35ef1e4992
Now the model merge blocks node will use the longest match.
2023-07-04 00:51:17 -04:00
comfyanonymous
351fc92d3f
Move model merging nodes to advanced and add to readme.
2023-06-30 15:21:55 -04:00
comfyanonymous
95008c22cd
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
comfyanonymous
cd8d0b73c5
Fix last commits causing an issue with the text encoder lora.
2023-06-20 19:44:39 -04:00
comfyanonymous
ae0bbb2264
Add some nodes for basic model merging.
2023-06-20 19:17:03 -04:00