ComfyUI/comfy_extras
comfyanonymous dcec1047e6 Invert the start and end percentages in the code.
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.
2023-11-16 04:23:44 -05:00
..
chainner_models Support DiffBIR SwinIR models. 2023-09-07 03:31:43 -04:00
nodes_canny.py Use the GPU for the canny preprocessor when available. 2023-08-29 17:58:40 -04:00
nodes_clip_sdxl.py CLIPTextEncodeSDXL now works when prompts are of very different sizes. 2023-07-06 23:23:54 -04:00
nodes_compositing.py Fix SplitImageWithAlpha and JoinImageWithAlpha. 2023-10-08 15:52:10 -04:00
nodes_custom_sampler.py Clean up and refactor sampler code. 2023-11-14 00:39:34 -05:00
nodes_freelunch.py Implement updated FreeU as _for_testing->FreeU_V2 node 2023-10-18 02:06:49 -04:00
nodes_hypernetwork.py Support hypernetwork with mish activation function and layer norm. 2023-10-17 12:08:03 -04:00
nodes_hypertile.py HyperTile node, can be found in: _for_testing->HyperTile 2023-10-21 05:16:38 -04:00
nodes_latent.py Fix typo. 2023-09-22 01:33:46 -04:00
nodes_mask.py Fix MaskComposite 2023-10-13 13:40:53 -03:00
nodes_model_advanced.py Invert the start and end percentages in the code. 2023-11-16 04:23:44 -05:00
nodes_model_merging.py Add a CLIPSave node to save CLIP model weights. 2023-10-10 01:24:49 -04:00
nodes_post_processing.py add difference blend mode 2023-11-05 19:00:23 +01:00
nodes_rebatch.py Increase maximum batch size in LatentRebatch. 2023-11-02 13:07:41 -04:00
nodes_tomesd.py Add some more transformer hooks and move tomesd to comfy_extras. 2023-06-24 03:30:22 -04:00
nodes_upscale_model.py Support DiffBIR SwinIR models. 2023-09-07 03:31:43 -04:00