5 مستودعات
Custom configurations and pipelines for generating images using Stable Diffusion and ComfyUI.
Distinct from Stable Diffusion Tools: Focuses on the operational workflow for video asset generation rather than general tool lists or specific editor plugins.
Explore 5 awesome GitHub repositories matching graphics & multimedia · Stable Diffusion Workflows. Refine with filters or upvote what's useful.
MoneyPrinterPlus is an automated video production system designed for the mass creation of short-form AI content. It functions as an end-to-end pipeline that uses large language models to generate scripts, synthesize voiceovers, and produce visual assets to assemble complete videos. The project is distinguished by its ability to batch-process high volumes of unique content through automated mixing and randomized asset pairing. It includes a social media auto-publisher that uses browser simulation to automate the upload and distribution of generated videos to platforms such as TikTok and Xiaoh
Integrates Stable Diffusion and ComfyUI workflows to produce custom visual backgrounds for AI videos.
يوفر هذا المشروع منهجيات وأدلة لهندسة الأوامر (Prompt Engineering) المهيكلة، وسير العمل التوليدي، واستراتيجيات توليد الصور المتخصصة. يعمل كإطار عمل لتحسين المدخلات لنماذج اللغات الكبيرة (LLM) عبر مهام البرمجة والكتابة والتحليل، بالإضافة إلى كونه مكتبة تقنيات للتحكم في نماذج الانتشار (Diffusion Models). يتميز المشروع بإطار عمل لتصميم البرمجيات مدعوم بالذكاء الاصطناعي يحول متطلبات الأعمال إلى بنيات تقنية وأكواد برمجية باستخدام التوجيه الموجه بالمجال (Domain-Driven Prompting). كما ينفذ أنماط سير عمل الذكاء الاصطناعي التوليدي التي تستخدم خطوط أنابيب الأوامر المتسلسلة والأطر المعرفية لضمان مخرجات نموذجية يمكن التنبؤ بها. تغطي قدرات المشروع هندسة البرمجيات من خلال نمذجة واجهات برمجة التطبيقات (API) الموجهة بالمجال وتوليد لغات خاصة بالمجال (DSL). كما تمتد لتشمل توليد الصور، بما في ذلك الربط الهيكلي للصور، وتدريب النماذج المخصصة، والتحسين التكراري للرسم الداخلي (Inpainting) لتصحيح العيوب البصرية. تم تنفيذ المشروع كمجموعة من دفاتر Jupyter Notebooks.
Provides specialized strategies and workflows for generating and refining high-quality imagery using Stable Diffusion.
هذا المشروع هو مولد فيديو Stable Diffusion ينشئ صوراً متحركة عن طريق الاستيفاء بين مطالبات النص داخل مساحة كامنة لنموذج توليدي. يعمل كأداة لتوليد فيديو الذكاء الاصطناعي والاستيفاء في المساحة الكامنة، محولاً النص الوصفي إلى تسلسلات مرئية. يمكّن النظام بشكل خاص المرئيات التفاعلية مع الصوت عن طريق مزامنة معدل استيفاء الصورة مع إيقاع ونبض ملف صوتي. ينتج هذه التسلسلات من خلال توليد فيديو التحول (morphing)، الذي ينتقل بسلاسة بين مطالبات نصية مختلفة. يتضمن المشروع واجهة مستخدم رسومية توفر واجهة تحكم قائمة على الويب لإدارة سير عمل تحويل النص إلى فيديو. يسمح هذا بتنسيق العملية التوليدية دون كتابة كود خط أنابيب يدوي.
Implements a Stable Diffusion workflow for creating videos by interpolating between text prompts in the latent space.
This project is a local media management platform designed for organizing, browsing, and analyzing large collections of AI-generated images and videos. It functions as a specialized browser that extracts and parses embedded generation parameters, allowing users to manage their creative assets through a high-performance interface. The platform distinguishes itself through semantic search and organization capabilities, which use vector indexing to enable natural language queries across local file libraries. It automates the sorting and tagging of media based on prompt similarity and visual cont
Facilitates the management of generation settings and assets across diverse AI art software environments.
This project provides a clean implementation of the latent diffusion model architecture using the PyTorch framework. It functions as a generative machine learning pipeline designed to synthesize images from text prompts by loading pre-trained model weights into a modular neural network structure. The implementation focuses on the mechanics of image generation, utilizing a tensor-based computational graph to execute the complex linear algebra required for inference. It incorporates transformer-based text encoding to map natural language into vector embeddings, which are then integrated into th
Provides specialized image generation tools by modifying the underlying model architecture and sampling processes for custom requirements.