Text-to-Image
Diffusers
Safetensors
English
Portuguese
flux
lora
replicate
dark-skin
nxonxi
portugal
Real Person
art
Instructions to use obann001/Neyna_Flux1.Dev_LoRA_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use obann001/Neyna_Flux1.Dev_LoRA_v1 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("obann001/Neyna_Flux1.Dev_LoRA_v1") prompt = "cinematic RAW photo of Neyna and yellow hair, detailed brown eyes, ponytail, a handsome 30 y.o woman wearing white leather jacket, ((green army tank top)), jewerly, tatooed, friends, multiple women, serious, modest, 8k, Fujifilm, film grain, eye level angle shot, bokeh, city street, contests, expensive high budget movie, wonderful landscape in background with white birds, smoke" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!