- 07 Dec, 2023 1 commit
-
-
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 Nov, 2023 1 commit
-
-
comfyanonymous authored
More generic clip model class that can be used on more types of text encoders. Don't apply weighting algorithm when weight is 1.0 Don't compute an empty token output when it's not needed.
-
- 28 Oct, 2023 1 commit
-
-
comfyanonymous authored
-
- 27 Oct, 2023 1 commit
-
-
comfyanonymous authored
-
- 15 Sep, 2023 1 commit
-
-
comfyanonymous authored
Before I had made the last layer the penultimate layer because some checkpoints don't have them but it's not consistent with the others models. TLDR: for SD2.x models only: CLIPSetLastLayer -1 is now -2.
-
- 24 Aug, 2023 1 commit
-
-
comfyanonymous authored
-
- 15 Jul, 2023 1 commit
-
-
comfyanonymous authored
-
- 03 Jul, 2023 1 commit
-
-
comfyanonymous authored
-
- 22 Jun, 2023 1 commit
-
-
comfyanonymous authored
Large refactor of the model detection and loading code.
-
- 15 Apr, 2023 1 commit
-
-
comfyanonymous authored
-
- 05 Feb, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
Put them in models/clip
-
comfyanonymous authored
This should make things a bit cleaner.
-
- 17 Jan, 2023 1 commit
-
-
comfyanonymous authored
-