Text-to-Video
Diffusers
Safetensors
English
StableDiffusionPseudo3DPipeline
text-to-image
jax-diffusers-event
art
lopho commited on
Commit
ed3f93a
·
1 Parent(s): 041c082

add arxiv link for LDM

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -103,7 +103,7 @@ Trainig statistics are available at [Weights and Biases](https://wandb.ai/tempof
103
 
104
  ## Acknowledgements
105
 
106
- * [CompVis](https://github.com/CompVis/) for [Latent Diffusion Models]() + [Stable Diffusion]()
107
  * [Meta AIs Make-A-Video](https://arxiv.org/abs/2209.14792) for the research of applying pseudo 3D convolution and attention to existing image models
108
  * [Phil Wang](https://github.com/lucidrains) for the torch implementation of [Make-A-Video Pseudo3D convolution and attention](https://github.com/lucidrains/make-a-video-pytorch/)
109
  * [lxj616](https://huggingface.co/lxj616) for initial proof of feasibility of LDM + Make-A-Video
 
103
 
104
  ## Acknowledgements
105
 
106
+ * [CompVis](https://github.com/CompVis/) for [Latent Diffusion Models](https://arxiv.org/abs/2112.10752) + [Stable Diffusion](https://github.com/CompVis/stable-diffusion)
107
  * [Meta AIs Make-A-Video](https://arxiv.org/abs/2209.14792) for the research of applying pseudo 3D convolution and attention to existing image models
108
  * [Phil Wang](https://github.com/lucidrains) for the torch implementation of [Make-A-Video Pseudo3D convolution and attention](https://github.com/lucidrains/make-a-video-pytorch/)
109
  * [lxj616](https://huggingface.co/lxj616) for initial proof of feasibility of LDM + Make-A-Video