add DPM++2 #32
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?
DPM++2M sampler
I tried implementing it a while back (as evident with the commented out samplers here, and adding k-diffusion as a requirement), but no dice. I get a tensor mismatch error:
The size of tensor a (100) must match the size of tensor b (200) at non-singleton dimension 1
Judging from the tortoise-tts-fast repo someone here linked the other day, it seems it doesn't actually use any sampler besides the default one (not even DDIM).
I'll see about trying to remedy the error during my free time.