Instructions to use SedatAl/Narkomfin-Flux-Lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SedatAl/Narkomfin-Flux-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("SedatAl/Narkomfin-Flux-Lora") prompt = "narkomfin an empty room with peeling paint on the walls and ceiling" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Narkomfin Flux LoRa

- Prompt
- narkomfin an empty room with peeling paint on the walls and ceiling

- Prompt
- narkomfin an abandoned building with scaffolding around it. We can see the floor, pillars, rods, walls, ceiling, and glass windows. Through the windows seen a building and the sky

- Prompt
- narkomfin an old building with peeling paint on the walls and a door in the center. At the bottom of the image, there is a staircase leading up to the door

- Prompt
- narkomfin an empty room with peeling green paint on the walls and a window in the background. The ceiling is visible at the top of the image, and there is a lamp illuminating the room
Trigger words
You should use narkomfin to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 5
Model tree for SedatAl/Narkomfin-Flux-Lora
Base model
black-forest-labs/FLUX.1-dev