vqgan
There are 38 repositories under vqgan topic.
sczhou/CodeFormer
[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer
fishaudio/fish-speech
Brand new TTS solution
CasualGANPapers/Make-A-Scene
Pytorch implementation of Make-A-Scene: Scene-Based Text-to-Image Generation with Human Priors
RQ-Wu/RIDCP_dehazing
[CVPR 2023] | RIDCP: Revitalizing Real Image Dehazing via High-Quality Codebook Priors
chaofengc/FeMaSR
PyTorch codes for "Real-World Blind Super-Resolution via Feature Matching with Implicit High-Resolution Priors", ACM MM2022 (Oral)
hhguo/MSMC-TTS
Official Implement of Multi-Stage Multi-Codebook (MSMC) TTS
mehdidc/feed_forward_vqgan_clip
Feed forward VQGAN-CLIP model, where the goal is to eliminate the need for optimizing the latent space of VQGAN for each input prompt
rkhamilton/vqgan-clip-generator
Implements VQGAN+CLIP for image and video generation, and style transfers, based on text and image prompts. Emphasis on ease-of-use, documentation, and smooth video creation.
pytti-tools/pytti-notebook
Start here
KR-HappyFace/KoDALLE
🇰🇷 Text to Image in Korean
kcosta42/VQGAN-CLIP-Docker
Zero-Shot Text-to-Image Generation VQGAN+CLIP Dockerized
joanrod/ocr-vqgan
OCR-VQGAN, a discrete image encoder (tokenizer and detokenizer) for figure images in Paper2Fig100k dataset. Implementation of OCR Perceptual loss for clear text-within-image generation. Fork from VQGAN in CompVis/taming-transformers
JiauZhang/binary-latent-diffusion
Implementation of Binary Latent Diffusion
affromero/NTIRE22_Inpainting
NTIRE 2022 - Image Inpainting Challenge
SerezD/vqvae-vqgan-pytorch-lightning
VQ-VAE/GAN implementation in pytorch-lightning
happy-jihye/Streamlit-Tutorial
Streamlit Tutorial (ex: stock price dashboard, cartoon-stylegan, vqgan-clip, stylemixing, styleclip, sefa)
Qiyuan-Ge/PaintMind
Fast and controllable text-to-image model.
LIAGM/DAEFR
[ICLR 2024] DAEFR: Dual Associated Encoder for Face Restoration
robobeebop/VQGAN-CLIP-Video
Traditional deepdream with VQGAN+CLIP and optical flow. Ready to use in Google Colab.
overshard/ai-art
Art generation using VQGAN + CLIP using docker containers. A simplified, updated, and expanded upon version of Kevin Costa's work. This project tries to make generating art as easy as possible for anyone with a GPU by providing a simple web UI.
rosinality/taming-transformers-pytorch
Implementation of Taming Transformers for High-Resolution Image Synthesis (https://arxiv.org/abs/2012.09841) in PyTorch
sborquez/VQGAN_CLIP_docker
Docker for VQGAN+CLIP (z+quantize method)
olaviinha/NeuralTextToImage
Colabs for text prompt steered image generators
khanhvu207/vqgan
An unofficial PyTorch implementation of VQGAN
sayedmohamedscu/VQGAN
Vector-Quantized Generative Adversarial Networks
Kurokabe/GANime
Video generation of anime content based on the first and last frame
sbmagar13/VQGAN-CLIP-Text-to-Image
Text-to-Image Synthesis using Multimodal (VQGAN + CLIP) Architectures
mehdidc/vqgan_nodep
VQGAN from LDM without hell of dependencies
PRAN20/VQ-GAN
VQGAN and CLIP are actually two separate machine learning algorithms that can be used together to generate images based on a text prompt. VQGAN is a generative adversarial neural network that is good at generating images that look similar to others (but not from a prompt), and CLIP is another neural network that is able to determine how well a caption (or prompt) matches an image.
joanrod/paper2figure-dataset
Pipeline to create Paper2Fig dataset, a dataset for text-to-image generation from research papers and figures (e.g., diagrams of architectures or methods in fields like Machine Learning or Computer Vision)
Vrushank264/VQGAN
Pytorch implementation of "Taming transformer for high resolution image synthesis (VQGAN)"
Rivera-ai/VQGAN-pytorch-Inference
Branch of the original Project "dome272/VQGAN-pytorch" adding an inference file for the VQGAN (Not for the VQGAN Transformers)
andrew264/ImageExpts
Doing devious stuff with images
mahalrs/newsgen
Multi-Modal Image Generation for News Stories
ericyangchen/MaskGIT-for-image-inpainting_VQGAN-with-Transformer
Implementing MaskGIT for image inpainting with PyTorch