HuggingFace镜像/Misc
模型介绍
文件和版本
分析

🗂 MidnightRunner/Misc

概述

本仓库是我的杂项工具箱——里面收集了各种模型、超分辨率器、降噪器、配置文件以及其他一些我随手存放以便快速取用的零散工具。

它并非旨在追求精致完善,而更像是便捷的备用工具,能在我需要时快速集成到工作流程中。


内容

  • 超分辨率器

    • ESRGAN、RealESRGAN、AnimeSharp、UltraSharp
    • SwinIR、NMKD、Foolhardy
  • 降噪器与锐化器

    • ITF SkinDiff Detail Lite
    • Lexica Sharp 系列
    • DeNoise realplksr
  • 实验性检查点

    • Astraali 配置文件
    • OmniSR(x2、x3、x4)
    • SAM(Segment Anything)权重
    • 运动测试(bounceV、danceMax 等)
  • 工作流实用工具

    • FixFP16Errors
    • 特殊格式 safetensors
    • “以防万一”的辅助模型

快速获取

使用 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"
)

说明

  • 特意保持杂乱:这是一个临时存放处,而非展示平台。
  • 此处所有内容均经过测试,能够正常运行,并且不止一次帮我解决了问题。
  • 许可证遵循其原始来源。