From ab3ed5fce1af792a2593fa0633fb060c0a6f35e2 Mon Sep 17 00:00:00 2001 From: pice35408784b54431987c4d13c457b9cd Date: Sun, 29 Sep 2024 15:10:17 +0800 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e64e71d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# sd-vae-ft-mse-flax + +VAE Stable Diffusion(稳定扩散)是一种用于生成模型的算法,结合了变分自编码器(Variational Autoencoder,VAE)和扩散生成网络(Diffusion Generative Network)的思想。它通过对变分自编码器进行改进,提高了生成样本的质量和多样性。 \ No newline at end of file