AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
135.19k stars 25.82k forks source link

[Feature Request]: SyncDreamer: Generating Multiview-consistent Images from a Single-view Image #13543

Open angrysky56 opened 8 months ago

angrysky56 commented 8 months ago

Is there an existing issue for this?

What would your feature do ?

A novel diffusion model called SyncDreamer that generates multiview-consistent images from a single-view image. Using pretrained large-scale 2D diffusion models, recent work Zero123 demonstrates the ability to generate plausible novel views from a single-view image of an object. However, maintaining consistency in geometry and colors for the generated images remains a challenge. To address this issue, we propose a synchronized multiview diffusion model that models the joint probability distribution of multiview images, enabling the generation of multiview-consistent images in a single reverse process. SyncDreamer synchronizes the intermediate states of all the generated images at every step of the reverse process through a 3D-aware feature attention mechanism that correlates the corresponding features across different views. Experiments show that SyncDreamer generates images with high consistency across different views, thus making it well-suited for various 3D generation tasks such as novel-view-synthesis, text-to-3D, and image-to-3D.

https://github.com/liuyuan-pal/SyncDreamer

Proposed workflow

Integrate this please.

Additional information

https://liuyuan-pal.github.io/SyncDreamer/

DogManTC commented 8 months ago

Wouldn’t that be an extension?