Repository navigation

#

vqgan-clip

For automating the creation of large batches of AI-generated artwork locally.

Python
632
2 年前

Getting the latest versions of Disco Diffusion to work locally, instead of colab. Including how I run this on Windows, despite some Linux only dependencies ;)

Jupyter Notebook
316
3 年前

Multiple notebooks which allow the use of various machine learning methods to generate or modify multimedia content

Jupyter Notebook
179
2 年前

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.

Jupyter Notebook
113
3 年前

Local image generation using VQGAN-CLIP or CLIP guided diffusion

Python
102
2 年前

A simple library that implements CLIP guided loss in PyTorch.

Python
77
3 年前

Based on the Disco Diffusion, we have developed a Chinese & English version of the AI art creation software "AI Atelier". We offer both Text-To-Image models (Disco Diffusion and VQGAN+CLIP) and Text-To-Text (GPT-J-6B and GPT-NEOX-20B) as options. 在Disco Diffusion模型的基础上,我们开发了一款汉化版AI艺术创作软件“AI聊天画室”。我们同时提供了文本生成图像模型(Disco Diffusion与VQGAN+CLIP)及文本生成文本(GPT-J-6B及GPT-NEOX-20B)可供选择。

Python
46
3 年前

Streamlit Tutorial (ex: stock price dashboard, cartoon-stylegan, vqgan-clip, stylemixing, styleclip, sefa)

Python
39
2 年前

Generates a random prompt for a VQGAN+CLIP

Python
34
3 年前

Traditional deepdream with VQGAN+CLIP and optical flow. Ready to use in Google Colab.

Python
23
3 年前

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.

Python
18
3 年前

ArtAI is an interactive art installation that collects people's ideas in real-time from social media and uses deep learning and AI art generation to curate these ideas into a dynamic display.

GDScript
15
4 年前

The purpose of the project is to understand a basic GAN from scratch. A WGAN was built to generate people's faces based in the Celeba Dataset. VQGAN + CLIP model was used to generate unique designs that would be used in fashion.

Jupyter Notebook
7
2 年前

Gradio Web app for running VQGAN-CLIP locally

Jupyter Notebook
5
4 年前

creates item images utilizing procgen and neural networks

Python
4
2 年前

AI-powered art generator based on VQGAN+CLIP

Jupyter Notebook
4
3 年前

creates ability icon images utilizing procgen and neural networks

Python
4
2 年前

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.

Jupyter Notebook
3
3 年前