Instructions to use gokaygokay/Flux-Krea-Realism-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use gokaygokay/Flux-Krea-Realism-LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-Krea-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("gokaygokay/Flux-Krea-Realism-LoRA") prompt = ".." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Usage
in the style of R34L "your prompt" for best results
This LoRA is trained with FAL Krea LoRA Trainer .

- Prompt
- ..

- Prompt
- ..

- Prompt
- ..

- Prompt
- ..

- Prompt
- ..

- Prompt
- ..

- Prompt
- ..

- Prompt
- ..

- Prompt
- ..
Citation and attribution
This model release is maintained by Gökay Aydoğan. If you reference this repository in academic work, please cite it as follows and also cite the upstream models, datasets, or projects it builds upon.
@software{aydogan2025flux_krea_realism_lora,
author = {Aydoğan, Gökay},
title = {{Flux-Krea-Realism-LoRA}},
year = {2025},
publisher = {Hugging Face},
url = {https://huggingface.co/gokaygokay/Flux-Krea-Realism-LoRA},
note = {Model repository; cite the base model and upstream datasets as required.}
}
- Downloads last month
- 210
Model tree for gokaygokay/Flux-Krea-Realism-LoRA
Base model
black-forest-labs/FLUX.1-dev Finetuned
black-forest-labs/FLUX.1-Krea-dev