CoolFace
Modelpublic

MidnightRunner/Misc

sourceHugging Facecreativeml-openrail-mupdated 10mo agoView on Hugging Face
1likes59downloads
Model Card

πŸ—‚ MidnightRunner/Misc

Overview

This repo is my miscellaneous toolbox β€” a collection of models, upscalers, denoisers, configs, and other bits I keep around for quick pulls.

It’s not meant to be polished, just fast standbys that I can drop into workflows when needed.


Contents

  • β€”Upscalers
  • β€”ESRGAN, RealESRGAN, AnimeSharp, UltraSharp
  • β€”SwinIR, NMKD, Foolhardy
  • β€”Denoisers & Sharpeners
  • β€”ITF SkinDiff Detail Lite
  • β€”Lexica Sharp series
  • β€”DeNoise realplksr
  • β€”Experimental Checkpoints
  • β€”Astraali configs
  • β€”OmniSR (x2, x3, x4)
  • β€”SAM (Segment Anything) weights
  • β€”Motion tests (bounceV, danceMax, etc.)
  • β€”Workflow Utilities
  • β€”FixFP16Errors
  • β€”Oddball safetensors
  • β€”β€œJust in case” helper models

Quick Pulls

Fetch files or the entire repo with Hugging Face tools:

bash
# 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"
)

Notes

  • β€”Disorganized on purpose: this is a stash, not a showcase.
  • β€”Everything here is tested, works, and has bailed me out more than once.
  • β€”Licenses follow their original sources.