GithubHelp home page GithubHelp logo

3dhead / auto-photoshop-stablediffusion-plugin-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abdullahalfaraj/auto-photoshop-stablediffusion-plugin

0.0 0.0 0.0 19.52 MB

A user-friendly plug-in that makes it easy to generate stable diffusion images inside Photoshop using Automatic1111-sd-webui as a backend.

License: MIT License

Shell 0.18% JavaScript 72.83% Python 4.46% TypeScript 5.99% CSS 0.08% HTML 16.34% Batchfile 0.11%

auto-photoshop-stablediffusion-plugin-1's Introduction

Auto-Photoshop-StableDiffusion-Plugin

Become a Patron! discord badge

With Auto-Photoshop-StableDiffusion-Plugin, you can directly use the capabilities of Automatic1111 Stable Diffusion in Photoshop without switching between programs. This allows you to easily use Stable Diffusion AI in a familiar environment. You can edit your Stable Diffusion image with all your favorite tools and save it right in Photoshop.

Table of Contents

Support Us On Patreon:

By supporting us on Patreon, you’ll help us continue to develop and improve the Auto-Photoshop-StableDiffusion-Plugin, making it even easier for you to use Stable Diffusion AI in a familiar environment. As a supporter, you’ll have the opportunity to provide feedback and suggestions for future development. Plus, you’ll get early access to new features and tutorials, as well as exclusive art tutorials and tips from a professional artist. We’re passionate about making AI approachable to artists and with your help, we can continue to do just that.

Auto-Photoshop-SD Backers and Sponsors:

💎 Diamond

Ronny Khalil zachary Razvan Matei
Ronny Khalil zachary Razvan Matei

🥇 Gold

Alex Florin-Alexandru Ilinescu Robin Edwards Danny Sahagun Bruce Hunter
Alex Florin-Alexandru Ilinescu Robin Edwards Danny Sahagun Bruce Hunter

🥈 Silver

Amith Thomas Olivier Lefebvre xiao yuan Ezra Blake Zenko Frederic Dreuilhe Kevin Schofield darius coal
Amith Thomas Olivier Lefebvre xiao yuan Ezra Blake Zenko Frederic Dreuilhe Kevin Schofield darius coal
Kerwin The Dread Vixen Alinsa Chris Canterbury Mvs Srs
Kerwin The Dread Vixen Alinsa Chris Canterbury Mvs Srs

🥉 Copper

Sebastian Karbowniczek Arthur Liu Juan Pablo Mendiola
Sebastian Karbowniczek Arthur Liu Juan Pablo Mendiola

How To Install:

Use method 1 or 2 if you are an Artist use method 3 if you are a Developer/Programmer

Method 1: One Click Installer

  1. Download the .ccx file
  2. run the ccx file . that's all. you will be able to use all of stable diffusion modes (txt2img, img2img, inpainting and outpainting), check the tutorials section to master the tool.

install_plugin_1

  1. (optional step) Install the Auto-Photoshop-SD Extension from Automatic1111. the extension will allow you to use the smart masking and image search features
  • a) Copy Auto-Photoshop plugin url copy_githup_url_2

  • b) Paste the url in auto1111's extension tab and click install

install_extension_3

  • c) Make sure the Auto-Photoshop plugin is listed, then click "Apply and Restart UI"

apply_and_restart_4

Method 2: The Unzip Method

  1. Download the .zip file
  2. Unzip it in a folder with the same name
  3. move the unzipped folder to the Photoshop Plugin folder
  4. (optional step) Install the Auto-Photoshop-SD Extension from Automatic1111. the extension will allow you to use the smart masking and image search features image

Method 3: The UXP method (Instruction for Developers):

For artists we recommend you use the one click installer. If you are a developer Watch the any of these videos or follow the instruction bellow.

For artists we recommend you use the one click installer

First time running the plugin (local Automatic1111):

  1. download the plugin:
