File size: 4,406 Bytes
14c271d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
---
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 

<Gallery />





## Model description

<p><span style="color:rgb(193, 194, 197)">You can support me here : </span><a target="_blank" rel="ugc" href="https://ko-fi.com/photobait"><span style="color:rgb(76, 110, 245)">https://ko-fi.com/photobait</span></a><span style="color:rgb(193, 194, 197)"> if you enjoy my </span><strong><span style="color:rgb(193, 194, 197)">650+ free Loras</span></strong><span style="color:rgb(193, 194, 197)"> (including the update) of fictional characters, if you want to encourage me and help me create more Loras. Or just reward me with Buzz.</span></p><p><span style="color:rgb(193, 194, 197)">To request a specific/custom Flux1.D Lora using buzz:</span></p><p><span style="color:rgb(193, 194, 197)">- 2500 Buzz if the Lora can be shared publicly (SFW),</span></p><p><span style="color:rgb(193, 194, 197)">- 5000 Buzz if the Lora has to remain private.</span></p><p><span style="color:rgb(193, 194, 197)">For SDXL Lora, please contact me directly.</span></p>

## 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](/Keltezaa/annie-edison-community-flux1-d/tree/main) them in the Files & versions tab.

## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)

```py
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](https://huggingface.co./docs/diffusers/main/en/using-diffusers/loading_adapters)