File size: 1,024 Bytes
ed37502
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Example character profile — replace with your trained LoRA details
#
# To use this:
# 1. Train a LoRA using Kohya_ss with ~20-50 reference images
# 2. Place the .safetensors file in D:\ComfyUI\Models\Lora\
# 3. Update the fields below with your character's details
# 4. Rename this file to your character's name (e.g., alice.yaml)

id: example
name: "Example Character"
trigger_word: "examplechar"          # The trigger word used during LoRA training
lora_filename: "example_v1.safetensors"  # Filename in D:\ComfyUI\Models\Lora\
lora_strength: 0.85                  # 0.6-0.9 typically works best

# Optional: override default checkpoint for this character
# default_checkpoint: "realisticVisionV51_v51VAE.safetensors"

# Optional: additional style LoRAs to stack
style_loras: []
  # - name: "glamour_style_v1.safetensors"
  #   strength_model: 0.5
  #   strength_clip: 0.5

description: "Example character for testing the pipeline"

physical_traits:
  hair: "brown, shoulder length"
  eyes: "blue"
  build: "average"