nemo_automodel.components.datasets.diffusion.text_to_image_dataset
nemo_automodel.components.datasets.diffusion.text_to_image_dataset
Module Contents
Classes
API
Bases: BaseMultiresolutionDataset
Text-to-Image dataset with hierarchical bucket organization.
Load a single sample.
Dataclass
Construction-time configuration for :class:TextToImageDataset.
cache_dir
Directory containing preprocessed cache.
train_text_encoder
If True, returns tokens instead of embeddings.
Build a :class:TextToImageDataset from this :class:TextToImageDatasetConfig.