Character consistency, LoRA training, and hybrid character systems
The course presents a structured approach to prompt engineering for character consistency, primarily centered around the following framework:
[Identity Anchor] + [Scene Description] + [Technical Specs] + [References]
--ar), model version (--v), and style (--style).--cref) and style references (--sref) to guide the AI. The character reference (--cref) is used to maintain facial and physical identity, while the style reference (--sref) is used to control the artistic style of the image.Another prompt structure mentioned is the use of clear separation for different elements to avoid 'context corruption':
CHARACTER: [character description] SCENE: [scene description]
For LoRA models, the prompt structure is:
a photo of lora:character_v1:0.8 [blocked] in a park
Where <lora:character_v1:0.8> is the LoRA identifier with a specific weight.