DeepDreamer Tiny SD browser ONNX models
These are browser-oriented ONNX conversions of
segmind/tiny-sd, prepared for the
aderpy DeepDreamer WebGPU application.
The repository contains three complete variants:
| Directory | Data type | Approximate size |
|---|---|---|
tiny-sd-web-fp16/ |
FP16 | 1.07 GB |
tiny-sd-web-q4f16/ |
4-bit weights with FP16 execution | 707 MB |
tiny-sd-web/ |
FP32 | 2.13 GB |
Each directory includes an app manifest, tokenizer, scheduler metadata, component configurations, and ONNX graphs for the text encoder, UNet, VAE encoder, and VAE decoder. The manifests use paths relative to their variant directory.
The source model revision recorded by the conversion manifests is
cad0bd7495fa6c4bcca01b19a723dc91627fe84f.
These files are intended for client-side inference through ONNX Runtime Web and WebGPU. Review the upstream CreativeML Open RAIL-M license before use or redistribution.