Skip to content

Commit 1f185df

Browse files
Add Stable Zero123 example.
1 parent 56ac545 commit 1f185df

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

3d/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 3D Examples
2+
3+
## Stable Zero123
4+
5+
Stable Zero123 is a diffusion model that given an image with an object and a simple background can generate images of that object from different angles.
6+
7+
[The checkpoint can be downloaded here](https://huggingface.co/stabilityai/stable-zero123/blob/main/stable_zero123.ckpt) Put it in the ComfyUI/models/checkpoints folder.
8+
9+
You can download this image and load it or drag it on [ComfyUI](https://github.com/comfyanonymous/ComfyUI) to get the workflow.
10+
11+
![Example](stable_zero123_example.png)
12+
13+
The input image can be found [here](/hypernetworks/hypernetwork_example_output.png), it is the output image from the [hypernetworks](/hypernetworks) example.
14+
15+
Elevation and asimuth are in degrees and control the rotation of the object.

3d/stable_zero123_example.png

695 KB
Loading

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Here are some more advanced examples:
3636

3737
[Model Merging](model_merging)
3838

39+
[3d](3d)
40+
3941
[LCM](lcm)
4042

4143
[SDXL Turbo](sdturbo)
@@ -54,7 +56,7 @@ The [ComfyUI Blog](https://comfyanonymous.github.io/ComfyUI_Blog/) is also a sou
5456

5557
[https://github.com/wyrde/wyrde-comfyui-workflows](https://github.com/wyrde/wyrde-comfyui-workflows)
5658

57-
Third party website for uploading and sharing workflows
59+
Third party websites for uploading and sharing workflows:
5860
- [OpenArt AI](https://openart.ai/workflows/)
5961
- [https://comfyworkflows.com/](https://comfyworkflows.com/)
6062

302 KB
Loading

0 commit comments

Comments
 (0)