git clone https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin.git
  1. open cmd window in the "Auto-Photoshop-StableDiffusion-Plugin" directory and then install the dependencies by typing:
npm install
  1. build the plugin by transpiling typescript to javascript:
npm run watch
  1. run "start_server.bat" inside "Auto-Photoshop-StableDiffusion-Plugin" directory
  2. go to where you have automatic1111 installed. Edit the "webui-user.bat" in automatic1111 change this line
set COMMANDLINE_ARGS= 

to

set COMMANDLINE_ARGS= --api

that will allow the plugin to communicate with the automatic1111 project. After saving close the "webui-user.bat" file and run it normally.

  1. run photoshop. go to edit -> prefrences -> plugins
    1. make sure you check "Enable Developer Mode" checkbox
  2. install "Adobe UXP Developer Tool" from here Installation (adobe.com) this tool will add the plugin into photoshop
  3. run Adobe UXP Developer Tool and click on "Add Plugin" button in the top right. Navigate to where you have "Auto-Photoshop-StableDiffusion-Plugin" folder and open "manifest.json"
  4. select the plugin and click on Actions -> Load Selected that's it.

First time running the plugin (remote Automatic1111):

The remote webui must also have --api set in COMMANDLINE_ARGS. You can check if api access is enabled by appending "/docs#" to the end of the url. If the documentation includes /sdapi/v1/samplers then api access is enabled.

  1. download the plugin:
git clone https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin.git
  1. edit start_server.bat (or start_server.sh if on linux) to point to the remote installation of Automatic1111
  2. run "start_server.bat" inside "Auto-Photoshop-StableDiffusion-Plugin" directory
  3. run photoshop. go to edit -> prefrences -> plugins
    1. make sure you check "Enable Developer Mode" checkbox
  4. install "Adobe UXP Developer Tool" from here Installation (adobe.com) this tool will add the plugin into photoshop
  5. run Adobe UXP Developer Tool and click on "Add Plugin" button in the top right. Navigate to where you have "Auto-Photoshop-StableDiffusion-Plugin" folder and open "manifest.json"
  6. select the plugin and click on Actions -> Load Selected that's it.

Demo:

Click Here to Watch Demo

FAQ and Known Issues

What Photoshop version do I need to run the plugin?

The minimum Photoshop version that the plugin supports is Photoshop v24

Plugin Load Failed

There are a few issues that can result in this error, please follow the instructions for the corresponding error message in the UDT logs

No application are connected to the service

This error occurs when Photoshop is not started before the plugin is attempted to be loaded. Simply start photoshop then restart UXP and load the plugin

Exception in ASGI application / Expecting value: line 1 column 1

This error occurs due to mismatched expectations between the plugin and the Automatic1111 backend. It can be solved by both updating the version of the Automatic111 backend to the latest verion, and making sure "Save text information about generation parameters as chunks to png files" setting is enabled within the UI.

No Generations and Plugin Server doesn't send messages. (Remote setup)

This error occurs when the remote server does not have the api enabled. You can verify this by attempting to go to the URL you access the webui at and appending "/docs#" to the end of the url. If you have permissions, make relaunch the remote instance with the "--api" flag.

No GPU Options:

we provide two options to use the auto-photoshp plugin without GPU.

Stable Horde

This is an awesome free crowdsourced distributed cluster of Stable Diffusion workers. If you like this service, consider joining the horde yourself! the horde is enabled completely by the generosity of volunteers so make sure you don't overwhelm the service and help join the cause if you can. read more on their GitHub page

Colab:

we link to this Colab directly inside plugin find it in the settings tab. you only need to run it. no need to change any of the settings. copy the gradio.live url the colab will generate and paste it into sd url field in the settings tab.

auto-photoshop-stablediffusion-plugin-1's People

Contributors

abdullahalfaraj avatar adunato avatar deedy5 avatar eltociear avatar evvfebruary avatar infinitay avatar kyxsune avatar megachomba avatar puplakto avatar sphuff avatar zombieyang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.