dmitriitochilkin commited on
Commit
19ccde2
1 Parent(s): 87335fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,9 +26,9 @@ With improved data rendering and model conditioning strategies, our model demons
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
32
  2. Download the Stable Zero123 checkpoint `stable_zero123.ckpt` into the `load/zero123/` directory
33
  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"
34
  3. Remove its background using Clipdrop (https://clipdrop.co/remove-background)
 
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#stable-zero123), you can follow these steps:
30
 
31
+ 1. Install threestudio using their [instructions](https://github.com/threestudio-project/threestudio#installation)
32
  2. Download the Stable Zero123 checkpoint `stable_zero123.ckpt` into the `load/zero123/` directory
33
  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"
34
  3. Remove its background using Clipdrop (https://clipdrop.co/remove-background)