mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-03 02:00:29 +08:00
Mark widgets as advanced across core, comfy_extras, and comfy_api_nodes to support the new collapsible advanced inputs section in the frontend. Changes: - 267 advanced markers in comfy_extras/ - 162 advanced markers in comfy_api_nodes/ - All files pass python3 -m py_compile verification Widgets marked advanced (hidden by default): - Scheduler internals: sigma_max, sigma_min, rho, mu, beta, alpha - Sampler internals: eta, s_noise, order, rtol, atol, h_init, pcoeff, etc. - Memory optimization: tile_size, overlap, temporal_size, temporal_overlap - Pipeline controls: add_noise, start_at_step, end_at_step - Timing controls: start_percent, end_percent - Layer selection: stop_at_clip_layer, layers, block_number - Video encoding: codec, crf, format - Device/dtype: device, noise_device, dtype, weight_dtype Widgets kept basic (always visible): - Core params: strength, steps, cfg, denoise, seed, width, height - Model selectors: ckpt_name, lora_name, vae_name, sampler_name - Common controls: upscale_method, crop, batch_size, fps, opacity Related: frontend PR #11939 Amp-Thread-ID: https://ampcode.com/threads/T-019c1734-6b61-702e-b333-f02c399963fc |
||
|---|---|---|
| .. | ||
| apis | ||
| util | ||
| __init__.py | ||
| nodes_bfl.py | ||
| nodes_bria.py | ||
| nodes_bytedance.py | ||
| nodes_gemini.py | ||
| nodes_grok.py | ||
| nodes_hunyuan3d.py | ||
| nodes_ideogram.py | ||
| nodes_kling.py | ||
| nodes_ltxv.py | ||
| nodes_luma.py | ||
| nodes_magnific.py | ||
| nodes_meshy.py | ||
| nodes_minimax.py | ||
| nodes_moonvalley.py | ||
| nodes_openai.py | ||
| nodes_pixverse.py | ||
| nodes_recraft.py | ||
| nodes_rodin.py | ||
| nodes_runway.py | ||
| nodes_sora.py | ||
| nodes_stability.py | ||
| nodes_topaz.py | ||
| nodes_tripo.py | ||
| nodes_veo2.py | ||
| nodes_vidu.py | ||
| nodes_wan.py | ||
| nodes_wavespeed.py | ||