#计算机科学#For automating the creation of large batches of AI-generated artwork locally.
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 ;)
Multiple notebooks which allow the use of various machine learning methods to generate or modify multimedia content
#计算机科学#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.
#计算机科学#Local image generation using VQGAN-CLIP or CLIP guided diffusion
#计算机科学#A simple library that implements CLIP guided loss in PyTorch.
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-T...
Streamlit Tutorial (ex: stock price dashboard, cartoon-stylegan, vqgan-clip, stylemixing, styleclip, sefa)
Traditional deepdream with VQGAN+CLIP and optical flow. Ready to use in Google Colab.
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 any...
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.
#计算机科学#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 t...
Gradio Web app for running VQGAN-CLIP locally
creates item images utilizing procgen and neural networks
creates ability icon images utilizing procgen and neural networks
#计算机科学#Mozart - A Generative Art Platform
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 ...