Upload folder using huggingface_hub
Browse files- 33163113.jpeg +0 -0
- 33163116.jpeg +0 -0
- 33163121.jpeg +0 -0
- README.md +71 -0
- sandrab.safetensors +3 -0
33163113.jpeg
ADDED
33163116.jpeg
ADDED
33163121.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- migrated
|
12 |
+
- celebrity
|
13 |
+
|
14 |
+
base_model: black-forest-labs/FLUX.1-dev
|
15 |
+
instance_prompt: sandrab
|
16 |
+
widget:
|
17 |
+
- text: ' short hair, wearing an old grey sweater, as she sits in a cafe,, smiling, happy,'
|
18 |
+
|
19 |
+
output:
|
20 |
+
url: >-
|
21 |
+
33163113.jpeg
|
22 |
+
- text: ' wearing a grey no sleeve tank top, hair is a straight short bob with bangs, and she''s driving a city bus, from the movie speed.'
|
23 |
+
|
24 |
+
output:
|
25 |
+
url: >-
|
26 |
+
33163121.jpeg
|
27 |
+
- text: ' full body shot, wearing jeans, wearing a grey no sleeve tank top, hair is a straight short bob with bangs, standing next to a city bus, from the movie speed., smiling, happy,'
|
28 |
+
|
29 |
+
output:
|
30 |
+
url: >-
|
31 |
+
33163116.jpeg
|
32 |
+
|
33 |
+
---
|
34 |
+
|
35 |
+
# sandra bullock
|
36 |
+
|
37 |
+
<Gallery />
|
38 |
+
|
39 |
+
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
## Model description
|
44 |
+
|
45 |
+
<p>Most images were sampled around the time she did speed. </p><p></p><p>Follow me for more.</p>
|
46 |
+
|
47 |
+
## Trigger words
|
48 |
+
You should use `sandrab` to trigger the image generation.
|
49 |
+
|
50 |
+
|
51 |
+
## Download model
|
52 |
+
|
53 |
+
Weights for this model are available in Safetensors format.
|
54 |
+
|
55 |
+
[Download](/Keltezaa/sandra-bullock/tree/main) them in the Files & versions tab.
|
56 |
+
|
57 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
58 |
+
|
59 |
+
```py
|
60 |
+
from diffusers import AutoPipelineForText2Image
|
61 |
+
import torch
|
62 |
+
|
63 |
+
device = "cuda" if torch.cuda.is_available() else "cpu"
|
64 |
+
|
65 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
|
66 |
+
pipeline.load_lora_weights('Keltezaa/sandra-bullock', weight_name='sandrab.safetensors')
|
67 |
+
image = pipeline(' full body shot, wearing jeans, wearing a grey no sleeve tank top, hair is a straight short bob with bangs, standing next to a city bus, from the movie speed., smiling, happy,').images[0]
|
68 |
+
```
|
69 |
+
|
70 |
+
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)
|
71 |
+
|
sandrab.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90c32958bbd2e84769c2bfaa640ebae04aba5325013a73f12c72853f334264ff
|
3 |
+
size 39773440
|