blessedcoolant
|
cd99ef2f46
|
Merge branch 'main' into lstein/feat/sd3-model-loading
|
2024-06-20 08:43:34 +05:30 |
|
blessedcoolant
|
f65d50a4dd
|
wip: basic wrapper for generating sd3 images
|
2024-06-16 04:18:20 +05:30 |
|
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
|
045caddee1
|
Move LatentsToImageInvocation to its own file. No functional changes.
|
2024-06-07 09:28:42 -04:00 |
|