Phopet_9E0E182E 094D 41F7 9D8C 7C2E3469C5Fe
Trained on Replicate using:
https://replicate.com/ostris/flux-dev-lora-trainer/train
Trigger words
You should use TOK_theo
to trigger the image generation.
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.float16).to('cuda')
pipeline.load_lora_weights('Pitiflautico33/phopet_9e0e182e-094d-41f7-9d8c-7c2e3469c5fe', weight_name='lora.safetensors')
image = pipeline('your prompt').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 46
Model tree for Pitiflautico33/phopet_9e0e182e-094d-41f7-9d8c-7c2e3469c5fe
Base model
black-forest-labs/FLUX.1-dev