"web/extensions/vscode:/vscode.git/clone" did not exist on "ef5954835f196834b6a8152d516ab98686372d12"
- 25 Feb, 2023 1 commit
-
-
comfyanonymous authored
They are loaded as CONTROL_NET objects because they are similar.
-
- 24 Feb, 2023 1 commit
-
-
comfyanonymous authored
This decodes the image with the VAE in tiles which should be faster and use less vram. It's in the _for_testing section so I might change/remove it or even add the functionality to the regular VAEDecode node depending on how well it performs which means don't depend too much on it.
-
- 23 Feb, 2023 3 commits
-
-
pythongosssss authored
Moved socket output updates to all node executions Made image rendering on nodes more generic
-
comfyanonymous authored
-
comfyanonymous authored
Might be useful for controlnets.
-
- 21 Feb, 2023 2 commits
-
-
pythongosssss authored
Reworked sockets to use socketio Added progress to nodes Added highlight to active node Added preview to saveimage node
-
comfyanonymous authored
It can be used to apply multiple control nets at the same time.
-
- 19 Feb, 2023 1 commit
-
-
comfyanonymous authored
-
- 17 Feb, 2023 5 commits
-
-
m957ymj75urz authored
-
comfyanonymous authored
-
comfyanonymous authored
There only needs to be one example in the folder.
-
Hacker 17082006 authored
-
comfyanonymous authored
-
- 16 Feb, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 15 Feb, 2023 5 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
LATENT is now a dict that can contain properties.
-
Hacker 17082006 authored
-
Hacker 17082006 authored
-
Hacker 17082006 authored
-
- 14 Feb, 2023 1 commit
-
-
Hacker 17082006 authored
-
- 13 Feb, 2023 3 commits
-
-
Hacker 17082006 authored
-
Hacker 17082006 authored
-
Hacker 17082006 authored
-
- 12 Feb, 2023 1 commit
-
-
comfyanonymous authored
-
- 09 Feb, 2023 4 commits
-
-
BazettFraga authored
-
comfyanonymous authored
-
BazettFraga authored
-
BazettFraga authored
-
- 08 Feb, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 05 Feb, 2023 1 commit
-
-
comfyanonymous authored
Put them in models/clip
-
- 04 Feb, 2023 2 commits
-
-
comfyanonymous authored
It's pretty much the same as the LatentUpscale node for now but for images in pixel space.
-
comfyanonymous authored
-
- 03 Feb, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
The models are modified in place before being used and unpatched after. I think this is better than monkeypatching since it might make it easier to use faster non pytorch unet inference in the future.
-
- 31 Jan, 2023 3 commits
-
-
comfyanonymous authored
This can be used to "paste" one latent image on top of the other.
-
comfyanonymous authored
-
comfyanonymous authored
This node exposes more sampling options and makes it possible for example to sample the first few steps on the latent image, do some operations on it and then do the rest of the sampling steps. This can be achieved using the start_at_step and end_at_step options.
-