Commit Graph

35 Commits

Author SHA1 Message Date
Silversith
8e9bcc378c Rename Required Models Folder 2023-04-23 19:39:10 +02:00
Silversith
f45c0af88a Extra Node + Move Face Restore
Move face restoration to comfy_extras and added a node to convert hand tracking to mask image
2023-04-23 19:23:12 +02:00
Silversith
b75466f6aa Merge remote-tracking branch 'upstream/master' 2023-04-18 09:07:50 +02:00
comfyanonymous
73c3e11e83 Fix model_management import so it doesn't get executed twice. 2023-04-15 19:04:33 -04:00
comfyanonymous
476d543fe8 Fix for older python.
from: https://github.com/comfyanonymous/ComfyUI/discussions/476
2023-04-15 10:56:15 -04:00
comfyanonymous
d98a4de9eb LatentCompositeMasked: negative x, y don't work. 2023-04-14 00:49:19 -04:00
comfyanonymous
f48f0872e2 Refactor: move nodes_mask_convertion nodes to nodes_mask. 2023-04-14 00:21:01 -04:00
comfyanonymous
e1db7a2038 Merge branch 'image-to-mask' of https://github.com/missionfloyd/ComfyUI
# Conflicts:
#	nodes.py
2023-04-14 00:15:48 -04:00
comfyanonymous
35a2c790b6
Update comfy_extras/nodes_mask.py
Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com>
2023-04-14 00:12:15 -04:00
missionfloyd
9371924e65 Move mask conversion to separate file 2023-04-13 03:11:17 -06:00
Silversith
42d6954352 Update Comfy UI.ipynb
Fix abyss if statement
2023-04-08 14:33:07 +02:00
Silversith
1fda5d19de Update silver_custom.py
Remove Save image list after adding script for Outpu Dir Drawer
2023-04-07 14:50:18 +02:00
Silversith
a52b976dd5 Merge remote-tracking branch 'upstream/master' 2023-04-07 14:39:46 +02:00
mligaintart
022a9f271b Adds masking to Latent Composite, and provides new masking utilities to
allow better compositing.
2023-04-06 15:18:20 -04:00
Silversith
8c657407bc Update Comfy UI.ipynb 2023-04-06 09:22:01 +02:00
Silversith
e690b7581c Update Comfy UI.ipynb 2023-04-06 08:59:57 +02:00
Silversith
00c953ca86 Create Comfy UI.ipynb
Added a ComfyUI Colab with some extras
2023-04-05 22:06:53 +02: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
Silversith
a43b6de556 Remove Junk 2023-03-31 09:19:34 +02:00
Silversith
4e5c0f4fa0 Add a delete images button on main floating menu 2023-03-21 22:36:27 +02:00
Silversith
1474c0f420 Added Preview Image for Nodes 2023-03-21 12:21:41 +02:00
Silversith
96dc344b0c Minor changes and extra nodes 2023-03-21 12:18:06 +02: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