Upload folder using huggingface_hub
Browse files- 33039101.jpeg +0 -0
- 33039159.jpeg +0 -0
- 33039165.jpeg +0 -0
- 33039218.jpeg +0 -0
- 33039236.jpeg +0 -0
- 33039275.jpeg +0 -0
- README.md +91 -0
- Willow_Rosenberg_Flux.safetensors +3 -0
33039101.jpeg
ADDED
33039159.jpeg
ADDED
33039165.jpeg
ADDED
33039218.jpeg
ADDED
33039236.jpeg
ADDED
33039275.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Sell&allowDerivatives=True&allowDifferentLicense=True
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- migrated
|
12 |
+
- photorealistic
|
13 |
+
- sexy
|
14 |
+
- woman
|
15 |
+
- celebrity
|
16 |
+
- girls
|
17 |
+
- realistic
|
18 |
+
- buffy the vampire slayer
|
19 |
+
- btvs
|
20 |
+
|
21 |
+
base_model: black-forest-labs/FLUX.1-dev
|
22 |
+
instance_prompt:
|
23 |
+
widget:
|
24 |
+
- text: ' this is an image of a young women with shoulder length red hair, pink sweater, standing in a library, holding a stack of books, smiling'
|
25 |
+
|
26 |
+
output:
|
27 |
+
url: >-
|
28 |
+
33039101.jpeg
|
29 |
+
- text: ' this is an image of a young women with long straight red hair, wearing a pink knitted sweater, backpack, in a library, holding a book. smiling'
|
30 |
+
|
31 |
+
output:
|
32 |
+
url: >-
|
33 |
+
33039159.jpeg
|
34 |
+
- text: ' this is an image of a young women with long straight red hair, wearing a pink knitted sweater, backpack, in a library, holding a book. smiling'
|
35 |
+
|
36 |
+
output:
|
37 |
+
url: >-
|
38 |
+
33039165.jpeg
|
39 |
+
- text: ' this is an image of a young women with shoulder length red hair, red and black corset, gothic short-sleeved, standing in an alley at night, full moon, wicked grin, hungry eyes, otherworldly look, vampire, fangs'
|
40 |
+
|
41 |
+
output:
|
42 |
+
url: >-
|
43 |
+
33039236.jpeg
|
44 |
+
- text: ' this is an image of a young women with shoulder length red hair, red and black corset, gothic short-sleeved, standing in an alley, wicked grin, hungry eyes'
|
45 |
+
|
46 |
+
output:
|
47 |
+
url: >-
|
48 |
+
33039218.jpeg
|
49 |
+
- text: ' this is an image of a young women with shoulder length red hair, red and black corset, gothic short-sleeved, standing in an alley at night, full moon, wicked grin, hungry eyes, otherworldly look, vampire, fangs'
|
50 |
+
|
51 |
+
output:
|
52 |
+
url: >-
|
53 |
+
33039275.jpeg
|
54 |
+
|
55 |
+
---
|
56 |
+
|
57 |
+
# Willow Rosenberg (Flux) - Buffy the Vampire Slayer Series
|
58 |
+
|
59 |
+
<Gallery />
|
60 |
+
|
61 |
+
|
62 |
+
|
63 |
+
([CivitAI](https://civitai.com/models/))
|
64 |
+
|
65 |
+
## Model description
|
66 |
+
|
67 |
+
<p>Willow Rosenberg as portrayed by Alyson Hannigan. Trained for Flux.</p>
|
68 |
+
|
69 |
+
|
70 |
+
|
71 |
+
## Download model
|
72 |
+
|
73 |
+
Weights for this model are available in Safetensors format.
|
74 |
+
|
75 |
+
[Download](/Keltezaa/willow-rosenberg-flux-buffy-the-vampire-slayer-series/tree/main) them in the Files & versions tab.
|
76 |
+
|
77 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
78 |
+
|
79 |
+
```py
|
80 |
+
from diffusers import AutoPipelineForText2Image
|
81 |
+
import torch
|
82 |
+
|
83 |
+
device = "cuda" if torch.cuda.is_available() else "cpu"
|
84 |
+
|
85 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
|
86 |
+
pipeline.load_lora_weights('Keltezaa/willow-rosenberg-flux-buffy-the-vampire-slayer-series', weight_name='Willow_Rosenberg_Flux.safetensors')
|
87 |
+
image = pipeline(' this is an image of a young women with shoulder length red hair, red and black corset, gothic short-sleeved, standing in an alley at night, full moon, wicked grin, hungry eyes, otherworldly look, vampire, fangs').images[0]
|
88 |
+
```
|
89 |
+
|
90 |
+
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)
|
91 |
+
|
Willow_Rosenberg_Flux.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48ba046b37b5b32f29588bfe8bf131b185c04bc17f02bb893b58ba0db8202d59
|
3 |
+
size 19312320
|