sd-webui-deoldify/README.md

2.8 KiB
Raw Blame History

DeOldify for Stable Diffusion WebUI

This is an extension for StableDiffusion's AUTOMATIC1111 web-ui that allows colorize of old photos and old video. It is based on deoldify.

example

Compatibility

OS

OS Compatibility Remark
Windows 11 Thank for @w-e-w test
Linux

Pytorch

Version Compatibility Remark
<=1.13.1+cu117
2.1.0.dev20230711+rocm5.5 Thanks for @fgtm2023 test
2.0.1+cu118 Thank for @w-e-w test

Other

If you have tested other systems or Pytorch during use, please submit a PR and attach a screenshot of the successful operation. Thank you

Installation

In web-ui, go to the "Extensions" tab and use this URL https://github.com/SpenserCai/sd-webui-deoldify in the "install from URL" tab.

2023-08-05Support install from Extensions list

If your network is not good, you can download the extension from Hugging Face Model

Usage

1.To completely exit webui, you need to add --disable-safe-unpickle at startup.

2.In web-ui, go to the "Extra" tab and select "DeOldify" checkbox.

3.Upload the old photo you want to colorize.

Application Scenario

Combining Upscale, GFPGAN, and Denoldify for old photo restoration effects

Before After
before after

Video Colorization

video_demo

In "DeOldify" tab, upload the video you want to colorize,set "Render Factor" and click "Run". Now,colorization need long time,please wait patiently.

You need install ffmpeg

sudo apt install ffmpeg

TODO

  • Support video colorization
  • Support repair options
  • Support for simultaneous generation of images with different Render Factor values and Artistic on/off like “X/Y/Z Script” #2
  • Support need not to add --disable-safe-unpickle at startup #5