awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Akegarasu avatar

Akegarasu/lora-scripts

0
View on GitHub↗
6,059 Stars·695 Forks·Python·AGPL-3.0·3 Aufrufe

Lora Scripts

lora-scripts ist ein Fine-Tuning-Toolkit, das für die Anpassung von Basis-Diffusionsmodellen an spezifische Stile oder Motive entwickelt wurde. Es bietet eine spezialisierte Reihe von Skripten und Tools zur Ausführung von Low-Rank-Adaptation- und Dreambooth-Trainingsjobs.

Das Projekt verfügt über eine webbasierte grafische Oberfläche, die den Trainings-Workflow verwaltet und es Benutzern ermöglicht, Jobs ohne manuelle Skriptbearbeitung zu konfigurieren und auszuführen. Diese Oberfläche bildet Benutzereingaben auf Hyperparameter ab und bietet ein Echtzeit-Dashboard zur Überwachung von Trainingsmetriken und Verlustkurven, um die Modellkonvergenz zu verfolgen.

Das System enthält einen Dataset-Tagging-Manager zum Organisieren und Bearbeiten von Bild-Labels. Um eine konsistente Ausführung über verschiedene Hardware-Hosts hinweg zu gewährleisten, wird die Trainingsumgebung als vorkonfiguriertes, containerisiertes Setup bereitgestellt.

Features

  • Custom Stable Diffusion Training - Provides a complete workflow for training custom Stable Diffusion models to recognize specific entities or styles.
  • LoRA Fine-Tuning Tools - Ships a comprehensive set of scripts and tools for low-rank adaptation (LoRA) of diffusion models.
  • Diffusion Model Training - Implements specialized fine-tuning logic for diffusion models via standalone Python scripts.
  • Diffusion Model LoRA Fine-Tuning - Provides a web interface for configuring and executing LoRA and Dreambooth fine-tuning jobs for diffusion models.
  • Model Training Management Interfaces - Features a web-based dashboard for configuring hyperparameters and triggering training runs without manual scripting.
  • Web-Based Command Interfaces - Translates user inputs from a graphical dashboard into command-line arguments for training scripts.
  • Automated Image Tagging - Automates the labeling of image datasets using specialized vision models and editing tools.
  • Automated Processing Pipelines - Provides an automated pipeline to process raw images and generate structured metadata labels for model training.
  • Dataset Tagging Managers - Includes a dedicated tagging manager for organizing and editing image labels used in training.
  • Image Classification Datasets - Organizes and structures image datasets with labels for training image recognition and generation models.
  • Model Training Monitoring - Tracks and visualizes model convergence and loss curves in real time to monitor training quality.
  • Dataset Labeling Interfaces - Provides integrated tools for tagging and editing dataset labels to improve training accuracy.
  • Training Progress Monitors - Provides a real-time dashboard for visualizing training metrics and loss curves to track model convergence.
  • Item Tagging and Organization - Includes built-in editors and automated processes for organizing and managing image tags in datasets.
  • Real-Time Metric Visualization - Features a web dashboard that renders live convergence curves by polling training logs and loss data.

Star-Verlauf

Star-Verlauf für akegarasu/lora-scriptsStar-Verlauf für akegarasu/lora-scripts

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Kuratierte Suchen mit Lora Scripts

Handverlesene Sammlungen, in denen Lora Scripts vorkommt.
  • Tools für LoRA-Bildstil-Training

Häufig gestellte Fragen

Was macht akegarasu/lora-scripts?

lora-scripts ist ein Fine-Tuning-Toolkit, das für die Anpassung von Basis-Diffusionsmodellen an spezifische Stile oder Motive entwickelt wurde. Es bietet eine spezialisierte Reihe von Skripten und Tools zur Ausführung von Low-Rank-Adaptation- und Dreambooth-Trainingsjobs.

Was sind die Hauptfunktionen von akegarasu/lora-scripts?

