"Colorize and repair" is really two distinct restoration tasks that happen to often apply to the same old photo. Colorization (adding plausible color to black-and-white images) and repair (removing scratches, tears, and damage) use different techniques, and DeOldify — the most established free, open-source tool in this space — explicitly handles only the first.
Doing colorization and repair as separate steps
1. Colorize first using DeOldify's free Colab notebook. No local installation is required — upload your photo to the Colab notebook in a browser and it applies AI-based colorization at no cost.
2. Treat the resulting colors as a plausible guess, not ground truth. If historical accuracy matters (a specific uniform color, a known object), the AI's guess may be wrong — it's inferring from patterns in its training data, not from any actual knowledge of your specific photo's history.
3. Handle scratch/damage repair as a separate editing step. For physical damage (scratches, tears, missing sections), you'll need a different tool or technique — this isn't something colorization models address, and combining the two into "one free app" oversells what any single tool actually does.
# Free colorization workflow using DeOldify's Colab notebook
# 1. Open the official DeOldify Colab notebook (no install needed)
# https://colab.research.google.com/github/jantic/DeOldify/blob/master/ImageColorizerColab.ipynb
# 2. Upload your black-and-white photo
# 3. Choose a model: "stable" or "artistic" (video model is for footage)
# 4. Run the notebook cells to generate the colorized output
#
# Note: this step does NOT repair scratches or damage --
# that requires separate photo-editing/inpainting tools
| Task | Does DeOldify Handle This? |
|---|---|
| Adding plausible color to a black-and-white photo | Yes — its core function |
| Repairing scratches, tears, or physical damage | No — a separate restoration task requiring different tools |
Being precise about what a free tool actually does prevents disappointment: DeOldify is genuinely excellent at colorization and genuinely free, but expecting it to also fix a torn or heavily damaged photo is expecting a tool to do a job it was never built for.
Practical Challenge
Find an old black-and-white family photo, run it through DeOldify's free Colab notebook, and compare the "stable" and "artistic" model outputs to see which one you prefer for that specific image.
Concept Check
Sources & Further Reading
- DeOldify (official site) — background on the project and its NoGAN colorization technique.
- DeOldify (GitHub) — the open-source repository, including the free Colab notebook link and explicit notes on its scope/limitations.
AI