Commit Graph

169 Commits

Author SHA1 Message Date
Fannovel16
fd21cbb13e
Merge branch 'master' into controlnet-annotator 2023-02-20 20:03:58 +07:00
comfyanonymous
00a9189e30 Support old pytorch. 2023-02-19 16:59:03 -05:00
comfyanonymous
191af3ef71 Add the config for the SD1.x inpainting model. 2023-02-19 14:58:00 -05:00
comfyanonymous
a3d0b56c61 Fix for relative imports in custom nodes. 2023-02-19 12:00:05 -05:00
Hacker 17082006
637e7d3d2f Merge branch 'controlnet-annotator' of https://github.com/Fannovel16/ComfyUI into controlnet-annotator 2023-02-19 20:56:08 +07:00
Hacker 17082006
65bf374d57 . 2023-02-19 20:55:50 +07:00
Fannovel16
4e25920912
Merge branch 'comfyanonymous:master' into controlnet-annotator 2023-02-19 20:54:46 +07:00
Hacker 17082006
e35f293621 Complete moving all preprocessor nodes to custom_nodes 2023-02-19 20:38:39 +07:00
Hacker 17082006
c1ef4fff7d Change module_name var in nodes.py since it can make local module import in module folder dont work 2023-02-19 20:08:16 +07:00
Hacker 17082006
841345ce46 Move preprocessor nodes to custom_nodes 2023-02-19 19:13:55 +07:00
comfyanonymous
137ae2606c Support people putting commas after the embedding name in the prompt. 2023-02-19 02:50:48 -05:00
Hacker 17082006
d322bc0d67 Finished fixes 2023-02-18 22:19:02 +07:00
Fannovel16
c4048cc39d
Merge branch 'comfyanonymous:master' into controlnet-annotator 2023-02-18 18:43:12 +07:00
comfyanonymous
d8af7f6ce7 Update readme. 2023-02-17 22:33:16 -05:00
comfyanonymous
a38a30cb87 Document --highvram and enable it in colab. 2023-02-17 21:32:27 -05:00
comfyanonymous
2326ff1263 Add: --highvram for when you want models to stay on the vram. 2023-02-17 21:27:02 -05:00
comfyanonymous
09f1d76ed8 Fix an OOM issue. 2023-02-17 16:21:01 -05:00
comfyanonymous
d66415c021 Low vram mode for controlnets. 2023-02-17 15:48:16 -05:00
comfyanonymous
220a72d36b Use fp16 for fp16 control nets. 2023-02-17 15:31:38 -05:00
comfyanonymous
71354c7c57 Sort images on LoadImageMask node. 2023-02-17 13:17:09 -05:00
comfyanonymous
1688f5024d Fix a few issues with the custom_nodes PR.
There only needs to be one example in the folder.
2023-02-17 11:19:49 -05:00
Hacker 17082006
6a8cd6f8ac . 2023-02-17 22:56:40 +07:00
Hacker 17082006
190681f0e4 . 2023-02-17 22:49:53 +07:00
Hacker 17082006
1363dc961e . 2023-02-17 22:43:50 +07:00
Hacker 17082006
00571b7ea7 Fix opencv in req.txt 2023-02-17 22:29:52 +07:00
Hacker 17082006
450c308081 Fix req.txt 2023-02-17 22:26:54 +07:00
Hacker 17082006
126e995716 Fix req.txt 2023-02-17 22:18:43 +07:00
Hacker 17082006
d878c764f2 Fix req.txt 2 2023-02-17 22:17:39 +07:00
Hacker 17082006
277cd6f17d Fix req.txt 2 2023-02-17 22:15:48 +07:00
Hacker 17082006
32133dcf61 Fix req.txt 2023-02-17 22:15:19 +07:00
Hacker 17082006
7b0a068194 Add opencv 2023-02-17 22:12:10 +07:00
Hacker 17082006
2973cd6835 Fix node bugs 2023-02-17 22:08:29 +07:00
Hacker 17082006
c66e38ab84 Add classes to NODE_CLASS_MAPPINGS 2023-02-17 21:34:40 +07:00
Hacker 17082006
f2b476fbac Add UniformerPreprocessor and the need of torchvision 2023-02-17 21:28:14 +07:00
Hacker 17082006
96a0804a11 Add ControlNet preprocessors 2023-02-17 21:15:35 +07:00
Fannovel16
fa66ece26b
Merge branch 'comfyanonymous:master' into master 2023-02-17 18:02:52 +07:00
Hacker 17082006
1c5fe809c2 . 2023-02-17 17:59:16 +07:00
comfyanonymous
1cf5b6125b Merge branch 'hide-triton-error-windows' of https://github.com/pythongosssss/ComfyUI 2023-02-17 02:40:42 -05:00
comfyanonymous
638f924546 Sort the list of input images. 2023-02-16 21:01:46 -05:00
comfyanonymous
6135a21ee8 Add a way to control controlnet strength. 2023-02-16 18:08:01 -05:00
pythongosssss
0787299610
Hide Triton warning on Windows
Triton doesnt work on Windows so hide the error
2023-02-16 18:19:26 +00:00
comfyanonymous
56498d505a Create controlnet directory. 2023-02-16 10:50:30 -05:00
comfyanonymous
4efa67fa12 Add ControlNet support. 2023-02-16 10:38:08 -05:00
comfyanonymous
bc69fb5245 Use inpaint models the proper way by using VAEEncodeForInpaint. 2023-02-15 20:44:51 -05:00
comfyanonymous
59bef84bc8 Add the config for SD2.x inpainting models. 2023-02-15 17:52:34 -05:00
comfyanonymous
e87a8669b6 Add a LoadImageMask node to load one colour channel in an image as a mask. 2023-02-15 17:39:42 -05:00
comfyanonymous
d75003001a Add a SetLatentNoiseMask node.
LATENT is now a dict that can contain properties.
2023-02-15 16:58:55 -05:00
comfyanonymous
cef2cc3cb0 Support for inpaint models. 2023-02-15 16:38:20 -05:00
comfyanonymous
07db00355f Add masks to samplers code for inpainting. 2023-02-15 13:16:38 -05:00
Hacker 17082006
e1a047971b Edit comment 2023-02-15 21:50:18 +07:00