Improve AI Image Generation with Krea: Tips for Specificity and Quality
Job to be done: Improve AI image generation quality and specificity using Krea
🇳🇬 Ways to use this in Nigeria
Ideas to get you started, adapt to your situation.
- Entrepreneur
Create a consistent set of brand visuals for my new e-commerce store selling traditional Nigerian crafts, generating specific product mockups and lifestyle images that reflect authentic cultural aesthetics.
- Student
Generate a series of unique, stylized illustrations for a university project on Nigerian folklore, ensuring characters and settings are culturally accurate and distinct from generic AI art.
- 9-5 employee
Design custom infographics and visual aids for a corporate presentation on market trends in Nigeria, ensuring the visuals are unique, professional, and align with the company's brand guidelines.
What you’ll get
You will learn how to use specific settings and prompts within Krea, often with ComfyUI, to generate more accurate and higher quality AI images. This approach helps overcome common issues like generating generic versions of characters or series, and improves overall image detail.
Tools you need
- Krea (freemium): An AI image generation tool that allows for advanced customization.
- ComfyUI (free): A powerful and flexible node-based interface for Stable Diffusion models, often used for advanced AI image workflows.
- Hugging Face (freemium): A platform hosting AI models and tools, where you can find specific model components like LoRAs and VAEs.
- Civitai (freemium): A community platform for sharing and discovering AI models, including LoRAs for image generation.
Steps
-
Apply the Krea Turbo LoRA: To improve image quality beyond the standard Turbo model, apply the
krea2_turbo_lora_rank_64_bf16.safetensorsLoRA. The author suggests using it at a weight of 0.6. You can find this LoRA on Hugging Face.- What to do: In your ComfyUI setup, load the Krea model and then load the specified LoRA, setting its weight to 0.6.
- What you should see: The LoRA should be successfully loaded and applied to the Krea model.
-
Adjust Generation Steps: Increase the number of steps for image generation. The author recommends using around 12 steps, which is more than the typical 8 steps, for better results.
- What to do: Set the number of sampling steps in your ComfyUI settings to 12.
- What you should see: The generation process will take slightly longer but should produce more detailed images.
-
Select a Scheduler: For the generation process, use the
eulerorbeta57scheduler. The author notes that finding the right balance between LoRA weight and steps is key.- What to do: Choose either the
eulerorbeta57scheduler in your ComfyUI settings. - What you should see: The image generation will proceed using the selected scheduler.
- What to do: Choose either the
-
Use a High-Quality VAE: For better image quality, especially in upscaling, use the
Wan2.1-VAE-upscale2xVAE. This VAE is recommended over others.- What to do: Load the
Wan2.1-VAE-upscale2xVAE in your ComfyUI workflow. You might needkijai's diffusers WFor theComfyUI-VAE-Utilsnode from GitHub to integrate it. - What you should see: The VAE is loaded and ready to process the generated images.
- What to do: Load the
-
Consider Merging VAEs: Experiment with merging models. The author mentions merging
qwenand thewan vae tunesat a weight of approximately 0.5.- What to do: If you have the capability in your ComfyUI setup, merge the specified models with the given weight.
- What you should see: A new merged model or VAE is available for use.
-
Bypass Censorship with Uncensor LoRA: To avoid unwanted censorship that can affect more than just nudity, use the
krea2filterbypassLoRA from Civitai.- What to do: Download and load the
krea2filterbypassLoRA in your ComfyUI setup. - What you should see: The LoRA is loaded, and censorship issues in your generations should be reduced.
- What to do: Download and load the
-
Improve Prompt Specificity: Make your prompts more precise to get the exact results you want. For example, instead of “Teen Titans”, specify “Teen Titans (2003)” to get the desired version.
- What to do: When writing your prompt, be as specific as possible. Use capitalization, specify the year, or mention the exact series name.
- What you should see: The generated image will more closely match your specific request.
-
Leverage Artist Styles: Krea recognizes many artist names. Use phrases like “In the style of” or “Painted by” to emulate specific artistic styles.
- What to do: Add “In the style of [Artist Name]” or “Painted by [Artist Name]” to your prompt.
- What you should see: The generated image will adopt the artistic style of the named artist.
-
Mix Characters with “Cosplaying as”: When you need to combine characters or have one character appear as another, use the phrase “Cosplaying as” instead of trying to describe outfits.
- What to do: Use “[Character A] Cosplaying as [Character B]” in your prompt.
- What you should see: The image will show Character A adopting the appearance or role of Character B.
Original source
This workflow is based on usage tips shared by Reddit user /u/Different_Fix_2217 on the platform. The author shares their findings on improving AI image generation quality and specificity within Krea, often in conjunction with ComfyUI.
Notes & variations
- Free Tier Viability: Krea has a freemium model. ComfyUI, Hugging Face, and Civitai are free. Advanced users might find the free tier of Krea limiting for extensive experimentation.
- Common Pitfall: Forgetting to adjust LoRA weights or VAE settings can lead to suboptimal image quality. Ensure all components are loaded and configured correctly.
- Tip for Better Results: Experiment with different combinations of LoRA weights and sampling steps. Small adjustments can significantly impact the final image. Using the
ComfyUI-Krea2TextEncodercan also help make prompts even more responsive.