Instructions to use gokaygokay/Flux-Realistic-Backgrounds-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use gokaygokay/Flux-Realistic-Backgrounds-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-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("gokaygokay/Flux-Realistic-Backgrounds-LoRA") prompt = "rlstcbg, a colorful illustration depicting an urban landscape with skyscrapers, water bodies and trees. The colors used are mainly warm tones of pinkish-orange and purplish-blue in the sky, which suggests either dawn or dusk, background" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Usage
rlstcbg, <<your prompt>>, background for best results
This LoRA is trained with FAL Fast LoRA Trainer .

- Prompt
- rlstcbg, a colorful illustration depicting an urban landscape with skyscrapers, water bodies and trees. The colors used are mainly warm tones of pinkish-orange and purplish-blue in the sky, which suggests either dawn or dusk, background
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{aydogan2024flux_realistic_backgrounds_lora,
author = {Aydoğan, Gökay},
title = {{Flux-Realistic-Backgrounds-LoRA}},
year = {2024},
publisher = {Hugging Face},
url = {https://huggingface.co/gokaygokay/Flux-Realistic-Backgrounds-LoRA},
note = {Model repository; cite the base model and upstream datasets as required.}
}
- Downloads last month
- 210
Model tree for gokaygokay/Flux-Realistic-Backgrounds-LoRA
Base model
black-forest-labs/FLUX.1-dev