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

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

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

2 مستودعات

Awesome GitHub RepositoriesAdapter Projection Layers

Lightweight trainable linear layers used to align external embeddings with the expected format of attention layers.

Distinct from Linear Mixing Layers: Specifically for adapter-based alignment of embeddings rather than general tensor dimension mixing in MLPs.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Adapter Projection Layers. Refine with filters or upvote what's useful.

Awesome Adapter Projection Layers GitHub Repositories

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

    tencent-ailab/IP-Adapter

    6,604عرض على GitHub↗

    IP-Adapter is a framework for conditioning pretrained text-to-image diffusion models to use image prompts as visual guides. It serves as a text-to-image model extension that transforms a text-based diffusion model to accept and process image inputs as primary generation sources. The system implements identity preservation to maintain consistent facial features across multiple outputs using a reference photo. It also enables style transfer workflows to produce image variations that preserve the artistic characteristics of a source image. Capabilities cover multi-modal prompting, including the

    Uses lightweight trainable linear layers to transform image embeddings for compatibility with attention layers.

    Jupyter Notebook
    عرض على GitHub↗6,604
  • cubiq/comfyui_ipadapter_plusالصورة الرمزية لـ cubiq

    cubiq/ComfyUI_IPAdapter_plus

    6,031عرض على GitHub↗

    ComfyUIIPAdapterplus هو إضافة قائمة على العقد لـ ComfyUI تنفذ نماذج IPAdapter لتوجيه إنشاء الصور باستخدام صور مرجعية. تعمل كأداة توجيه صور ومحول صور Stable Diffusion، مما يسمح للملفات المرجعية بالعمل كموجهات مرئية للتحكم في النمط، والتكوين، وهوية الموضوع. يوفر المشروع قدرات متخصصة للحفاظ على هوية الوجه والميزات عالية الدقة عبر الصور الشخصية التي تم إنشاؤها. يتيح نقل الخصائص المرئية والأنماط الفنية من الصور المرجعية، بالإضافة إلى استخراج التخطيطات المكانية لتوجيه ترتيب الكائنات في الأجيال الجديدة. تغطي الإضافة مجالات وظيفية واسعة بما في ذلك تكييف صور الذكاء الاصطناعي، وإنشاء شخصيات متسقة، والتحكم في تكوين الصور.

    Provides linear projection layers to align image encoder outputs with the dimensionality of model attention layers.

    Python
    عرض على GitHub↗6,031
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Algorithms
  5. Linear Regression Implementations
  6. Linear Mixing Layers
  7. Adapter Projection Layers