dmitriitochilkin
commited on
Commit
•
87335fa
1
Parent(s):
f666441
Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,7 @@ With improved data rendering and model conditioning strategies, our model demons
|
|
25 |
|
26 |
By using Score Distillation Sampling (SDS) along with the Stable Zero123 model, we can produce high-quality 3D models from any input image. The process can also extend to text-to-3D generation by first generating a single image using SDXL and then using SDS on Stable Zero123 to generate the 3D object.
|
27 |
|
|
|
28 |
To use Stable Zero123 for object 3D mesh generation in [threestudio](https://github.com/threestudio-project/threestudio), you can follow these steps:
|
29 |
|
30 |
1. Install threestudio using their instructions
|
|
|
25 |
|
26 |
By using Score Distillation Sampling (SDS) along with the Stable Zero123 model, we can produce high-quality 3D models from any input image. The process can also extend to text-to-3D generation by first generating a single image using SDXL and then using SDS on Stable Zero123 to generate the 3D object.
|
27 |
|
28 |
+
To enable open research in 3D object generation, we've improved the open-source code of threestudio by supporting Zero123 and Stable Zero123.
|
29 |
To use Stable Zero123 for object 3D mesh generation in [threestudio](https://github.com/threestudio-project/threestudio), you can follow these steps:
|
30 |
|
31 |
1. Install threestudio using their instructions
|