本仓库是我的杂项工具箱——里面收集了各种模型、超分辨率器、降噪器、配置文件以及其他一些我随手存放以便快速取用的零散工具。
它并非旨在追求精致完善,而更像是便捷的备用工具,能在我需要时快速集成到工作流程中。
超分辨率器
降噪器与锐化器
实验性检查点
工作流实用工具
使用 Hugging Face 工具获取文件或整个仓库:
# clone the whole repo
git lfs install
git clone https://huggingface.co/MidnightRunner/Misc
# download a single file
huggingface-cli download MidnightRunner/Misc 4x-UltraSharp.pth
# pull from Python
from huggingface_hub import hf_hub_download
file = hf_hub_download(
repo_id="MidnightRunner/Misc",
filename="4x-UltraSharp.pth"
)