YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
wmr model hub
This repository hosts models for wmr, a command-line tool that removes visible watermarks from Gemini/Veo/NotebookLM generated media and suppresses SynthID.
Hosted models
CoreML SDXL regeneration models
Used by --synthid-attack regen on macOS with the CoreML backend. These are native CoreML .mlpackage directories (each converted from apple/ml-stable-diffusion tag 1.1.1), tarred for hosting.
| File | Size | SHA256 |
|---|---|---|
coreml-sdxl-unet.mlpackage.tar.gz |
~4.4 GB | 9101cadaefb5f98dad645ed81704ebe775ca173d926a61a4ed27a41d7e743f7a |
coreml-sdxl-vae-encoder.mlpackage.tar.gz |
~60 MB | 370232dd23330abe34c17b19d8b7c08f55c5938887ad1ef608b2bc0b4e000036 |
coreml-sdxl-vae-decoder.mlpackage.tar.gz |
~88 MB | f477d3ca98a19143d81c199c1d02d3ed1737d4638487042c71775016fe399424 |
empty_prompt_embeds.bin |
~0.6 MB | e27ab49bda70deda842a83afa00e67488533f881f5a359bf31b514c00a8038fe |
The UNet and VAE models are converted from Stability AI's SDXL base 1.0 checkpoint and madebyollin/sdxl-vae-fp16-fix via apple/ml-stable-diffusion. The empty prompt embeddings are pre-baked CLIP outputs (text encoders are not shipped). wmr auto-downloads these files on first use when the CoreML backend is selected and models are missing.
Licenses
- SDXL base 1.0: CreativeML Open RAIL++-M License (stabilityai/stable-diffusion-xl-base-1.0)
- VAE fp16-fix: MIT License (madebyollin/sdxl-vae-fp16-fix)
- Conversion tool: MIT License (apple/ml-stable-diffusion)