Data Preparation

Note

It is the responsibility of each user to check the content of the dataset, review the applicable licenses, and determine if it is suitable for their intended use. Users should review any applicable links associated with the dataset before placing the data on their machine.

DreamFusion relies on a pretrained 2D text-to-image diffusion model to perform text-to-3D synthesis, thereby eliminating the need for a training dataset. We support Stable Diffusion as the backend diffusion model, depending on your chosen backend implementation, it will be necessary to set up the model checkpoints.

  1. HuggingFace pipeline: the checkpoint will be automatically downloaded at runtime.

  2. NeMo pipeline

Note

It is the responsibility of each user to check the content of the dataset, review the applicable licenses, and determine if it is suitable for their intended use. Users should review any applicable links associated with the dataset before placing the data on their machine.

Similar to DreamFusion, DMTet relies on a pretrained 2D text-to-image diffusion model to perform text-to-3D synthesis and doesn’t require an external database. However, the network requires three components:

  1. Diffusion model

  2. A pretrained DreamFusion checkpoint, used to initialize the DMTet network.

  3. Initial tetrahedral grid: can be generated using this repo, or downloaded from NGC.

Previous DreamFusion-DMTet
Next Training with Predefined Configurations
© Copyright 2023-2024, NVIDIA. Last updated on Apr 25, 2024.