Album Cover LoRA for Z-Image Turbo: Style & Use
Album Cover Redmond is a free Apache-2.0 LoRA for Z-Image Turbo that generates consistent album cover art. Learn the trigger word and ComfyUI setup.
On this page
Album Cover Redmond LoRA for Z-Image Turbo
Album Cover Redmond is a LoRA by ArtificialGuyBR trained on album cover style images for the Tongyi-MAI/Z-Image-Turbo base model. It is designed to generate high-quality album cover art with strong detail and consistent style across generations, as stated in the model card.
- Trained on the Tongyi-MAI/Z-Image-Turbo base model, released under Apache License 2.0.
- Trigger the style with the
ALBUM COVERprompt token. - Weights ship in Safetensors format and are available for free on Hugging Face.
What the model does
According to the Hugging Face model card, this LoRA was trained on album cover style images and "generates high-quality album cover content with excellent consistency." It is a style LoRA: rather than a specific subject, it steers the base model toward polished, detailed album-cover compositions, useful for concept art, music release mockups, playlist art, and poster-style graphics.
The sample gallery on the model page shows square 1024x1024 album cover compositions generated with the LoRA.
Trigger word and how to use it
The model card lists ALBUM COVER as the instance prompt (the description also cites album cover.). Include the token in your prompt, for example: ALBUM COVER, <your subject and mood>. Keep the direct trigger phrasing rather than paraphrasing it; the token is how the LoRA activates.
ComfyUI
The author recommends ComfyUI for best results. The workflow is: load Z-Image-Turbo as the checkpoint model, load the album cover LoRA onto it, and connect a text prompt that contains the ALBUM COVER token. The model card does not publish a recommended LoRA strength or sampler settings — start with defaults and adjust the LoRA weight to taste.
Diffusers
As a diffusers LoRA, it can also be loaded with the Hugging Face diffusers library using load_lora_weights. Follow the standard Z-Image-Turbo pipeline and pass the trigger token in the prompt. The repo provides the weights directly; there is no separate usage script in the card.
Recommended settings
- Base model: Tongyi-MAI/Z-Image-Turbo
- Trigger token:
ALBUM COVER - Output: square format, matching the 1024x1024 samples
- Interface: ComfyUI (author-recommended)
The model card does not document LoRA scale, CFG, or step counts. Treat those as free parameters and tune per prompt.
License and real-world use
Album Cover Redmond is licensed under Apache License 2.0, so you can use it for personal and commercial projects, modify it, and redistribute it under the same license terms. If you generate album art for actual releases, check the license of the base model too — Z-Image-Turbo governs the final deliverable alongside the LoRA.
Common errors and fixes
Error | Cause | Fix | Source
|---|---|---|---
Style not applied | Trigger token missing or reworded | Use the exact ALBUM COVER token in your prompt | Model card Wrong base model | LoRA loaded on an incompatible checkpoint | Load on Tongyi-MAI/Z-Image-Turbo | Model card tags Weight file fails to load | Wrong format for your UI | Use the Safetensors file with ComfyUI or diffusers | Model card
FAQ
What base model does this LoRA use? Tongyi-MAI/Z-Image-Turbo, per the model card tags.
What is the trigger word? ALBUM COVER (listed as ALBUM COVER in the card front matter and album cover. in the description).
Is it free? Yes — 19 downloads and 1 like at the time of writing, Apache-2.0 licensed, weights hosted on Hugging Face.
Can I use it commercially? Apache 2.0 permits commercial use; also verify the base model's terms.
Sources
- Album Cover Redmond on Hugging Face — model card, trigger words, License, usage notes, and sample gallery.