jtydhr88 / sd-webui-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
136 stars 13 forks source link

Stable Diffusion WebUI 3D Editor

A custom extension for AUTOMATIC1111/stable-diffusion-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
1.png controlnet.png

About ThreeJS and ThreeJS Editor

Please refer to ThreeJS and ThreeJS Editor for more information.

Features

  1. load your custom models
  2. export model
  3. add/edit basic elements
  4. edit scene
  5. send screenshot to ControlNet as reference image
  6. more features

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

How to build

  1. download NodeJs, and install
  2. run npm install
  3. run webpack --mode production

Known Issues

  1. currently, you need to manual resize browser at the first time to show up the canvas (I will try to figure out the solution soon)

Credits

Created by jtydhr88 and basing on ThreeJS editor

My other extension for Stable diffusion webui