metadata
license: other
license_name: bespoke-lora-trained-license
license_link: >-
https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=RentCivit&allowDerivatives=False&allowDifferentLicense=True
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- migrated
- character
- photorealistic
- tv show
- woman
- community
- alison brie
- annie edison
- community original character
- tv show character
- community tv show
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: annie edison, a woman
widget:
- text: ' annie edison, a woman. smiles. Portrait . in a classroom'
output:
url: 47003643.jpeg
- text: ' annie edison, a woman holds a beer in a classroom'
output:
url: 47003644.jpeg
- text: ' annie edison, a woman. full body. Standing in a classroom'
output:
url: 47003650.jpeg
- text: ' annie edison, a woman. closeup face portrait. highly detailed'
output:
url: 47003663.jpeg
- text: ' annie edison, a woman. smiles. Portrait . in a classroom'
output:
url: 47003649.jpeg
- text: ' annie edison, a woman holds a beer in a classroom'
output:
url: 47003647.jpeg
- text: ' annie edison, a woman. full body. Standing in a classroom'
output:
url: 47003653.jpeg
- text: ' annie edison, a woman. closeup face portrait. highly detailed'
output:
url: 47003645.jpeg
- text: ' annie edison, a woman. smiles. Portrait . in a classroom'
output:
url: 47003652.jpeg
- text: ' annie edison, a woman holds a beer in a classroom'
output:
url: 47003646.jpeg
- text: ' annie edison, a woman. closeup face portrait. highly detailed'
output:
url: 47003651.jpeg
- text: ' annie edison, a woman. full body. Standing in a classroom'
output:
url: 47003648.jpeg
- text: ' annie edison, a woman. smiles. Portrait . in a classroom'
output:
url: 47003654.jpeg
- text: ' annie edison, a woman holds a beer in a classroom'
output:
url: 47003657.jpeg
- text: ' annie edison, a woman. closeup face portrait. highly detailed'
output:
url: 47003656.jpeg
- text: ' annie edison, a woman. full body. Standing in a classroom'
output:
url: 47003655.jpeg
Annie Edison - Community - Flux1.D

- Prompt
- annie edison, a woman. smiles. Portrait . in a classroom

- Prompt
- annie edison, a woman holds a beer in a classroom

- Prompt
- annie edison, a woman. full body. Standing in a classroom

- Prompt
- annie edison, a woman. closeup face portrait. highly detailed

- Prompt
- annie edison, a woman. smiles. Portrait . in a classroom

- Prompt
- annie edison, a woman holds a beer in a classroom

- Prompt
- annie edison, a woman. full body. Standing in a classroom

- Prompt
- annie edison, a woman. closeup face portrait. highly detailed

- Prompt
- annie edison, a woman. smiles. Portrait . in a classroom

- Prompt
- annie edison, a woman holds a beer in a classroom

- Prompt
- annie edison, a woman. closeup face portrait. highly detailed

- Prompt
- annie edison, a woman. full body. Standing in a classroom

- Prompt
- annie edison, a woman. smiles. Portrait . in a classroom

- Prompt
- annie edison, a woman holds a beer in a classroom

- Prompt
- annie edison, a woman. closeup face portrait. highly detailed

- Prompt
- annie edison, a woman. full body. Standing in a classroom
Model description
You can support me here : https://ko-fi.com/photobait if you enjoy my 650+ free Loras (including the update) of fictional characters, if you want to encourage me and help me create more Loras. Or just reward me with Buzz.
To request a specific/custom Flux1.D Lora using buzz:
- 2500 Buzz if the Lora can be shared publicly (SFW),
- 5000 Buzz if the Lora has to remain private.
For SDXL Lora, please contact me directly.
Trigger words
You should use annie edison, a woman to trigger the image generation.
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-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Keltezaa/annie-edison-community-flux1-d', weight_name='Annie Edison.safetensors')
image = pipeline(' annie edison, a woman. full body. Standing in a classroom').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers