Instructions to use Turdusfitjulian5106/freelo-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Turdusfitjulian5106/freelo-style 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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Turdusfitjulian5106/freelo-style") prompt = "freelo_style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 933 Bytes
9d36c60 c9dee6a 9d36c60 c9dee6a 9d36c60 c9dee6a 9d36c60 c9dee6a 9d36c60 c9dee6a 9d36c60 c9dee6a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
license: other
license_name: flux-1-dev-non-commercial-license
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
tags:
- flux
- text-to-image
- lora
- diffusers
- fal
- aesthetic
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: freelo_style
---
# Freelo Style - Pro Urban LoRA
Este modelo captura una est茅tica urbana de "calle" con iluminaci贸n de **flash directo**, sombras marcadas y texturas de pel铆cula de 35mm. Ideal para moda streetwear y retratos con vibra de Instagram.
### 馃殌 C贸mo usarlo
**Trigger Word:** `freelo_style`
**Prompt Recomendado:**
> `A high-quality photo of a person wearing a hoodie, standing in a dark alley at night, extreme direct flash photography, grainy film texture, high contrast, freelo_style`
### 鈿欙笍 Configuraci贸n sugerida:
* **Modelo Base:** FLUX.1-dev
* **LoRA Weight:** 0.8 - 1.1
* **Sampler:** Euler
* **Steps:** 20-30 |