awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Akegarasu avatar

Akegarasu/lora-scripts

0
View on GitHub↗
6,059 星标·695 分支·Python·AGPL-3.0·3 次浏览

Lora Scripts

lora-scripts 是一个微调工具包,旨在将基础扩散模型适配到特定的风格或主题。它提供了一套专门的脚本和工具,用于执行低秩自适应(LoRA)和 Dreambooth 训练任务。

该项目具有一个基于 Web 的图形界面,用于管理训练工作流,允许用户在无需手动编辑脚本的情况下配置和执行任务。此界面将用户输入映射到超参数,并提供一个实时仪表板,用于监控训练指标和损失曲线以跟踪模型收敛情况。

该系统包括一个用于组织和编辑图像标签的数据集标记管理器。为了确保在不同硬件主机上执行的一致性,训练环境以预配置的容器化设置提供。

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 历史

akegarasu/lora-scripts 的 Star 历史图表akegarasu/lora-scripts 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Lora Scripts 的精选搜索

收录 Lora Scripts 的精选合集。
  • LoRA 图像风格训练工具

常见问题解答

akegarasu/lora-scripts 是做什么的?

lora-scripts 是一个微调工具包,旨在将基础扩散模型适配到特定的风格或主题。它提供了一套专门的脚本和工具,用于执行低秩自适应(LoRA)和 Dreambooth 训练任务。

akegarasu/lora-scripts 的主要功能有哪些?

akegarasu/lora-scripts 的主要功能包括: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。

akegarasu/lora-scripts 有哪些开源替代品?

akegarasu/lora-scripts 的开源替代品包括: 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…

Lora Scripts 的开源替代方案

相似的开源项目,按与 Lora Scripts 的功能重合度排序。
  • stability-ai/stablecascadeStability-AI 的头像

    Stability-AI/StableCascade

    6,548在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,548
  • kohya-ss/sd-scriptskohya-ss 的头像

    kohya-ss/sd-scripts

    7,133在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,133
  • pytorch/torchtunepytorch 的头像

    pytorch/torchtune

    5,774在 GitHub 上查看↗

    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
    在 GitHub 上查看↗5,774
  • pwhiddy/pokemonredexperimentsPWhiddy 的头像

    PWhiddy/PokemonRedExperiments

    7,774在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,774
  • 查看 Lora Scripts 的所有 30 个替代方案→