#计算机科学# Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
#计算机科学# Google 文字合成图像神经网络,Imagen Pytorch 的实现
Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion
#计算机科学# Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch
翻译 - 在Pytorch中实现/复制OpenAI,OpenAI的文本到图像转换器
#计算机科学# Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun
翻译 - 使用Openai的剪辑和警报器(隐式神经表示网络)的简单命令行工具
#大语言模型# This repository contains a hand-curated resources for Prompt Engineering with a focus on Generative Pre-trained Transformer (GPT), ChatGPT, PaLM etc
#计算机科学# min(DALL·E) is a fast, minimal port of DALL·E Mini to PyTorch
Diffusion model papers, survey, and taxonomy
Kandinsky 2 — multilingual text2image latent diffusion model
#计算机科学# A playground to generate images from any text prompt using Stable Diffusion (past: using DALL-E Mini)
Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.
翻译 - 只是尝试让 VQGAN+CLIP 在本地运行,而不必使用 colab。
#计算机科学# A simple command line tool for text to image generation, using OpenAI's CLIP and a BigGAN. Technique was originally created by https://twitter.com/advadnoun
翻译 - 一个简单的命令行工具,用于图片生成的文本,使用Openai的剪辑和Biggan
Text-to-Image generation. The repo for NeurIPS 2021 paper "CogView: Mastering Text-to-Image Generation via Transformers".
翻译 - 文本到图像生成
[ICML 2024] Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs (RPG)
Generate images from texts. In Russian
翻译 - 从文本生成图像。俄语
Official Pytorch Implementation for "TokenFlow: Consistent Diffusion Features for Consistent Video Editing" presenting "TokenFlow" (ICLR 2024)
[ECCV 2024] The official implementation of paper "BrushNet: A Plug-and-Play Image Inpainting Model with Decomposed Dual-Branch Diffusion"
Turn any face into a video game character, pixel art, claymation, 3D or toy
Text2Room generates textured 3D meshes from a given text prompt using 2D text-to-image models (ICCV2023).
#计算机科学# Implementation of Muse: Text-to-Image Generation via Masked Generative Transformers, in Pytorch