Tagged articles
124 articles
Page 2 of 2
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 14, 2024 · Artificial Intelligence

Understanding and Implementing LoRA (Low‑Rank Adaptation) for Model Training with PyTorch

This article explains the principle of LoRA (Low‑Rank Adaptation) for large language models, demonstrates how to decompose weight updates into low‑rank matrices, and provides a complete PyTorch implementation that fine‑tunes a small VGG‑19 network on a custom goldfish dataset.

Deep LearningLoRANeural Networks
0 likes · 11 min read
Understanding and Implementing LoRA (Low‑Rank Adaptation) for Model Training with PyTorch
Baidu MEUX
Baidu MEUX
Jan 3, 2024 · Artificial Intelligence

Mastering AI‑Generated Brand Symbol Posters with Stable Diffusion

This article walks through a complete methodology for creating brand symbol posters using AI, covering basic and advanced Stable Diffusion techniques such as ControlNet, depth‑map generation, semantic segmentation, LoRA integration, and post‑processing to achieve high‑quality, efficient visual assets.

AI image generationControlNetDepth map
0 likes · 10 min read
Mastering AI‑Generated Brand Symbol Posters with Stable Diffusion
58UXD
58UXD
Dec 1, 2023 · Artificial Intelligence

How AI‑Powered LoRA Techniques Supercharged a September Recruitment Campaign Design

This article details how 58.com’s design team leveraged AI tools such as Stable Diffusion, LoRA models, and prompt engineering to create a visually rich September recruitment landing page, outlining the project background, design strategy, technical exploration, and measurable results.

AI designLoRAPrompt engineering
0 likes · 6 min read
How AI‑Powered LoRA Techniques Supercharged a September Recruitment Campaign Design
Zhixing ZXD Design Center
Zhixing ZXD Design Center
Nov 27, 2023 · Artificial Intelligence

Boost Marketing Design with AI: Stable Diffusion & Runway GEN‑2 Case Studies

Explore how AI tools like Stable Diffusion and Runway GEN‑2 can accelerate marketing design workflows, from converting 2D sketches to 3D assets, generating dynamic video posters, training custom LoRA models for travel backgrounds, and creating personalized avatar styles, with step‑by‑step case studies and practical tips.

3D backgroundAI toolsLoRA
0 likes · 8 min read
Boost Marketing Design with AI: Stable Diffusion & Runway GEN‑2 Case Studies
DataFunSummit
DataFunSummit
Nov 13, 2023 · Artificial Intelligence

SWIFT: A Scalable Light‑Weight Training and Inference Framework for Efficient Model Fine‑Tuning

SWIFT is an open‑source, PyTorch‑based framework that integrates multiple efficient fine‑tuning methods such as LoRA, QLoRA, Adapter, and the proprietary ResTuning, enabling developers to fine‑tune large language and multimodal models on consumer‑grade GPUs with significantly reduced memory and compute requirements.

Fine-tuningLoRAModelScope
0 likes · 13 min read
SWIFT: A Scalable Light‑Weight Training and Inference Framework for Efficient Model Fine‑Tuning
UCloud Tech
UCloud Tech
Oct 13, 2023 · Artificial Intelligence

How PEFT Transforms Large Model Fine‑Tuning: Additive, Prompt & LoRA Methods Explained

This article introduces parameter‑efficient fine‑tuning (PEFT) techniques—including additive adapters, soft‑prompt methods, selection‑based BitFit, and re‑parameterization approaches like LoRA and AdaLoRA—explains their architectures, experimental results, and provides end‑to‑end code for fine‑tuning ChatGLM2‑6B on a Chinese medical QA dataset.

AdaLoRAAdapterLoRA
0 likes · 22 min read
How PEFT Transforms Large Model Fine‑Tuning: Additive, Prompt & LoRA Methods Explained
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 7, 2023 · Artificial Intelligence

