metadata
license: other
license_name: bespoke-lora-trained-license
license_link: >-
https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- migrated
- person
- photorealistic
- sexy
- woman
- celebrity
- girls
- realistic
base_model: black-forest-labs/FLUX.1-schnell
instance_prompt: null
widget:
- text: ' '
output:
url: 32381303.jpeg
- text: ' '
output:
url: 32381309.jpeg
- text: ' '
output:
url: 32381313.jpeg
- text: ' '
output:
url: 32381304.jpeg
- text: ' '
output:
url: 32381308.jpeg
- text: ' '
output:
url: 32381306.jpeg
- text: ' '
output:
url: 32381307.jpeg
Elle Fanning
Model description
Need to personalize LORA or browse more unreleased LORAs:https://ko-fi.com/shuhanmoai
LORAをカスタマイズしたり、未公開のLORAをさらに見たりするには:https://ko-fi.com/shuhanmoai
Or you can subscribe to a monthly selection of curated LORA:patreon.com/shuhanmo
または、キュレーションされたLORAの月額購読もできます:patreon.com/shuhanmo
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-schnell', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Keltezaa/elle-fanning', weight_name='FLUX-Elle Fanning.safetensors')
image = pipeline('Your custom prompt').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers