[Project] DALL-3 - generate better images with fewer tokens through clip guided diffusion

This page summarizes the projects mentioned and recommended in the original post on /r/MachineLearning

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. DALLE-pytorch

    Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch (by Jack000)

    link to images and code: https://github.com/Jack000/DALLE-pytorch/

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. guided-diffusion

    link to diffusion model: https://github.com/Jack000/guided-diffusion

  4. DALLE-pytorch

    Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch

    If in general DDPM > GAN > VAE, why do transformer image generators all use VQVAE to decode images? Wouldn't it be better to use a diffusion model? I was wondering about this and started experimenting with different ways to decode vector-quantized embeddings with a diffusion model - see discussion here After a lot of trial and error I got something that works pretty well.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Thoughts on AI image generators from text

    1 project | /r/conspiracy | 9 Aug 2022
  • [P] DALLĀ·E Mini & Mega demo and production API

    1 project | /r/MachineLearning | 12 Jul 2022
  • Google Parti open source implementation

    1 project | news.ycombinator.com | 27 Jun 2022
  • New text-to-image network from Google beats DALL-E

    13 projects | news.ycombinator.com | 23 May 2022
  • Still waiting for dall-e

    1 project | /r/OpenAI | 27 Oct 2021

Did you know that Python is
the 2nd most popular programming language
based on number of references?