Google’s Internal Memo: “We Have No Moat, Neither Does OpenAI” – The Rise of Open‑Source AI

A leaked Google internal document titled “We have no moat, OpenAI also has none” reveals that both companies are losing the AI arms race to rapidly advancing open‑source models, which achieve comparable performance at a fraction of the cost, prompting a strategic rethink for Google.

GoogleLarge Language ModelsLoRA
0 likes · 16 min read
Google’s Internal Memo: “We Have No Moat, Neither Does OpenAI” – The Rise of Open‑Source AI
DaTaobao Tech
DaTaobao Tech
Sep 1, 2023 · Artificial Intelligence

Research on Virtual Clothing Try-On Using Stable Diffusion and LoRA

This study evaluates virtual clothing try‑on by fine‑tuning LoRA models on a handful of garment images and integrating Stable Diffusion with ControlNet, Inpainting, and Segment Anything, showing that the AI‑generated pipeline matches or exceeds traditional geometric‑matching VTON in visual fidelity, especially for upper‑body apparel, while running locally on an RTX 3060.

ControlNetFashion GenerationLoRA
0 likes · 9 min read
Research on Virtual Clothing Try-On Using Stable Diffusion and LoRA
37 Interactive Technology Team
37 Interactive Technology Team
Aug 23, 2023 · Artificial Intelligence

LoRA Model Training Guide for Stable Diffusion: Comparison, Workflow, and Tips

This guide compares Stable Diffusion fine‑tuning methods, shows why LoRA offers the best size‑and‑speed trade‑off, and provides a step‑by‑step workflow—from dataset collection and preprocessing to parameter tuning, 20‑minute training on a single GPU, and practical tips for successful custom model generation.

AI artDreamBoothImage Generation
0 likes · 9 min read
LoRA Model Training Guide for Stable Diffusion: Comparison, Workflow, and Tips
DaTaobao Tech
DaTaobao Tech
Aug 11, 2023 · Artificial Intelligence

Practical Guide to Stable Diffusion WebUI: Prompt Engineering, LoRA, VAE, and ControlNet

This practical guide walks users through installing Stable Diffusion WebUI, explains the differences between base, LoRA, VAE, and ControlNet models, shows how to derive prompts with CLIP or DeepBooru, and provides detailed text‑to‑image and image‑to‑image examples for effective prompt engineering.

AI image generationControlNetLoRA
0 likes · 12 min read
Practical Guide to Stable Diffusion WebUI: Prompt Engineering, LoRA, VAE, and ControlNet
JD Tech
JD Tech
Jul 31, 2023 · Artificial Intelligence

Local Deployment, Fine‑tuning, and Inference of the Open‑source Alpaca‑LoRA Model on GPU Servers

This article details the step‑by‑step process of installing GPU drivers, setting up a Python environment, deploying the open‑source Alpaca‑LoRA large language model, fine‑tuning it with Chinese data on a multi‑GPU server, and running inference, while discussing practical challenges and performance observations.

AlpacaFine-tuningGPU
0 likes · 14 min read
Local Deployment, Fine‑tuning, and Inference of the Open‑source Alpaca‑LoRA Model on GPU Servers
DeWu Technology
DeWu Technology
Jul 5, 2023 · Artificial Intelligence

Fine-tuning Large Language Models with LoRA/QLoRA and Deploying via GPTQ Quantization on KubeAI

The article explains how LoRA and its 4‑bit QLoRA extension dramatically reduce trainable parameters and GPU memory for fine‑tuning large language models, while GPTQ post‑training quantization compresses weights for cheap inference, and shows how KubeAI integrates these techniques into a one‑click workflow for 7 B, 13 B, and 33 B models from data upload to API deployment.

GPTQKubeAILarge Language Models
0 likes · 13 min read
Fine-tuning Large Language Models with LoRA/QLoRA and Deploying via GPTQ Quantization on KubeAI
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
May 30, 2023 · Artificial Intelligence

