CoolFace
Modelpublic

sona-forge/sd15-inpainting-controlnet-canny-fp16

sourceHugging Facecreativeml-openrail-mupdated 5mo agoView on Hugging Face
0likes
Model Card

Sona Forge SD 1.5 Inpainting ControlNet Canny FP16 ONNX

This repository hosts the Sona Forge Phase 8 conversion of the SD 1.5 inpainting UNet to ONNX FP16 with additional ControlNet residual inputs.

Intended use

This model is for local outfit restyling beta features in Sona Forge. It accepts an SD 1.5 inpainting sample tensor and the residual tensors produced by the separate Phase 7 ControlNet Canny ONNX.

It is not an exact virtual try-on model and should not be presented as fit, sizing, or purchase guidance.

Inputs

InputShapeDtypeNotes
sample[batch, 9, 64, 64]FP16Inpaint latent: noisy latent + masked image latent + mask channel.
timestep[batch]FP16Scheduler timestep.
encoder_hidden_states[batch, 77, 768]FP16SD 1.5 text embeddings.
down_residual_0..1112 tensorsFP16ControlNet down-block residuals.
mid_residual[batch, 1280, 8, 8]FP16ControlNet mid-block residual.

Output

OutputShapeDtypeNotes
noise_pred[batch, 4, 64, 64]FP16Predicted latent noise.

Phase 8 spike artifact

FileSizeSHA-256
model.onnx1,720,220,149 bytes1f69cf75e7cc5de94774d4419397f86dcec400cdec9e5fd688b6231a1aa01d51

Licence

This conversion inherits the CreativeML OpenRAIL-M use restrictions from the SD 1.5 inpainting base model. The ControlNet Canny source is also tracked in Sona Forge licence documentation.