stable-diffusion-webui-prom.../tools
Kahsolt 34b5bdb4de omg, I forgot the tools/readme.txt, #20 2023-04-01 12:00:22 +08:00
..
README.txt omg, I forgot the tools/readme.txt, #20 2023-04-01 12:00:22 +08:00
install.cmd make batch scripts more friendly 2023-01-21 16:38:18 +08:00
link.cmd make batch scripts more friendly 2023-01-21 16:38:18 +08:00

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Put your post-processing tools or linkings here.

The directory layout should be like:

tools
├── install.cmd
├── link.cmd
├── busybox.exe
├── realesrgan-ncnn-vulkan
│   ├── realesrgan-ncnn-vulkan.exe      # executable
│   └── models                          # model checkpoints
│       ├── *.bin
│       ├── *.param
│       └── *.pth
├── rife-ncnn-vulkan
│   ├── rife-ncnn-vulkan.exe            # executable
│   └── rife*                           # model checkpoints
│       ├── *.bin
│       ├── *.param
│       └── *.pth
└── ffmpeg
    └── bin
        ├── ffmpeg.exe                  # executable
        ├── ffplay.exe
        └── ffprobe.exe