Die Hauptfunktionen von akegarasu/lora-scripts sind: Custom Stable Diffusion Training, LoRA Fine-Tuning Tools, Diffusion Model Training, Diffusion Model LoRA Fine-Tuning, Model Training Management Interfaces, Web-Based Command Interfaces, Automated Image Tagging, Automated Processing Pipelines.

Welche Open-Source-Alternativen gibt es zu akegarasu/lora-scripts?

Open-Source-Alternativen zu akegarasu/lora-scripts sind unter anderem: stability-ai/stablecascade — StableCascade is a generative AI system and latent diffusion framework designed for text-to-image synthesis and… kohya-ss/sd-scripts — sd-scripts is a suite of utilities designed for fine-tuning generative models, preprocessing datasets, and converting… pytorch/torchtune — Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a… pwhiddy/pokemonredexperiments — This project is a game AI training framework designed to develop and monitor reinforcement learning agents within a… lyhue1991/eat_tensorflow2_in_30_days — This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow.… huggingface/autotrain-advanced — This project is a multimodal model trainer and machine learning fine-tuning tool that provides a containerized…

Open-Source-Alternativen zu Lora Scripts

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Lora Scripts.
  • stability-ai/stablecascadeAvatar von Stability-AI

    Stability-AI/StableCascade

    6,548Auf GitHub ansehen↗

    StableCascade is a generative AI system and latent diffusion framework designed for text-to-image synthesis and image-to-image transformations. It utilizes a multi-stage cascade architecture that encodes and decodes images via a latent space to produce high-fidelity visual imagery. The system includes a cascade diffusion pipeline for controlling image structure through inpainting, outpainting, and super-resolution. It also provides a toolkit for image-to-image generation and the creation of image variations using embeddings. The framework supports model optimization through low-rank adaptati

    Jupyter Notebook
    Auf GitHub ansehen↗6,548
  • kohya-ss/sd-scriptsAvatar von kohya-ss

    kohya-ss/sd-scripts

    7,133Auf GitHub ansehen↗

    sd-scripts is a suite of utilities designed for fine-tuning generative models, preprocessing datasets, and converting model weights. It provides a collection of scripts for executing Stable Diffusion training through methods such as DreamBooth, textual inversion, and full fine-tuning, alongside a framework for creating and managing Low-Rank Adaptation weights. The project features specialized capabilities for model weight conversion between different architectures and precision formats. It includes tools for merging adaptation weights into base models, extracting weights from trained models,

    Python
    Auf GitHub ansehen↗7,133
  • pytorch/torchtuneAvatar von pytorch

    pytorch/torchtune

    5,774Auf GitHub ansehen↗

    Torchtune is a PyTorch-native library for fine-tuning, aligning, and quantizing large language models. It provides a configurable training pipeline orchestrated through YAML recipes, with CLI overrides and component swapping, distributed training via FSDP2, memory optimizations, and parameter-efficient fine-tuning methods like LoRA, DoRA, and QLoRA. The library distinguishes itself through its YAML-driven configuration system that defines all training parameters and instantiates components from config files, with full CLI override capability for any field or component at launch time. It suppo

    Python
    Auf GitHub ansehen↗5,774
  • pwhiddy/pokemonredexperimentsAvatar von PWhiddy

    PWhiddy/PokemonRedExperiments

    7,774Auf GitHub ansehen↗

    This project is a game AI training framework designed to develop and monitor reinforcement learning agents within a legacy game environment. It functions as a training and monitoring system that optimizes autonomous agents to complete game objectives through exploration and reward-based learning. The framework includes tools for game memory mapping and real-time trajectory visualization. These capabilities translate raw game memory addresses into visual coordinates, allowing agent movements and session data to be streamed to a map for the analysis of navigation patterns and area exploration.

    Jupyter Notebook
    Auf GitHub ansehen↗7,774
  • Alle 30 Alternativen zu Lora Scripts anzeigen→