Instructions to use gokaygokay/Flux-Engrave-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use gokaygokay/Flux-Engrave-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-Engrave-LoRA") prompt = "NGRVNG, engrave, portrait of an old man with beard and mustache at a bar drinking coffee" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Usage
NGRVNG, engrave, <<your prompt>> for best results
This LoRA is trained with FAL Fast LoRA Trainer .

- Prompt
- NGRVNG, engrave, portrait of an old man with beard and mustache at a bar drinking coffee

- Prompt
- NGRVNG, engrave, old fashion car

- Prompt
- NGRVNG, engrave, dog running on garden

- Prompt
- NGRVNG, engrave, two roman warriors fighting, colosseum

- Prompt
- NGRVNG, engrave, helicopter flying over city

- Prompt
- NGRVNG, engrave, house, sitting at home, sunny day, clear sky

- Prompt
- NGRVNG, engrave, santa claus in the house

- Prompt
- NGRVNG, engrave, skyscrappers, bridges, crowded modern city

- Prompt
- NGRVNG, engrave, lady in shadow, calm looking
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_engrave_lora,
author = {Aydoğan, Gökay},
title = {{Flux-Engrave-LoRA}},
year = {2024},
publisher = {Hugging Face},
url = {https://huggingface.co/gokaygokay/Flux-Engrave-LoRA},
note = {Model repository; cite the base model and upstream datasets as required.}
}
- Downloads last month
- 61
Model tree for gokaygokay/Flux-Engrave-LoRA
Base model
black-forest-labs/FLUX.1-dev