đ Jisoo-Flux-LoRA
This project is a LoRA model tailored for fans of Jisoo from Blackpink, enabling the generation of related high - quality images.
đ Quick Start
Prerequisites
Ensure 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/Jisoo-Flux-LoRA', weight_name='jisoo_flux_lora.safetensors')
image = pipeline('jisoowiro, A 20-year-old Korean singer with short black hair and soft fair skin, wearing a casual oversized hoodie and ripped jeans. She stands on a lively city street at sunset, holding a guitar case. Her warm smile reflects her youthful energy, while neon shop signs illuminate the background. Ultra-HD, realistic, with intricate details of her outfit and the vibrant urban setting.').images[0]
image.save("output.png")
⨠Features
- Text - to - Image Generation: Generate high - quality images of Jisoo based on text descriptions.
- LoRA Integration: Utilize the LoRA technology to fine - tune the base model for better performance.
đĻ Installation
No specific installation steps are provided in the original document.
đģ Usage Examples
Basic Usage
Use the trigger word jisoowiro
to generate relevant images. For example, you can use the following code:
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/Jisoo-Flux-LoRA', weight_name='jisoo_flux_lora.safetensors')
image = pipeline('jisoowiro, A 20-year-old Korean singer with short black hair and soft fair skin, wearing a casual oversized hoodie and ripped jeans. She stands on a lively city street at sunset, holding a guitar case. Her warm smile reflects her youthful energy, while neon shop signs illuminate the background. Ultra-HD, realistic, with intricate details of her outfit and the vibrant urban setting.').images[0]
image.save("output.png")
Advanced Usage
You can adjust the text description to generate different styles and scenarios of Jisoo images.
đ Documentation
Model Details
Model Description
This LoRA is trained for anyone who like Jisoo from Blackpink.
Property |
Details |
Developed by |
[Wiro AI - ML Team] |
Shared by |
Wiro AI |
Trigger words
You should use jisoowiro
to trigger the image generation.
Civitai model link
civitai
đ License
The model is under the flux - 1 - dev - non - commercial - license
. You can view the detailed license information here.