Ryan Dick
|
35f8781ea2
|
Fix static type errors with SCHEDULER_NAME_VALUES. And, avoid bi-directional cross-directory imports, which contribute to circular import issues.
|
2024-07-05 07:38:35 -07:00 |
|
Ryan Dick
|
785bb1d9e4
|
Fix all comparisons against the DEFAULT_PRECISION constant. DEFAULT_PRECISION is a torch.dtype. Previously, it was compared to a str in a number of places where it would always resolve to False. This is a bugfix that results in a change to the default behavior. In practice, this will not change the behavior for many users, because it only causes a change in behavior if a users has configured float32 as their default precision.
|
2024-06-14 11:26:10 -07:00 |
|
dunkeroni
|
cd070d8be9
|
chore: ruff formatting
|
2024-03-01 10:42:33 +11:00 |
|
dunkeroni
|
965867151b
|
chore(invocations): use IMAGE_MODES constant literal
|
2024-03-01 10:42:33 +11:00 |
|
psychedelicious
|
25f64d5b19
|
chore(nodes): "SAMPLER_NAME_VALUES" -> "SCHEDULER_NAME_VALUES"
This was named inaccurately.
|
2024-03-01 10:42:33 +11:00 |
|
psychedelicious
|
e5d8921cf2
|
feat(nodes): extract LATENT_SCALE_FACTOR to constants.py
|
2024-03-01 10:42:33 +11:00 |
|