Skip to content

Automatic1111 Extension

The Certivu extension for the Automatic1111 / Forge WebUI signs every image you save, with no change to your generation workflow. It hooks the WebUI’s image-save callback and wraps the certivu Python SDK.

Download and extract the extension into your WebUI’s extensions folder:

Terminal window
cd stable-diffusion-webui/extensions
curl -L https://cdn.certivu.ai/integrations/a1111-latest.zip -o certivu.zip
unzip certivu.zip -d certivu && rm certivu.zip

Restart the WebUI. On the next launch the extension installs the certivu package automatically.

Open Settings → Certivu and set:

SettingDescription
Enable Certivu signingMaster on/off switch (off by default).
API keyYour ctv_key_… key.
Generator IDA generator that supports the image format.
API base URLhttps://api.certivu.ai, or the sandbox URL to avoid consuming quota.
Model nameRecorded with the signature; blank uses the active checkpoint name.
Overwrite saved fileOn replaces the saved file with the signed one; off writes a sibling *-certivu.png.

Apply settings. From then on, saved images are signed automatically.

  • Signing failures never interrupt generation — the extension logs a warning and keeps your original image.
  • Each signed image counts against your plan quota. Use the sandbox while testing.