12 Commits (a094b45c93e29193ba2695e834aefe7bf4635c06)

Author SHA1 Message Date
comfyanonymous a094b45c93 Load clipvision model to GPU for faster performance. 2 years ago
comfyanonymous 76d53c4622 Add support for clip g vision model to CLIPVisionLoader. 2 years ago
comfyanonymous 58f0c616ed Fix clip vision issue with old transformers versions. 2 years ago
comfyanonymous ae270f79bc Fix potential issue with batch size and clip vision. 2 years ago
comfyanonymous 9cc12c833d CLIPVisionEncode can now encode multiple images. 2 years ago
comfyanonymous 9e37f4c7d5 Fix error with ClipVision loader node. 2 years ago
comfyanonymous f87ec10a97 Support base SDXL and SDXL refiner models.
Large refactor of the model detection and loading code.
2 years ago
comfyanonymous cd930d4e7f pop clip vision keys after loading them. 2 years ago
comfyanonymous bb1f45d6e8 Properly disable weight initialization in clip models. 2 years ago
comfyanonymous fa2cca056c Don't initialize CLIPVision weights to default values. 2 years 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