explaingit

abdullahalfaraj/auto-photoshop-stablediffusion-plugin

7,251TypeScriptAudience · designerComplexity · 3/5Setup · moderate

TLDR

A Photoshop plugin that brings AI image generation from text prompts directly into your Photoshop workspace by connecting to Automatic1111 or ComfyUI running locally or in the cloud.

Mindmap

mindmap
  root((PS SD Plugin))
    What it does
      AI image generation
      In-Photoshop workflow
      Text to image
    Backends
      Automatic1111
      ComfyUI
      Stable Horde free network
      Google Colab cloud
    Installation options
      One-click installer
      Manual zip install
      UXP developer mode
    Audience
      Designers
      Digital artists
      No-GPU users
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Generate images from text descriptions inside Photoshop without switching to a separate application

USE CASE 2

Use AI inpainting to fill or replace a selected region of an existing image while staying in Photoshop

USE CASE 3

Generate AI images for free using the Stable Horde volunteer network if you don't have a local GPU

Tech stack

TypeScriptPhotoshop UXPStable DiffusionComfyUI

Getting it running

Difficulty · moderate Time to first run · 1h+

Requires Automatic1111 or ComfyUI installed and running separately as the AI backend before the plugin can generate images.

License not mentioned in the explanation.

In plain English

Auto-Photoshop-StableDiffusion-Plugin is a plugin that adds AI image generation directly into Adobe Photoshop. Instead of switching back and forth between Photoshop and a separate AI tool, you can generate images from text prompts, modify existing images with AI, and edit everything in the same workspace you already know. The plugin connects to one of two background programs that do the actual AI work: Automatic1111 (also called A1111) or ComfyUI. You install one of those separately on your computer, and the plugin talks to it while you stay inside Photoshop. This lets you use all of Photoshop's regular editing tools on your AI-generated images without ever leaving the application. Installing the plugin comes with three options. The simplest is a one-click installer that handles everything automatically. A second method involves downloading and unzipping a folder into the right location. The third method is aimed at developers who want to load it through Photoshop's built-in extension system called UXP, which requires more manual steps. If you do not have a graphics card capable of running AI models locally, the plugin still has options. You can connect it to Stable Horde, a free network where volunteers share their computing power to process your requests, or use Google Colab to run the AI part on a remote computer in the cloud. The plugin works with recent versions of Photoshop and is built in TypeScript. It has a Discord community for questions and troubleshooting, and the developer maintains a Patreon page where supporters get early access to new features.

Copy-paste prompts

Prompt 1
I have Automatic1111 running locally on port 7860. Walk me through installing the Auto-Photoshop-StableDiffusion-Plugin and connecting it to A1111 so I can generate images inside Photoshop.
Prompt 2
How do I use the inpainting feature in this Photoshop plugin to replace the background of a portrait photo with an AI-generated outdoor scene? Give me step-by-step instructions.
Prompt 3
I don't have a GPU capable of running Stable Diffusion. How do I configure the Auto-Photoshop-StableDiffusion-Plugin to use Stable Horde so I can generate images for free?
Prompt 4
Write a step-by-step Photoshop workflow for creating a product mockup: generate the product image with the SD plugin, then composite it onto a background using standard Photoshop layers.
Open on GitHub → Explain another repo

← abdullahalfaraj on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.