1 Repo
Utilities for streaming multimodal embedding pairs from archives or folders into training pipelines.
Distinct from Folder-Structured Image Loading: None of the candidates cover the streaming of embedding pairs specifically for ML training; most focus on UI or hardware.
Explore 1 awesome GitHub repository matching data & databases · Embedding Data Loaders. Refine with filters or upvote what's useful.
This is a PyTorch implementation of a text-to-image model designed for synthesizing high-fidelity images from natural language descriptions. It utilizes a diffusion image generator to transform latent embeddings into visual data through an iterative denoising process. The system employs a two-stage latent mapping process, using a CLIP-based latent prior to map text embeddings to image embeddings before decoding them into pixels. It features a cascading diffusion decoder that produces high-resolution imagery by passing low-resolution outputs through a sequence of models at increasing scales.
Streams image-embedding pairs from archives or local folders into batch-processed streams for model training.