|
--- |
|
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) |
|
|
|
|