Sergey Borisov
|
bd8890be11
|
Revert "Fix create gradient mask node output"
This reverts commit 9d1fcba415 .
|
2024-07-26 19:24:46 +03:00 |
|
Sergey Borisov
|
9d1fcba415
|
Fix create gradient mask node output
|
2024-07-23 23:29:28 +03: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 |
|
Ryan Dick
|
52c0c4a32f
|
Rename latent.py -> denoise_latents.py.
|
2024-06-07 09:28:42 -04:00 |
|
Ryan Dick
|
fea9013cad
|
Move CreateGradientMaskInvocation to its own file. No functional changes.
|
2024-06-07 09:28:42 -04:00 |
|