Frequently used tools for development in pytorch
Frequently used tools for development in diffusion models, based on diffusers
A customed stable diffusion pipeline for text2img, optimization through diffusion model, etc.
segment input image with opaque background, based on SAM
(Environment information is in the Env_CMD file temporarily) Just clone it and put the folder in the workspace
create virtual environment
conda create -n ToolKitQ python=3.9
conda activate ToolKitQ
install packages
cd ToolKitQ
bash install.sh