awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesUnconditional Generation

Synthesizing data based on learned distributions without external conditioning signals.

Distinct from Image Generation: Distinct from general Image Generation as it explicitly excludes text or label guidance

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Unconditional Generation. Refine with filters or upvote what's useful.

Awesome Unconditional Generation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • lucidrains/imagen-pytorchالصورة الرمزية لـ lucidrains

    lucidrains/imagen-pytorch

    8,415عرض على GitHub↗

    This is a PyTorch-based implementation of diffusion models for synthesizing photorealistic images and video. It provides a framework for text-to-image and text-to-video generation, as well as unconditional image synthesis. The system utilizes a cascading diffusion pipeline to produce high-resolution imagery by passing low-resolution outputs through a sequence of super-resolution models. It also includes capabilities for image inpainting, allowing the reconstruction of masked or missing regions of visual media guided by surrounding context and text prompts. The project includes tools for diff

    Creates images without text guidance by relying on the learned distribution of training data.

    Pythonartificial-intelligencedeep-learningimagination-machine
    عرض على GitHub↗8,415
  • open-mmlab/mmagicالصورة الرمزية لـ open-mmlab

    open-mmlab/mmagic

    7,434عرض على GitHub↗

    mmagic is a multimodal training pipeline and framework for generative AI, focusing on visual synthesis and restoration. It provides the infrastructure to build and train models for tasks such as text-to-image and text-to-video generation, 3D-aware content synthesis, and high-fidelity image translation using diffusion models and generative adversarial networks. The project distinguishes itself through specialized capabilities for generative model personalization, including techniques for fine-tuning subjects and styles. It also supports advanced visual manipulations such as latent space interp

    Creates realistic images from random noise using various Generative Adversarial Network architectures.

    Jupyter Notebookaigccomputer-visiondeep-learning
    عرض على GitHub↗7,434
  • openai/guided-diffusionالصورة الرمزية لـ openai

    openai/guided-diffusion

    7,395عرض على GitHub↗

    This is a classifier-guided diffusion framework for high-fidelity image generation. It implements a cascaded diffusion pipeline that chains a base diffusion model with a dedicated upsampler to progressively increase image resolution in stages, and uses classifier-guided diffusion sampling to steer the reverse diffusion process toward higher-quality outputs. The framework provides tools for training diffusion models from scratch using distributed processes with gradient accumulation, as well as training classifier models that provide gradient-based guidance during sampling. It supports both un

    Generates images from a diffusion model that does not require class labels or a classifier.

    Python
    عرض على GitHub↗7,395
  • janspiry/image-super-resolution-via-iterative-refinementالصورة الرمزية لـ Janspiry

    Janspiry/Image-Super-Resolution-via-Iterative-Refinement

    3,920عرض على GitHub↗

    هذا المشروع هو إطار عمل للتعلم العميق لتحسين دقة صور الذكاء الاصطناعي وتوليف الوجوه. يوفر نموذج انتشار (Diffusion model) لرفع دقة الصور ومولداً توليدياً لصور الوجوه قادراً على تحويل الصور منخفضة الدقة إلى مخرجات عالية الدقة باستخدام أوزان نماذج مدربة مسبقاً. يستخدم النظام تحسين الانتشار التكراري وأخذ العينات الموجه منخفض الدقة لاستعادة التفاصيل الدقيقة والحدة. يدعم كلاً من توليد الصور غير المشروط، حيث يتم إنشاء الصور من الصفر، وتحسين الدقة الموجه لإعادة بناء الوجوه بدقة عالية. يتضمن المستودع خط معالجة لتدريب نموذج الانتشار مع تدريب موزع متعدد الـ GPU وتهيئة الأوزان المدربة مسبقاً. يتم دعم هذه البيئة من خلال تتبع تجارب النموذج، وتسجيل المقاييس الخارجية، واستئناف النموذج القائم على نقاط التحقق (Checkpoints).

    Generates new images from scratch based on learned distributions without external guidance.

    Python
    عرض على GitHub↗3,920
  1. Home
  2. Artificial Intelligence & ML
  3. Image Generation
  4. Unconditional Generation