Boost Stable Diffusion Inference with PAI-Blade: LoRA & ControlNet Optimization

This article explains how to use PAI-Blade to accelerate Stable Diffusion inference by optimizing LoRA and ControlNet components, detailing configuration steps, code modifications, benchmark results on A100/A10 GPUs, and integration with both Diffusers and the popular Stable-Diffusion-webui, highlighting performance gains and memory savings.

ControlNetGPU BenchmarkInference Optimization
0 likes · 8 min read
Boost Stable Diffusion Inference with PAI-Blade: LoRA & ControlNet Optimization
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
May 26, 2023 · Artificial Intelligence

Unlock High‑Quality Chinese Image Generation with PAI‑Diffusion: New Features & Fine‑Tuning Guide

This article introduces the upgraded PAI‑Diffusion Chinese models, highlighting major improvements in image quality and style diversity, detailing lightweight fine‑tuning methods such as LoRA and Textual Inversion, showcasing controllable editing, scenario‑specific customization, and providing step‑by‑step usage instructions on popular platforms.

LoRATextual Inversionai
0 likes · 14 min read
Unlock High‑Quality Chinese Image Generation with PAI‑Diffusion: New Features & Fine‑Tuning Guide
Programmer DD
Programmer DD
May 6, 2023 · Artificial Intelligence

Can Open‑Source LLMs Overtake Google and OpenAI in the AI Arms Race?

An analysis of a leaked Google internal document reveals how open‑source large language models, low‑cost fine‑tuning techniques like LoRA, and rapid community innovation are reshaping the AI competition, challenging the dominance of both Google and OpenAI and prompting a strategic rethink.

AI competitionAI strategyGoogle
0 likes · 15 min read
Can Open‑Source LLMs Overtake Google and OpenAI in the AI Arms Race?
Tencent Cloud Developer
Tencent Cloud Developer
Apr 10, 2023 · Artificial Intelligence

How Computers Generate Realistic Images: An In‑Depth Guide to AI Image Generation, Diffusion Models, ControlNet, LoRA and More

This guide explains how AI creates photorealistic images, tracing the shift from VAEs and GANs to diffusion models, detailing latent diffusion, ControlNet conditioning, CLIP text‑image alignment, and lightweight fine‑tuning methods like DreamBooth and LoRA, plus practical tips for higher‑resolution results.

AI image generationControlNetDiffusion Models
0 likes · 22 min read
How Computers Generate Realistic Images: An In‑Depth Guide to AI Image Generation, Diffusion Models, ControlNet, LoRA and More
Tencent Cloud Developer
Tencent Cloud Developer
May 19, 2020 · Cloud Computing

Design and Architecture of a Distributed Atmospheric Monitoring System

Tencent’s rapid‑deployment project creates a volunteer‑hosted, low‑cost atmospheric monitoring network using LoRa, NB‑IoT and Wi‑Fi, with edge‑agnostic data collection, cloud‑based device normalization, and business processing modules that manage devices, analyze PM2.5 sensor data, and visualize real‑time air quality across five community sites.

Atmospheric MonitoringIoTLoRA
0 likes · 10 min read
Design and Architecture of a Distributed Atmospheric Monitoring System
Tencent Cloud Developer
Tencent Cloud Developer
Apr 17, 2020 · Cloud Computing

LoRa‑Based Environmental Monitoring and Control for Data Center Using TencentOS Tiny

The article describes a complete LoRa‑based environmental monitoring and control system for data centers, built on TencentOS Tiny and featuring a LoRa gateway, sensor‑rich node, LCD display, relay and LED modules, cloud integration via Tencent Cloud IoT Explorer, and a WeChat mini‑program for remote management.

Data Center MonitoringIoTLoRA
0 likes · 12 min read
LoRa‑Based Environmental Monitoring and Control for Data Center Using TencentOS Tiny