Skip to content

CFG Scale == Mimic Scale deactivates all processing #110

Open
@heftig

Description

@heftig

For the Comfy node as used in SwarmUI, setting the cfg_scale == mimic_scale apparently deactivates the node completely, no matter what the other settings are.

However, I think the node should only by bypassed when

  (interpolate_phi == 0.0) ||
  (variability_measure == "AD" && threshold_percentile == 0.0) ||
  (cfg_mode == "Constant" && mimic_mode == "Constant" && cfg_scale == mimic_scale) ||
  (cfg_scale == mimic_scale && cfg_scale_min == mimic_scale_min)

or just remove this optimization completely.

This would retain the ability to vary the scales over time, even if the endpoints are equal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions