"vscode:/vscode.git/clone" did not exist on "9b839e5c9f200f913a06f078a7ec63ae7c72faed"
- 08 Nov, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 07 Nov, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
This allows changing the sampling parameters of the model (eps or vpred) or set the model to use zsnr.
-
-
- 06 Nov, 2023 2 commits
-
-
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.
-
comfyanonymous authored
-
- 05 Nov, 2023 4 commits
-
-
matt3o authored
-
-
comfyanonymous authored
-
gameltb authored
-
- 04 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 03 Nov, 2023 1 commit
-
-
comfyanonymous authored
Converting Nan to zero is a bad idea because it makes it hard to tell when something went wrong.
-
- 02 Nov, 2023 6 commits
-
-
comfyanonymous authored
-
Matteo Spinelli authored
* add drag-drop to node template manager * better dnd, save field on change * actually save templates --------- Co-authored-by:matt3o <matt3o@gmail.com>
-
-
comfyanonymous authored
This should make things that use sampler_cfg_function behave like before. Added an input argument for those that want the denoised output. This means you can calculate the x0 prediction of the model by doing: (input - cond) for example.
-
comfyanonymous authored
-
-
- 01 Nov, 2023 5 commits
-
-
comfyanonymous authored
-
Joseph Antolick authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 31 Oct, 2023 3 commits
-
-
comfyanonymous authored
DDIM is the same as euler with a small difference in the inpaint code. DDIM uses randn_like but I set a fixed seed instead. I'm keeping it in because I'm sure if I remove it people are going to complain.
-
comfyanonymous authored
apply_model in model_base now returns the denoised output. This means that sampling_function now computes things on the denoised output instead of the model output. This should make things more consistent across current and future models.
-
tsone authored
-
- 30 Oct, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 29 Oct, 2023 2 commits
-
-
Jedrzej Kosinski authored
-
comfyanonymous authored
-
- 28 Oct, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 27 Oct, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 26 Oct, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 25 Oct, 2023 1 commit
-
-
comfyanonymous authored
-