PokIRL [Flux]
(CivitAI)
Model description
Real-Life / Pokemon-Like mesh-up
For the trigger PokIRL use a LoRA weight scale of ~1.25-1.50
For the trigger PokIRL pokemon use a LoRA weight scale of ~0.75-1.00
For example, same prompt ("Elsa from frozen") same seed (7782) followed by these trigger words at different scales
This LoRA was Trained with https://www.astria.ai/
Trigger words
You should use PokIRL
, PokIRL pokemon
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Norod78/pokirl-flux', weight_name='Flux_PokIRL_Pokemon_LoRA_1855673.safetensors')
image = pipeline('A crazy clown PokIRL ').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 11
Model tree for Norod78/pokirl-flux
Base model
black-forest-labs/FLUX.1-dev