Ryan Dick
|
6a89176c6a
|
Split FLUX VAE encoding out into its own node from ImageToLatentsInvocation.
|
2024-08-29 21:12:51 +00:00 |
|
Ryan Dick
|
a67340e628
|
Bump FLUX node versions after splitting out VAE encode/decode.
|
2024-08-29 19:21:12 +00:00 |
|
Ryan Dick
|
b33cba500c
|
Get FLUX non-masked image-to-image working - still rough.
|
2024-08-29 19:21:12 +00:00 |
|
Ryan Dick
|
21701173d8
|
Add FLUX VAE support to ImageToLatentsInvocation.
|
2024-08-29 19:21:12 +00:00 |
|
Ryan Dick
|
3752509066
|
Expose the VAE tile_size on the VAE encode and decode invocations.
|
2024-07-02 09:07:03 -04:00 |
|
Ryan Dick
|
79640ba14e
|
Add context manager for overriding VAE tiling params.
|
2024-07-02 09:07:03 -04: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
|
58697141bf
|
Move ImageToLatentsInvocation to its own file. No functional changes.
|
2024-06-07 09:28:42 -04:00 |
|