dmitriitochilkin
commited on
Commit
•
f80f01e
1
Parent(s):
654fb58
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,13 @@ Following alterations in the dataset rendering procedures and model conditioning
|
|
23 |
|
24 |
## Usage
|
25 |
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
|
29 |
## Model Details
|
|
|
23 |
|
24 |
## Usage
|
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), please follow the installation instructions and run
|
29 |
+
```
|
30 |
+
python launch.py --config configs/stable_zero123.yaml --train --gpu 0 data.image_path=./load/images/dog1_rgba.png
|
31 |
+
```
|
32 |
+
|
33 |
|
34 |
|
35 |
## Model Details
|