Digital AI painter. Features:
- generate pictures by text description (generate via ComfyUI);
- regenerate specified areas of image (inpaint via ComfyUI);
- remove specified objects from pictures (inpaint via lama-cleaner);
- upscale 4x (via models
RealESRGAN_x4+
andRealESRGAN_x4+_anime_6B
); - models import from CivitAi;
- modern Flux models support.
- Windows 10+ (x64)
- 16GB RAM
- NVIDIA video card (4GB VRAM, CUDA 11.4)
- for Flux: 12GB VRAM, 32GB RAM + 32GB swap
- 20 GB disk space
Tested on NVIDIA RTX 3060.
- download precompiled AiPainter-3.0.0 from mega.nz
- unpack
- run
AiPainter.exe
- look into
logs
folder - check
Config.json
- install Anaconda
- install MS Visual Studio Community 2022
git clone [email protected]:yar3333/aipainter.git --recurse-submodules
- look into subfolders in
_external
and fix paths in*.cmd
helpers to condaenvs
directory - run
create_conda_env.cmd
helpers to prepare conda environments - now you can use
run.cmd
helpers to run python projects - open
AiPainter.sln
in Visual Studio and build it