SkillAgentSearch skills...

ProcessPainter

[SIGGRAPH Asia 2024] Painting process generating using diffusion models

Install / Use

/learn @nicolaus-huang/ProcessPainter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ProcessPainter

<a href="https://arxiv.org/abs/2406.06062"><img src="https://img.shields.io/badge/ariXv-2406.06062-A42C25.svg" alt="arXiv"></a> <a href="https://huggingface.co/nicolaus-huang/ProcessPainter/tree/main"><img src="https://img.shields.io/badge/🤗_HuggingFace-Model-ffbd45.svg" alt="HuggingFace"></a>

Painting process generating using diffusion models

TODO:

  • [x] Basic Inference Code Release
  • [x] Full Inference Code Release
  • [x] Training Code Release
  • [ ] Training Dataset Release
  • [x] Checkpoints Release

ProgressPainter is a model based on animatediff to generate Human-like painting progresses.

We pretrained the painting module based on multiple traditional painting pregress reconstruction methods.

Then we fintuned the painting moodule using very few real-world painting progresses with LoRA (Low Rank Adaptation) techniques, the perfromance of generating painting progresses is amazing.

lora-1

Furthermore, by combining image reference net, we are able to reconstruct existing paintings or finish unfinished painting progresses.

Inferencing

MINIMAL 30GB GPU memory is REQUIRED for SINGLE inferencing!!!

Download the pre-trained models from Huggingface Repo and then get them into models folder accordingly. If you need to do speedpaintings, you would need to download the dreambooth model from the community HERE.

wget -O models/DreamBooth_LoRA/v3_sd15_adapter.ckpt https://huggingface.co/guoyww/animatediff/blob/main/v3_sd15_adapter.ckpt
git lfs install
git clone https://huggingface.co/runwayml/stable-diffusion-v1-5 models/stable-diffusion-v1-5
Painting Characters
python scripts/animate.py --config configs/prompts/character.yaml 
Painting Buildings
python scripts/animate.py --config configs/prompts/speedpainting.yaml 

Acknowledgment

Stylized Neural Painting

Learning to Paint With Model-based Deep Reinforcement Learning

Paint Transformer: Feed Forward Neural Painting with Stroke Prediction

AnimateDiff: Animate Your Personalized Text-to-Image Diffusion Models without Specific Tuning

Training data comes from @"Doodling by the Lakeside.", thanks for his contribution.

View on GitHub
GitHub Stars96
CategoryDevelopment
Updated13d ago
Forks5

Languages

Python

Security Score

95/100

Audited on Mar 21, 2026

No findings