Home

Awesome

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.
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 install from Extensions -> Available, and load the official extension link, then you can find this extension on the list. installFromOfficialLink.png

Quick Start

  1. click Load Model button, select one model from your local, check here for support formats,
  2. or click Load Hand Model/Load Body Model to load embedded hand/body model.
  3. On the main canvas, you can use:
    1. Mouse left button -> rotate the camera
    2. Mouse wheel -> zoom in or out
    3. Mouse right button -> move the camera
  4. Send the screenshot to ControlNet

More Details and features

Gradio.Model3D?

I know gradio has its own 3D model component called Gradio.Model3D, but it only supports three formats: obj, glb and gltf, I think it is not enough, at least it should support FBX animation, so I build my own extension.

Credits

Created by jtydhr88 and special thanks to other contributors:

My other extension for Stable diffusion webui