đ Lisa-Flux-LoRA
This LoRA model is designed for fans of Lisa from Blackpink, enabling the generation of related high - quality images.
đ Quick Start
Prerequisites
Make sure you have installed the necessary libraries such as diffusers
and torch
.
Code Example
from diffusers import FluxPipeline
import torch
pipeline = FluxPipeline.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('WiroAI/Lisa-Flux-LoRA', weight_name='lisa_flux_lora.safetensors')
image = pipeline('lisawiro, A graceful woman with long wavy black hair and piercing brown eyes, dressed in a flowing white summer dress. She stands barefoot on a sandy beach at sunset, her hair gently moving with the sea breeze. The golden light illuminates her serene expression, with calm waves and a vibrant orange sky in the background. Ultra-HD, realistic, capturing fine details of her dress, hair, and the tranquil seaside setting.').images[0]
image.save("output.png")
⨠Features
- Targeted Design: Specifically trained for fans of Lisa from Blackpink.
- High - Quality Image Generation: Capable of generating Ultra - HD and realistic images.
đĻ Installation
No specific installation steps are provided in the original document.
đģ Usage Examples
Basic Usage
Use the trigger word lisawiro
to generate images. For example:
from diffusers import FluxPipeline
import torch
pipeline = FluxPipeline.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('WiroAI/Lisa-Flux-LoRA', weight_name='lisa_flux_lora.safetensors')
image = pipeline('lisawiro').images[0]
image.save("basic_output.png")
Advanced Usage
You can add more detailed descriptions to the prompt to generate more specific images. For example:
from diffusers import FluxPipeline
import torch
pipeline = FluxPipeline.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('WiroAI/Lisa-Flux-LoRA', weight_name='lisa_flux_lora.safetensors')
image = pipeline('lisawiro, A graceful woman with long wavy black hair and piercing brown eyes, dressed in a flowing white summer dress. She stands barefoot on a sandy beach at sunset, her hair gently moving with the sea breeze. The golden light illuminates her serene expression, with calm waves and a vibrant orange sky in the background. Ultra-HD, realistic, capturing fine details of her dress, hair, and the tranquil seaside setting.').images[0]
image.save("advanced_output.png")
đ Documentation
Model Details
Model Description
This LoRA is trained for anyone who like Lisa from Blackpink.
Property |
Details |
Developed by |
[Wiro AI - ML Team] |
Shared by |
[Wiro AI] |
Trigger words
You should use lisawiro
to trigger the image generation.
Civitai model link
civitai
đ License
This model is under the flux - 1 - dev - non - commercial - license.