π© Anna LoRA - AI Girlfriend Character
Model Description
Anna is a Flux.1-dev LoRA adapter for consistent character generation in the AI Girlfriend Platform.
| Attribute | Value |
|---|---|
| Name | Anna |
| Age | 25 |
| Nationality | Norwegian |
| Personality | Sweet, caring, gentle, romantic |
| Hair | Platinum blonde, long, silky |
| Eyes | Ice blue, almond-shaped |
| Skin | Fair, porcelain |
| Body | Slim, toned, athletic |
Usage
from diffusers import FluxPipeline
import torch
# Load base model
pipe = FluxPipeline.from_pretrained(
"black-forest-labs/FLUX.1-dev",
torch_dtype=torch.bfloat16
)
pipe.enable_model_cpu_offload()
# Load Anna LoRA
pipe.load_lora_weights(
"sercancelenk/ai-girlfriend-anna-lora",
weight_name="pytorch_lora_weights.safetensors",
adapter_name="anna_lora"
)
pipe.set_adapters(["anna_lora"], adapter_weights=[0.7])
# Generate with trigger token
prompt = "ohwx_anna, beautiful woman smiling at camera, professional photo, 8k"
image = pipe(prompt, num_inference_steps=20).images[0]
image.save("anna.png")
Trigger Token: ohwx_anna
Use this token at the beginning of your prompt to activate the LoRA.
Recommended Settings
| Parameter | Value |
|---|---|
| LoRA Scale | 0.7 |
| Inference Steps | 20-30 |
| Guidance Scale | 3.5 |
| Resolution | 1024x1024 |
Training Details
| Parameter | Value |
|---|---|
| Base Model | black-forest-labs/FLUX.1-dev |
| Method | DreamBooth-LoRA |
| Training Images | 13 (6 SFW + 7 NSFW) |
| Training Steps | 2000 |
| LoRA Rank | 32 |
| Learning Rate | 1e-4 |
| GPU | RTX 6000 Ada (48GB) |
Related Links
- AI Girlfriend Platform: GitHub
- LLM Model: sercancelenk/ai-girlfriend-v2
- Base Model: FLUX.1-dev
License
MIT License
Part of the AI Girlfriend Platform π
Model tree for sercancelenk/ai-girlfriend-anna-lora
Base model
black-forest-labs/FLUX.1-dev