syntverk-image-models
Single-file safetensors / ckpt mirrors of the inpainting checkpoints used by Syntverk, bundled here so the app can fetch them from a single ungated location instead of relying on third-party mirrors that may disappear or change without notice.
Each subdirectory contains the model file, the original license, a NOTICE
with attribution and provenance, and a SHA256 hash you can verify against
your download.
Models
| Path | Origin | Format | Size | License |
|---|---|---|---|---|
sd15-inpaint/ |
runwayml/stable-diffusion-inpainting (mirror via botp) |
.ckpt |
4.27 GB | CreativeML Open RAIL-M |
sdxl-inpaint/ |
Converted from diffusers/stable-diffusion-xl-1.0-inpainting-0.1 |
.safetensors (fp16) |
6.5 GB | CreativeML Open RAIL++-M |
loras/sdxl-pixel-art/ |
nerijs/pixel-art-xl |
.safetensors |
163 MB | CreativeML Open RAIL-M |
LoRA catalog
loras.json is the curated LoRA catalog Syntverk fetches at
startup. It records each LoRA's metadata (triggers, weight, model_type),
expected SHA256, license info, and a fallback chain of sources (Civitai
version ID, HF URL, or our own mirror). LoRAs whose license permits
redistribution are mirrored under loras/ here; others are
referenced upstream and pinned by hash so any silent change is detected.
Provenance
sd15-inpaint/sd-v1-5-inpainting.ckptis bit-for-bit identical to the original RunwayML release. Verified by SHA256 against the canonical hashc6bbc15e3224e6973459ba78de4998b80b50112b0ae5b5c67113d56b4e366b19.sdxl-inpaint/sd_xl_base_1.0_inpainting_0.1.safetensorswas generated locally by runningdiffusers/scripts/convert_diffusers_to_original_sdxl.py(v0.37.1) on the officialdiffusers/stable-diffusion-xl-1.0-inpainting-0.1fp16 weights, with--half --use_safetensors. The conversion is fully reproducible from thediffusersrepo.
Verifying
sha256sum sd15-inpaint/sd-v1-5-inpainting.ckpt
sha256sum sdxl-inpaint/sd_xl_base_1.0_inpainting_0.1.safetensors
The expected hashes are recorded in each subdirectory's SHA256SUMS file.
License
The model weights remain under their original licenses (see each subdirectory). This repository is not authored by RunwayML, Stability AI, or the Diffusers team — it is a redistribution permitted by those licenses, with attribution. Use is subject to the use-based restrictions in each license.