Skip to content

How should sde_steps be chosen relative to the sigma schedule? #35

@Auraithm

Description

@Auraithm

Thank you for your nice work!
Description:

Different models have very different sigma schedules due to different shift parameters. For example, with 10 inference steps:

Low shift (mu ≈ 0.5-1.15):

step:  0     1     2     3     4     5     6     7     8     9
sigma: 1.00  0.93  0.86  0.78  0.69  0.59  0.49  0.38  0.27  0.15

High shift (mu ≈ 2.0):

step:  0     1     2     3     4     5     6     7     8     9
sigma: 1.00  0.98  0.95  0.91  0.87  0.81  0.73  0.61  0.43  0.10

The same sde_steps: [1, 2, 3] maps to very different sigma ranges depending on the schedule. How should sde_steps be set for different sigma distributions?

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