Update README.md
Browse files
README.md
CHANGED
@@ -27,13 +27,14 @@ By using Score Distillation Sampling (SDS) along with the Stable Zero123 model,
|
|
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 instructions
|
|
|
31 |
2. Take an image of your choice, or generate it from text using your favourite AI image generator such as SDXL Turbo (https://clipdrop.co/stable-diffusion-turbo) E.g. "A simple 3D render of a friendly dog"
|
32 |
3. Remove its background using Clipdrop (https://clipdrop.co/remove-background)
|
33 |
4. Save to `load/images/`, preferably with `_rgba.png` as the suffix
|
34 |
5. Run Zero-1-to-3 with the Stable Zero123 ckpt:
|
35 |
```sh
|
36 |
-
python launch.py --config configs/stable-zero123.yaml --train --gpu 0 data.image_path=./load/images/
|
37 |
```
|
38 |
|
39 |
## Model Details
|
|
|
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
|
31 |
+
2. Download the Stable Zero123 checkpoint `stable_zero123.ckpt` into the `load/zero123/` directory
|
32 |
2. Take an image of your choice, or generate it from text using your favourite AI image generator such as SDXL Turbo (https://clipdrop.co/stable-diffusion-turbo) E.g. "A simple 3D render of a friendly dog"
|
33 |
3. Remove its background using Clipdrop (https://clipdrop.co/remove-background)
|
34 |
4. Save to `load/images/`, preferably with `_rgba.png` as the suffix
|
35 |
5. Run Zero-1-to-3 with the Stable Zero123 ckpt:
|
36 |
```sh
|
37 |
+
python launch.py --config configs/stable-zero123.yaml --train --gpu 0 data.image_path=./load/images/hamburger_rgba.png
|
38 |
```
|
39 |
|
40 |
## Model Details
|