update readme
parent
94b2b0bb60
commit
1bb624c9a5
54
README.md
54
README.md
|
|
@ -1,2 +1,52 @@
|
|||
# sd-webui-deoldify
|
||||
DeOldify for Stable Diffusion WebUI
|
||||
<!--
|
||||
* @Author: SpenserCai
|
||||
* @Date: 2023-07-28 14:35:35
|
||||
* @version:
|
||||
* @LastEditors: SpenserCai
|
||||
* @LastEditTime: 2023-08-03 17:41:37
|
||||
* @Description: file content
|
||||
-->
|
||||
# DeOldify for Stable Diffusion WebUI
|
||||
This is an extension for StableDiffusion's [AUTOMATIC1111 web-ui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) that allows colorize of old photos. It is based on [deoldify](https://github.com/jantic/DeOldify).
|
||||
|
||||

|
||||
|
||||
## Compatibility
|
||||
|
||||
### OS
|
||||
|
||||
<!--制作一个表格显示操作系统的兼容性,Windows不确定,linux兼容-->
|
||||
| OS | Compatibility |
|
||||
| :----: | :----: |
|
||||
| Windows | ❓ |
|
||||
| Linux | ✅ |
|
||||
|
||||
|
||||
### Pytorch
|
||||
<!--制作一个表格显示Pytorch版本的兼容性-->
|
||||
| Version | Compatibility |
|
||||
| :----: | :----: |
|
||||
| <=1.13.1+cu117 | ✅ |
|
||||
|
||||
### 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.
|
||||
|
||||
## 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 |
|
||||
| :----: | :----: |
|
||||
| <img src="examples/before.jpeg" alt="before" align=center /> | <img src="examples/after.jpeg" alt="after" align=center /> |
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 6.1 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 620 KiB |
Loading…
Reference in New Issue