A full capability canvas editor which you can use layer, text, image, elements and so on.
 
 
 
Go to file
Terry Jia e89e068228 move "send to" button to current place 2023-08-06 09:56:15 -04:00
doc/images readme 2023-04-17 21:34:20 -04:00
javascript move "send to" button to current place 2023-08-06 09:56:15 -04:00
js update polotno to latest 2023-08-06 09:37:37 -04:00
public rebuild polotno 2023-04-16 12:58:08 -04:00
scripts move "send to" button to current place 2023-08-06 09:56:15 -04:00
src remove template setion since no need this section for now 2023-05-04 22:16:38 -04:00
.gitignore rebuild polotno 2023-04-16 12:58:08 -04:00
README.md readme 2023-06-29 21:16:49 -04:00
blueprint-popover2.css.map add side panel of txt2img and img2img to load local generated images 2023-04-17 21:25:19 -04:00
index.html init commit 2023-04-13 07:31:57 -04:00
package.json add side panel of txt2img and img2img to load local generated images 2023-04-17 21:25:19 -04:00
style.css improve style 2023-05-04 22:10:25 -04:00
webpack.config.js rebuild polotno 2023-04-16 12:58:08 -04:00

README.md

Stable Diffusion WebUI Canvas Editor

A custom extension for AUTOMATIC1111/stable-diffusion-webui that integrated a full capability canvas editor which you can use layer, text, image, elements and so on, then send image to or receive image from img2img/inpaint or send image to ContronNet, basing on Polotno.
1.png controlnet.png

Installation

Just like you install other extension of webui:

  1. go to Extensions -> Install from URL
  2. paste this repo link
  3. install
  4. go to Installed, apply and restart UI

or you can just find it from Extensions-> Available, and load the offical index URL, this extension is already included in it: image

Key Feature

  1. Full capability image editor, such as Effects, Crop, Position, Lock, etc
  2. Templates
  3. Text
  4. Photos
  5. Elements
  6. Upload
  7. Background
  8. Layers
  9. load your local sd generated images as library directly
  10. send image to or receive image from img2img/inpaint
  11. send image to ContronNet

panels.png

Further Plan

  1. rebuild Polotno (Done)
  2. Send image to img2img, Sketch, Inpaint, etc (Done)
  3. Pen and eraser support
  4. connect to Segment Anything to segment image
  5. any suggestions or requirements are welcome

Polotno API Key

I included my Polotno api key, notice it only supports local environment (localhost or 127.0.0.1) for non-commercial purpose. It is easy to create your own free api key from Polotno API, then you can replace mine from webui Settings -> Canvas Editor

Credits

Created by jtydhr88 basing on Polotno.

My other extension for stable diffusion webui

  • 3D Model/pose loader A custom extension for AUTOMATIC1111/stable-diffusion-webui that allows you to load your local 3D model/animation inside webui, or edit pose as well, then send screenshot to txt2img or img2img as your ControlNet's reference image.
  • StableStudio Adapter A custom extension for AUTOMATIC1111/stable-diffusion-webui to extend rest APIs to do some local operations, using in StableStudio.
  • Txt/Img to 3D Model A custom extension for sd-webui that allow you to generate 3D model from txt or image, basing on OpenAI Shap-E.
  • 3D Editor A custom extension for sd-webui that with 3D modeling features (add/edit basic elements, load your custom model, modify scene and so on), then send screenshot to txt2img or img2img as your ControlNet's reference image, basing on ThreeJS editor.