Commit Graph

19 Commits

Author SHA1 Message Date
missionfloyd
23a93b40f3
Add support for color names
see https://pillow.readthedocs.io/en/stable/_modules/PIL/ImageColor.html for supported colors
2023-04-08 21:01:44 -06:00
missionfloyd
b6d1bfdc8b
Add friendly names 2023-04-08 16:45:06 -06:00
missionfloyd
0ceb7f3009
Move palette to separate node
Add default value: black and white
Ensure that RGB values are <= 255
Change palette input to multi-line. Colors can be divided per line, in parentheses or not.
2023-04-08 03:22:08 -06:00
missionfloyd
6a2dccf81b
Fix updating colors 2023-04-07 14:37:49 -06:00
missionfloyd
f73c67cb7b
Add custom palette option to quantize 2023-04-07 00:37:11 -06:00
comfyanonymous
871a76b77b Rename and reorganize post processing nodes. 2023-04-04 22:54:33 -04:00
comfyanonymous
af291e6f69 Convert line endings to unix. 2023-04-04 13:56:13 -04:00
EllangoK
56196ab0f7 use common_upcale in blend 2023-04-04 10:57:34 -04:00
EllangoK
fa2febc062 blend supports any size, dither -> quantize 2023-04-03 09:52:04 -04:00
EllangoK
4c7a9dbcb6 adds Blend, Blur, Dither, Sharpen nodes 2023-04-02 18:44:27 -04:00
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.
2023-04-01 23:19:15 -04:00
comfyanonymous
2e73367f45 Merge T2IAdapterLoader and ControlNetLoader.
Workflows will be auto updated.
2023-03-17 18:17:59 -04:00
comfyanonymous
e1a9e26968 Add folder_paths so models can be in multiple paths. 2023-03-17 18:01:11 -04:00
comfyanonymous
494cfe5444 Prevent model_management from being loaded twice. 2023-03-15 15:18:18 -04:00
comfyanonymous
c8f1acc4eb Put image upscaling nodes in image/upscaling category. 2023-03-11 18:10:36 -05:00
comfyanonymous
9db2e97b47 Tiled upscaling with the upscale models. 2023-03-11 14:04:13 -05:00
comfyanonymous
905857edd8 Take some code from chainner to implement ESRGAN and other upscale models. 2023-03-11 13:09:28 -05:00
comfyanonymous
7ec1dd25a2 A tiny bit of reorganizing. 2023-03-06 01:30:17 -05:00
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.
2023-03-05 18:39:25 -05:00