9 Repos
Educational resources for mastering large language models and transformer architectures.
Distinguishing note: Focuses on the skill development aspect of generative AI.
Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Generative AI Training. Refine with filters or upvote what's useful.
This project is a comprehensive educational curriculum and structured learning path covering the full lifecycle of large language models. It provides a guided progression through the theory, architecture, training, and deployment of these models. The curriculum includes specialized guides on transformer architecture, model training tutorials, and frameworks for designing autonomous agents. It also provides dedicated resources for studying model safety and ethics. The material covers a wide range of technical capabilities, including distributed training strategies, parameter-efficient fine-tu
Explains how to implement automated error detection and scalable storage to minimize downtime during long training runs.
This project is a framework for training and sampling generative models designed to produce high-quality images in few steps. It provides implementations for image generation models that transform random noise into structured visual data through an optimized sampling process. The system specializes in accelerating image generation through consistency distillation and consistency training. It includes tools to transform pre-trained diffusion models into faster versions by distilling knowledge from a teacher model into a student model, as well as methods to train consistency models from scratch
Supports developing and optimizing generative neural networks from scratch for visual content synthesis.
Trains large generative AI models using GPU-optimized building blocks for production and research.
Dieses Projekt ist eine Stable-Diffusion-WebUI-Erweiterung, die ein grafisches Interface für personalisierte Porträtgenerierung und KI-Fotobearbeitung bietet. Es ermöglicht Benutzern das Training benutzerdefinierter Identitätsmodelle aus einer kleinen Menge hochgeladener Bilder, um konsistente digitale Versionen spezifischer Personen zu erstellen. Die Erweiterung enthält ein virtuelles Anprobensystem, das Kleidung in Bildern durch Ausrichtung von Referenzkleidungsstücken an Template-Körpern ersetzt. Sie bietet zudem Tools für Face-Swapping in statischen Bildern und Videos sowie einen Porträt-Animator, der statische Bilder in dynamische Videos unter Verwendung referenzgesteuerter Bewegung und Textbeschreibungen umwandelt. Zusätzliche Funktionen decken die Manipulation von Gesichtsattributen zur Anpassung von Alter und Ausdruck, Multi-Person-Bildsynthese und die Generierung flüssiger Übergänge zwischen Bildern durch Latent-Space-Interpolation ab.
Provides capabilities to train custom AI models from a small set of images to generate digital versions of specific people.
Dieses Projekt ist ein KI-Headshot-Generator und SaaS-Boilerplate, das darauf ausgelegt ist, benutzerdefinierte Modelle mit hochgeladenen Fotos zu trainieren, um professionelle, hochauflösende Porträts zu erstellen. Es fungiert als Bildgenerierungs-Pipeline und Modell-Trainings-Orchestrator, der den End-to-End-Workflow der Verarbeitung von Benutzerbildern zur Erstellung stilisierter Avatare verwaltet. Das System beinhaltet ein kreditbasiertes Monetarisierungs-Framework, das Zahlungen über automatisierte Webhooks abwickelt. Es bietet eine vollständige Infrastruktur für KI-gestützte Dienste, einschließlich Benutzerkontenverwaltung und automatisierter E-Mail-Benachrichtigungen, um Benutzer zu informieren, wenn ihre generierten Bilder zum Download bereitstehen. Die Plattform deckt die Sammlung von Trainingsfotos, die Auswahl professioneller Porträtstile und die Produktion von 4K-Bildern ab. Sie umfasst zudem Funktionen zur Verbesserung der Bildqualität, um sicherzustellen, dass die finalen Porträts eine natürliche und realistische Ästhetik beibehalten.
Orchestrates the training of generative models to capture a specific individual's likeness using small image datasets.
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
Offers instructional guides and code examples for implementing noise-based synthesis and iterative refinement.
Photoshot is a commercial SaaS image platform and web application used for creating personalized AI avatars and portraits. It functions as an AI avatar creator that trains custom machine learning models on user-uploaded photos to produce consistent digital personas. The platform includes an LLM prompt generator that uses large language models to craft detailed text descriptions for image generation engines. It integrates a secure third-party payment gateway to manage user access to these creative tools and services. The system architecture handles asynchronous task queueing for machine learn
Trains generative models on small image datasets to capture and maintain a consistent personalized identity.
This project is a research framework and toolkit designed for training large-scale vision transformers and multimodal language models. It provides a comprehensive suite for vision-language pretraining, enabling the development of models that map images and text into shared latent spaces. The framework is distinguished by its capabilities in high-fidelity image generation and multimodal research, utilizing normalizing flows and variational autoencoders to produce images from text prompts or class labels. It supports the development of both generative and contrastive models, allowing for a wide
Trains large-scale decoder-only transformers to generate and understand both text and images by maximizing data likelihood.
This project is a generative AI educational resource and natural language processing course. It serves as a technical implementation guide for building, pre-training, and fine-tuning a large language model from scratch using PyTorch. The curriculum provides a step-by-step tutorial on large language model development, focusing specifically on the design of transformer-based text generation models. It includes dedicated instruction on parameter-efficient fine-tuning to optimize training by updating only a small subset of model weights. The material covers the end-to-end generative AI training
Serves as an educational resource for building and optimizing deep learning models for human-like text generation.