- 12 Dec, 2023 4 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
comfy.ops -> comfy.ops.disable_weight_init This should make it more clear what they actually do. Some unused code has also been removed.
-
- 11 Dec, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
Use fp16 text encoder weights for CPU inference to lower memory usage.
-
- 10 Dec, 2023 1 commit
-
-
comfyanonymous authored
-
- 09 Dec, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 08 Dec, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 07 Dec, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
Use a simple CLIP model implementation instead of the one from transformers. This will allow some interesting things that would too hackish to implement using the transformers implementation.
-
- 06 Dec, 2023 1 commit
-
-
comfyanonymous authored
-
- 05 Dec, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 04 Dec, 2023 5 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
--fp8_e4m3fn-unet and --fp8_e5m2-unet are the two different formats supported by pytorch.
-
comfyanonymous authored
-
- 03 Dec, 2023 1 commit
-
-
comfyanonymous authored
Previously when a list of 3 images [0, 1, 2] was used for a 6 frame video they were concated like this: [0, 1, 2, 0, 1, 2] now they are concated like this: [0, 0, 1, 1, 2, 2]
-
- 01 Dec, 2023 1 commit
-
-
comfyanonymous authored
-
- 28 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 27 Nov, 2023 4 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 26 Nov, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
Now everything in transformer_options gets put in extra_options.
-
- 25 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 24 Nov, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 22 Nov, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 21 Nov, 2023 1 commit
-
-
comfyanonymous authored
-