awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
facebookresearch avatar

facebookresearch/DiTArchived

0
View on GitHub↗
8,642 स्टार्स·796 फोर्क्स·Python·7 व्यूज़

DiT

DiT एक लेटेंट डिफ्यूज़न मॉडल और ट्रांसफॉर्मर-आधारित जेनेरेटिव AI फ्रेमवर्क है जिसे PyTorch में लागू किया गया है। यह एक क्लास-कंडीशनल इमेज जनरेटर के रूप में कार्य करता है जो उच्च-फिडेलिटी इमेजेस को संश्लेषित करने के लिए पारंपरिक कन्वेन्शनल बैकबोन्स को ट्रांसफॉर्मर आर्किटेक्चर के साथ बदल देता है।

यह प्रोजेक्ट लो-डायमेंशनल इमेज रिप्रेजेंटेशन पर काम करने के लिए पैच-आधारित लेटेंट प्रोसेसिंग और लेटेंट स्पेस कम्प्रेशन का उपयोग करता है। यह सैंपलिंग प्रक्रिया के दौरान उत्पन्न इमेजेस की विज़ुअल सामग्री को नियंत्रित करने के लिए क्लास-कंडीशनल गाइडेंस और एडजस्टेबल गाइडेंस स्केल्स को शामिल करता है।

यह फ्रेमवर्क डिस्ट्रीब्यूटेड मॉडल ट्रेनिंग, इटरेटिव नॉइज़ सैंपलिंग, और सिंथेटिक इमेज डेटासेट्स के निर्माण को कवर करता है। इसमें स्टैंडर्ड बेंचमार्क के मुकाबले सटीकता और गुणवत्ता स्कोर की गणना करने के लिए मॉडल गुणवत्ता मूल्यांकन के लिए टूल्स भी शामिल हैं।

Features

  • Diffusion Transformers - Combines transformer-based attention with diffusion-based denoising to synthesize high-fidelity images.
  • Diffusion Model Training - Provides distributed training workflows for transformer-based latent diffusion models to improve scalability and speed.
  • Patch-Based Processing - Splits latent image representations into small patches to be processed as tokens by the transformer architecture.
  • Latent Space Compression - Utilizes low-dimensional representations to reduce computational overhead while maintaining high visual fidelity.
  • Latent Diffusion Models - Performs iterative denoising within compressed latent spaces to produce high-fidelity synthetic images.
  • Conditional Image Generation - Implements guidance mechanisms that use category labels to control the visual content of generated images.
  • Transformer-Based Generative Backbones - Replaces traditional convolutional backbones with transformer blocks to improve scaling in image generation.
  • Latent Noise Prediction - Generates images by iteratively predicting and removing noise within a compressed latent representation.
  • Synthetic Content Generators - Produces synthetic visual content by adjusting sampling steps and guidance scales from pre-trained weights.
  • Diffusion Model Evaluators - Provides tools to calculate accuracy and quality scores for diffusion model outputs against standard benchmarks.
  • Conditional Training - Provides scripts to train models that are conditioned on specific class labels via embedding concatenation.
  • Image Set Sampling - Produces batches of images by adjusting class-conditional weights and guidance scales during the sampling process.
  • Large Scale Training - Provides distributed training capabilities to scale model training across multiple GPUs for large-scale image datasets.
  • Synthetic Dataset Generation - Generates large batches of high-quality synthetic images to create datasets for visual benchmarking.
  • Diffusion Model Research - Scalable diffusion models using transformer backbones.
  • Vision Transformers - Scalable diffusion models built upon transformer architectures.
  • Generation - Listed in the “Generation” section of the Awesome Diffusion Models awesome list.

स्टार हिस्ट्री

facebookresearch/dit के लिए स्टार हिस्ट्री चार्टfacebookresearch/dit के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

DiT के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो DiT के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • compvis/latent-diffusionCompVis का अवतार

    CompVis/latent-diffusion

    14,072GitHub पर देखें↗

    Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a compressed latent space. It uses variational autoencoders to encode images into a lower-dimensional representation, reducing the computational cost of noise prediction compared to operating on raw pixels. The project enables text-to-image generation by integrating natural language descriptions through cross-attention conditioning. It also supports image inpainting and restoration, filling masked or missing image areas with generated content, and example-based synthesis using retrie

    Jupyter Notebook
    GitHub पर देखें↗14,072
  • huggingface/diffusion-models-classhuggingface का अवतार

    huggingface/diffusion-models-class

    4,331GitHub पर देखें↗

    This project is an educational course and collection of training materials focused on generative diffusion models. It provides a curriculum and practical guides for training, fine-tuning, and deploying models capable of synthesizing images, audio, and video. The material covers specific implementation strategies including noise-based synthesis, iterative refinement, and latent space compression. It provides instruction on guiding generative outputs through conditional synthesis and prompt adherence optimization, as well as techniques for image inpainting and text-based editing. The project i

    Jupyter Notebook
    GitHub पर देखें↗4,331
  • lucidrains/dalle2-pytorchlucidrains का अवतार

    lucidrains/DALLE2-pytorch

    11,310GitHub पर देखें↗

    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.

    Pythonartificial-intelligencedeep-learningtext-to-image
    GitHub पर देखें↗11,310
  • tingsongyu/pytorch_tutorialTingsongYu का अवतार

    TingsongYu/PyTorch_Tutorial

    8,018GitHub पर देखें↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Python
    GitHub पर देखें↗8,018
DiT के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

facebookresearch/dit क्या करता है?

DiT एक लेटेंट डिफ्यूज़न मॉडल और ट्रांसफॉर्मर-आधारित जेनेरेटिव AI फ्रेमवर्क है जिसे PyTorch में लागू किया गया है। यह एक क्लास-कंडीशनल इमेज जनरेटर के रूप में कार्य करता है जो उच्च-फिडेलिटी इमेजेस को संश्लेषित करने के लिए पारंपरिक कन्वेन्शनल बैकबोन्स को ट्रांसफॉर्मर आर्किटेक्चर के साथ बदल देता है।

facebookresearch/dit की मुख्य विशेषताएं क्या हैं?

facebookresearch/dit की मुख्य विशेषताएं हैं: Diffusion Transformers, Diffusion Model Training, Patch-Based Processing, Latent Space Compression, Latent Diffusion Models, Conditional Image Generation, Transformer-Based Generative Backbones, Latent Noise Prediction।

facebookresearch/dit के कुछ ओपन-सोर्स विकल्प क्या हैं?

facebookresearch/dit के ओपन-सोर्स विकल्पों में शामिल हैं: compvis/latent-diffusion — Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a… huggingface/diffusion-models-class — This project is an educational course and collection of training materials focused on generative diffusion models. It… lucidrains/dalle2-pytorch — This is a PyTorch implementation of a text-to-image model designed for synthesizing high-fidelity images from natural… tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision… openai/improved-diffusion — This project is a diffusion model framework for training and sampling from denoising probabilistic models to generate… stability-ai/generative-models — This is a framework for training and sampling diffusion models to generate high-fidelity images, video, and 4D assets.…