Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 57
Missing Scaling factor #33
Copy link
Copy link
Open
Description
Metadata
Metadata
Assignees
Labels
No labels
Hi,
This is really a very good repo for learning stable diffusion from scratch. However, I found the missing scaling factor that should have been applied to latent$z$ before U-Net. It was said to keep the variance of the latent onto a unit circle which could facilitate training. A detailed discussion can be found at:
huggingface/diffusers#437
Cheers,
Liyan