Error when using CVVP weight above 0% on already generated latents #21
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Slimmer computed latents are turned off
The first generation (latent are generated just fine) is okay when CVVP weight is not 0%. i.e. 85% CLVP and 15% CVVP. But when i try to generate with already computed latents during
Computing best candidates using CLVP 85% and CVVP 15%
i get this error:Error when using CVVP weight above 0%to Error when using CVVP weight above 0% on already generated latentsYou need to manually delete the cond_latents.pth for it to generate again now. Maybe specific naming conventions for activated/disabled could resolve this?
The same error occurs when trying to generate with multiple candidates for the 2nd time.
Fixed in commit
5f1c032312
.I think while I was trying to cram DirectML support, I forgot to guarantee the
auto_conds
also got moved to the GPU, but just the main conditioning latents did.