Skip to content

LazoYoung/VectorWizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

Architecture

Diffusion-based vector image generator. Aims for a practical application. Click here to see more.

Prerequisite

Install modules

If you don't use anaconda, use pip to install the modules. (Not recommended)

Make sure the CUDA Toolkit 12.4 is installed before you proceed!

conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvidia
conda install -c conda-forge accelerate
conda install -c conda-forge diffusers
conda install conda-forge::transformers
pip install xformers --index-url https://download.pytorch.org/whl/cu124
pip install compel sentencepiece protobuf nltk

Update submodules

git submodule update --init --recursive

Refer this document to install and build DiffVG.

Troubleshoot

About

Vector Image Generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages