- 04 Apr, 2024 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 01 Apr, 2024 1 commit
-
-
comfyanonymous authored
calc_cond_batch can take an arbitrary amount of cond inputs. Added a calc_cond_uncond_batch wrapper with a warning so custom nodes won't break.
-
- 21 Mar, 2024 1 commit
-
-
comfyanonymous authored
-
- 16 Mar, 2024 1 commit
-
-
comfyanonymous authored
-
- 11 Mar, 2024 1 commit
-
-
comfyanonymous authored
-
- 03 Mar, 2024 2 commits
-
-
comfyanonymous authored
-
Shiimizu authored
* Implement Differential Diffusion * Cleanup. * Fix. * Masks should be applied at full strength. * Fix colors. * Register the node. * Cleaner code. * Fix issue with getting unipc sampler. * Adjust thresholds. * Switch to linear thresholds. * Only calculate nearest_idx on valid thresholds.
-
- 01 Mar, 2024 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 27 Feb, 2024 1 commit
-
-
comfyanonymous authored
Use ModelSamplingContinuousEDM with edm_playground_v2.5 selected.
-
- 23 Feb, 2024 2 commits
-
-
logtd authored
-
comfyanonymous authored
This causes some small changes to the uni pc inpainting behavior but it seems to improve results slightly.
-
- 09 Feb, 2024 1 commit
-
-
Jedrzej Kosinski authored
-
- 08 Feb, 2024 1 commit
-
-
blepping authored
-
- 26 Jan, 2024 1 commit
-
-
comfyanonymous authored
-
- 23 Jan, 2024 1 commit
-
-
Dr.Lt.Data authored
self.scheduler -> scheduler_name Co-authored-by:Lt.Dr.Data <lt.dr.data@gmail.com>
-
- 03 Jan, 2024 1 commit
-
-
comfyanonymous authored
-
- 19 Dec, 2023 1 commit
-
-
comfyanonymous authored
-
- 18 Dec, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 15 Dec, 2023 1 commit
-
-
Hari authored
-
- 14 Dec, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 13 Dec, 2023 2 commits
-
-
comfyanonymous authored
Moved all the sag related code to comfy_extras/nodes_sag.py
-
Rafie Walker authored
* First SAG test * need to put extra options on the model instead of patcher * no errors and results seem not-broken * Use @ashen-uncensored formula, which works better!!! * Fix a crash when using weird resolutions. Remove an unnecessary UNet call * Improve comments, optimize memory in blur routine * SAG works with sampler_cfg_function
-
- 08 Dec, 2023 1 commit
-
-
comfyanonymous authored
-
- 16 Nov, 2023 1 commit
-
-
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 1 commit
-
-
comfyanonymous authored
-
- 14 Nov, 2023 1 commit
-
-
comfyanonymous authored
This should make it much easier to write custom nodes with kdiffusion type samplers.
-
- 12 Nov, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 11 Nov, 2023 1 commit
-
-
comfyanonymous authored
This was broken because of recent changes so I fixed it and moved it from the experiments repo.
-
- 09 Nov, 2023 1 commit
-
-
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.
-
- 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 1 commit
-
-
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.
-
- 01 Nov, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-