mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 17:42:58 +08:00
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. |
||
|---|---|---|
| .. | ||
| chainner_models | ||
| nodes_canny.py | ||
| nodes_clip_sdxl.py | ||
| nodes_compositing.py | ||
| nodes_custom_sampler.py | ||
| nodes_freelunch.py | ||
| nodes_hypernetwork.py | ||
| nodes_hypertile.py | ||
| nodes_latent.py | ||
| nodes_mask.py | ||
| nodes_model_advanced.py | ||
| nodes_model_merging.py | ||
| nodes_post_processing.py | ||
| nodes_rebatch.py | ||
| nodes_tomesd.py | ||
| nodes_upscale_model.py | ||