Flux DreamBooth LoRA - BenjaminAzoulay/roldia-flux-v1
Model description
These are Benjamin Azoulay LoRA weights for black-forest-labs/FLUX.1-dev trained with ostris ai-toolkit.
Trigger words
You should use TOK style image
to trigger the image generation.
TOK style image of a man holding a fish. Geometric background.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('BenjaminAzoulay/roldia-flux-v1', weight_name='pytorch_lora_weights.safetensors')
image = pipeline('TOK style image').images[0]
License
Please adhere to the licensing terms as described here.
- Downloads last month
- 4
Model tree for BenjaminAzoulay/roldia-flux-v1
Base model
black-forest-labs/FLUX.1-dev