Upload folder using huggingface_hub
Browse files- 32423018.jpeg +0 -0
- 32423245.jpeg +0 -0
- 32423421.jpeg +0 -0
- 32423435.jpeg +0 -0
- 32423555.jpeg +0 -0
- README.md +83 -0
- gwyneth_paltrow_dev_f1.safetensors +3 -0
32423018.jpeg
ADDED
32423245.jpeg
ADDED
32423421.jpeg
ADDED
32423435.jpeg
ADDED
32423555.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
- woman
|
13 |
+
- actor
|
14 |
+
- celebrity
|
15 |
+
|
16 |
+
base_model: black-forest-labs/FLUX.1-dev
|
17 |
+
instance_prompt: gwyneth
|
18 |
+
widget:
|
19 |
+
- text: ' a beautiful woman, blonde, blue eyes, pale skin, freckles, green turtle neck sweater, black background'
|
20 |
+
|
21 |
+
output:
|
22 |
+
url: >-
|
23 |
+
32423018.jpeg
|
24 |
+
- text: ' a beautiful woman, blonde, blue eyes, pale skin, freckles, winter coat, alps, happy, dogs, tall trees, blue light, evening'
|
25 |
+
|
26 |
+
output:
|
27 |
+
url: >-
|
28 |
+
32423245.jpeg
|
29 |
+
- text: ' a beautiful woman, blonde, blue eyes, pale skin, freckles, bus, seated, window, fear, movie scene,'
|
30 |
+
|
31 |
+
output:
|
32 |
+
url: >-
|
33 |
+
32423421.jpeg
|
34 |
+
- text: ' a beautiful woman, blonde, blue eyes, pale skin, freckles, bus, seated, window, fear, movie scene,'
|
35 |
+
|
36 |
+
output:
|
37 |
+
url: >-
|
38 |
+
32423435.jpeg
|
39 |
+
- text: ' a beautiful woman, blonde, blue eyes, reading a book, coffee shop, peaceful,'
|
40 |
+
|
41 |
+
output:
|
42 |
+
url: >-
|
43 |
+
32423555.jpeg
|
44 |
+
|
45 |
+
---
|
46 |
+
|
47 |
+
# gwyneth paltrow
|
48 |
+
|
49 |
+
<Gallery />
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
+
## Model description
|
56 |
+
|
57 |
+
<p>Gwyneth Kate Paltrow (/ˈpæltroʊ/ PAL-troh; born September 27, 1972) is an American actress and businesswoman.</p>
|
58 |
+
|
59 |
+
## Trigger words
|
60 |
+
You should use `gwyneth` to trigger the image generation.
|
61 |
+
|
62 |
+
|
63 |
+
## Download model
|
64 |
+
|
65 |
+
Weights for this model are available in Safetensors format.
|
66 |
+
|
67 |
+
[Download](/Keltezaa/gwyneth-paltrow/tree/main) them in the Files & versions tab.
|
68 |
+
|
69 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
70 |
+
|
71 |
+
```py
|
72 |
+
from diffusers import AutoPipelineForText2Image
|
73 |
+
import torch
|
74 |
+
|
75 |
+
device = "cuda" if torch.cuda.is_available() else "cpu"
|
76 |
+
|
77 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
|
78 |
+
pipeline.load_lora_weights('Keltezaa/gwyneth-paltrow', weight_name='gwyneth_paltrow_dev_f1.safetensors')
|
79 |
+
image = pipeline(' a beautiful woman, blonde, blue eyes, reading a book, coffee shop, peaceful,').images[0]
|
80 |
+
```
|
81 |
+
|
82 |
+
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)
|
83 |
+
|
gwyneth_paltrow_dev_f1.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94a058c7ef0c204cbf78636de7bae541ede98b832a85cfdb368d65f6316743c9
|
3 |
+
size 171969501
|