diff --git a/projects/blip-diffusion/README.md b/projects/blip-diffusion/README.md index f8317b15e..d07b65428 100644 --- a/projects/blip-diffusion/README.md +++ b/projects/blip-diffusion/README.md @@ -1,6 +1,8 @@ ## BLIP-Diffusion: Pre-trained Subject Representation for Controllable Text-to-Image Generation and Editing +[Paper](), [Demo Site](https://dxli94.github.io/BLIP-Diffusion-website/) + This repo will host the official implementation of BLIP-Diffusion, a text-to-image diffusion model with built-in support for multimodal subject-and-text condition. BLIP-Diffusion enables zero-shot subject-driven generation, and efficient fine-tuning for customized subjects with up to 20x speedup. In addition, BLIP-Diffusion can be flexibly combiend with ControlNet and prompt-to-prompt to enable novel subject-driven generation and editing applications. -Code and pretrained models are coming soon. \ No newline at end of file +Implementations are coming soon.