comfyanonymous
4871a36458
Cleanup some unused imports.
10 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
e45d920ae3
Don't resize clip vision image when the size is already good.
11 months ago
comfyanonymous
13e6d5366e
Switch clip vision to manual cast.
...
Make it use the same dtype as the text encoder.
11 months ago
comfyanonymous
719fa0866f
Set clip vision model in eval mode so it works without inference mode.
11 months ago
comfyanonymous
77755ab8db
Refactor comfy.ops
...
comfy.ops -> comfy.ops.disable_weight_init
This should make it more clear what they actually do.
Some unused code has also been removed.
11 months ago
comfyanonymous
174eba8e95
Use own clip vision model implementation.
11 months ago
comfyanonymous
9ac0b487ac
Make --gpu-only put intermediate values in GPU memory instead of cpu.
12 months ago
comfyanonymous
723847f6b3
Faster clip image processing.
1 year ago
comfyanonymous
430a8334c5
Fix some potential issues.
1 year ago
comfyanonymous
ed58730658
Don't leave very large hidden states in the clip vision output.
1 year ago
comfyanonymous
e85be36bd2
Add a penultimate_hidden_states to the clip vision output.
1 year ago
comfyanonymous
4e89b2c25a
Put clip vision outputs on the CPU.
1 year ago
comfyanonymous
a094b45c93
Load clipvision model to GPU for faster performance.
1 year ago
comfyanonymous
76d53c4622
Add support for clip g vision model to CLIPVisionLoader.
1 year ago
comfyanonymous
58f0c616ed
Fix clip vision issue with old transformers versions.
1 year ago
comfyanonymous
ae270f79bc
Fix potential issue with batch size and clip vision.
1 year ago
comfyanonymous
9cc12c833d
CLIPVisionEncode can now encode multiple images.
1 year ago
comfyanonymous
9e37f4c7d5
Fix error with ClipVision loader node.
1 year ago
comfyanonymous
f87ec10a97
Support base SDXL and SDXL refiner models.
...
Large refactor of the model detection and loading code.
1 year ago
comfyanonymous
cd930d4e7f
pop clip vision keys after loading them.
1 year ago
comfyanonymous
bb1f45d6e8
Properly disable weight initialization in clip models.
1 year ago
comfyanonymous
fa2cca056c
Don't initialize CLIPVision weights to default values.
1 year ago
comfyanonymous
92eca60ec9
Fix for new transformers version.
2 years ago
comfyanonymous
809bcc8ceb
Add support for unCLIP SD2.x models.
...
See _for_testing/unclip in the UI for the new nodes.
unCLIPCheckpointLoader is used to load them.
unCLIPConditioning is used to add the image cond and takes as input a
CLIPVisionEncode output which has been moved to the conditioning section.
2 years ago