14 Commits (ebd7f9bf80213a44a8e2cadc75875a4b980991e5)

Author SHA1 Message Date
comfyanonymous 871a76b77b Rename and reorganize post processing nodes. 2 years ago
comfyanonymous af291e6f69 Convert line endings to unix. 2 years ago
EllangoK 56196ab0f7 use common_upcale in blend 2 years ago
EllangoK fa2febc062 blend supports any size, dither -> quantize 2 years ago
EllangoK 4c7a9dbcb6 adds Blend, Blur, Dither, Sharpen nodes 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
comfyanonymous 2e73367f45 Merge T2IAdapterLoader and ControlNetLoader.
Workflows will be auto updated.
2 years ago
comfyanonymous e1a9e26968 Add folder_paths so models can be in multiple paths. 2 years ago
comfyanonymous 494cfe5444 Prevent model_management from being loaded twice. 2 years ago
comfyanonymous c8f1acc4eb Put image upscaling nodes in image/upscaling category. 2 years ago
comfyanonymous 9db2e97b47 Tiled upscaling with the upscale models. 2 years ago
comfyanonymous 905857edd8 Take some code from chainner to implement ESRGAN and other upscale models. 2 years ago
comfyanonymous 7ec1dd25a2 A tiny bit of reorganizing. 2 years ago
comfyanonymous 47acb3d73e Implement support for t2i style model.
It needs the CLIPVision model so I added CLIPVisionLoader and CLIPVisionEncode.

Put the clip vision model in models/clip_vision
Put the t2i style model in models/style_models

StyleModelLoader to load it, StyleModelApply to apply it
ConditioningAppend to append the conditioning it outputs to a positive one.
2 years ago