Skip to content

filipemeneses/remote-prompter

Repository files navigation

Remote Prompter


publish

Remotely invoke prompts and get images from clipboard data, allows to use Stable Diffusion with any (almost) image editor. Supports AUTOMATIC1111 and ComfyUI (with WAS Node Suite)

Usage

Using copy & paste on Krita

example-krita.mp4

Using screenshot on MSPaint

example-mspaint.mp4

Contributing

This app is made with Tauri

Recommended IDE Setup

VS Code + Svelte + Tauri + rust-analyzer.

Running locally

# without desktop app
pnpm run dev
# with desktop app
pnpm run tauri dev

Building

# without desktop app
pnpm run build
# with desktop app
pnpm run tauri build