Replicate
Obsidian plugin that integrates Replicate.com and lets you generate images (Stable Diffusion, FLUX.1, etc.) from inside your vault.
Key features
- Generate images from a selection or from a prompt entered in a modal
- Configurable model (
<owner>/<name>or<owner>/<name>:<version>) - Free-form JSON input to pass any model-specific parameters
- Optional: copy the generated output to the clipboard
- Optional: append the generated output to the current note
Installation
Community plugins (recommended)
- In Obsidian, go to Settings → Community plugins.
- Disable Restricted mode if it’s enabled.
- Select Browse, search for Replicate, install it, then enable it.
You can also browse the catalog on the Obsidian Community website.
Manual installation
If the plugin isn’t listed in the community catalog yet (or you want a specific version):
- Download
main.js,manifest.json, andstyles.cssfrom the latest release. - Copy them into
<Vault>/.obsidian/plugins/replicate/. - Reload Obsidian and enable Replicate in Settings → Community plugins.
BRAT (bleeding edge)
BRAT (Beta Reviewers Auto-update Tool) installs plugins straight from a GitHub repo and keeps them updated automatically. Use this if you want the latest commits — things might break.
- Install Obsidian42 - BRAT from Settings → Community plugins → Browse and enable it.
- Run BRAT: Add a beta plugin for testing from the command palette.
- Paste
https://github.com/dsebastien/obsidian-replicate. - Select the latest version and confirm.
- Enable Replicate in Settings → Community plugins.
Quick start
- Create a Replicate API token at replicate.com/account/api-tokens.
- Install and enable the plugin (see above).
- Open Settings → Community plugins → Replicate and paste your API key.
- In any note, select text (optional) and run the command Generate image(s) using Replicate.com.
⚠️ Images generated via Replicate are only stored on Replicate’s servers for one hour. Download anything you want to keep.
About
Created by Sébastien Dubois. Support via Buy Me a Coffee.