Sergey Borisov
|
eef88d1f83
|
Update gradient mask node version
|
2024-07-26 19:33:41 +03:00 |
|
Sergey Borisov
|
78f6850fc0
|
Fix gradient mask values range
|
2024-07-26 19:28:00 +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 |
|