๐ FLUX - Chloe Grace Moretz
This project is a text - to - image model based on Stable Diffusion and LoRA technology. It can generate high - quality portraits of a specific celebrity, Chloe Grace Moretz, in a cyberpunk setting.
๐ Quick Start
Download the Model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
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('Keltezaa/flux-chloe-grace-moretz', weight_name='Flux.ChloeGrace-step00000350.safetensors')
image = pipeline('portrait of a blonde woman in a cyberpunk setting').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
โจ Features
- Text - to - Image Generation: Generate portraits of Chloe Grace Moretz in a cyberpunk setting based on text prompts.
- LoRA Technology: Utilize LoRA to fine - tune the base model, improving the efficiency and performance of the model.
๐ฆ Installation
No specific installation steps are provided in the original document.
๐ป Usage Examples
Basic Usage
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('Keltezaa/flux-chloe-grace-moretz', weight_name='Flux.ChloeGrace-step00000350.safetensors')
image = pipeline('portrait of a blonde woman in a cyberpunk setting').images[0]
Advanced Usage
There is no advanced usage example provided in the original document.
๐ Documentation
Model description
FLUX + Pony LoRA for Chloe Grace Moretz
Gallery
(CivitAI)
Widget Examples
Prompt |
Output Image |
'front view portrait of a blonde cybernetic woman in a cyberpunk setting' |
32100216.jpeg |
'front view portrait of a black haired cybernetic woman in a cyberpunk setting' |
32100219.jpeg |
' ' |
32100215.jpeg |
'cgi render front view portrait of a black haired goth robot woman in a utopian world' |
32100393.jpeg |
'portrait of a blonde robot woman in a cyberpunk setting' |
32100214.jpeg |
'portrait of a blonde woman in a cyberpunk setting' |
32100217.jpeg |
'front view portrait of a blonde cybernetic woman in a cyberpunk setting' |
32100220.jpeg |
'front view portrait of a black haired goth woman in a cyberpunk setting' |
32100222.jpeg |
'portrait of a blonde woman in a cyberpunk setting' |
32100218.jpeg |
๐ง Technical Details
No technical details are provided in the original document.
๐ License
Property |
Details |
Model Type |
Text - to - Image, Stable Diffusion, LoRA, Diffusers |
Base Model |
black - forest - labs/FLUX.1 - dev |
Tags |
text - to - image, stable - diffusion, lora, diffusers, template:sd - lora, migrated, photorealistic, woman, celebrity, realistic |