VAE Stable Diffusion(稳定扩散)是一种用于生成模型的算法,结合了变分自编码器(Variational Autoencoder,VAE)和扩散生成网络(Diffusion Generative Network)的思想。它通过对变分自编码器进行改进,提高了生成样本的质量和多样性。
Go to file
pice35408784b54431987c4d13c457b9cd c999139932 Add .gitattributes
Signed-off-by: pice35408784b54431987c4d13c457b9cd <c457b9cd@leinao.ai>
2024-09-29 15:10:18 +08:00
.gitattributes Add .gitattributes 2024-09-29 15:10:18 +08:00
README.md Initial commit 2024-09-29 15:10:17 +08:00

README.md

sd-vae-ft-mse-flax

VAE Stable Diffusion稳定扩散是一种用于生成模型的算法结合了变分自编码器Variational AutoencoderVAE和扩散生成网络Diffusion Generative Network的思想。它通过对变分自编码器进行改进提高了生成样本的质量和多样性。