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
- Downloads last month
- 27
Model tree for Keltezaa/elle-fanning
Base model
black-forest-labs/FLUX.1-schnell