- 20 Nov, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 19 Nov, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 18 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 17 Nov, 2023 2 commits
-
-
comfyanonymous authored
Pytorch supports two variants of fp8: --fp8_e4m3fn-text-enc (the one that seems to give better results) --fp8_e5m2-text-enc
-
comfyanonymous authored
Improve diffusers model detection.
-
- 16 Nov, 2023 5 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
By adding a downscale to the unet in the first timesteps this node lets you generate images at higher resolutions with less consistency issues.
-
comfyanonymous authored
-
comfyanonymous authored
This doesn't affect how percentages behave in the frontend but breaks things if you relied on them in the backend. percent_to_sigma goes from 0 to 1.0 instead of 1.0 to 0 for less confusion. Make percent 0 return an extremely large sigma and percent 1.0 return a zero one to fix imprecision.
-
- 15 Nov, 2023 4 commits
-
-
comfyanonymous authored
-
-
comfyanonymous authored
-
42lux authored
-
- 14 Nov, 2023 8 commits
-
-
comfyanonymous authored
-
-
comfyanonymous authored
-
comfyanonymous authored
This should make it much easier to write custom nodes with kdiffusion type samplers.
-
Jianqi Pan authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 13 Nov, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 12 Nov, 2023 5 commits
-
-
pythongosssss authored
* support numeric/text ids
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 11 Nov, 2023 5 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
This was broken because of recent changes so I fixed it and moved it from the experiments repo.
-
- 10 Nov, 2023 1 commit
-
-
comfyanonymous authored
Unload models before getting weights for model patching.
-
- 09 Nov, 2023 2 commits
-
-
comfyanonymous authored
Use the "lcm" sampler to sample them, you also have to use the ModelSamplingDiscrete node to set them as lcm models to use them properly.
-
comfyanonymous authored
-