Upload folder using huggingface_hub
Browse files- 35262293.jpeg +0 -0
- 35262296.jpeg +0 -0
- README.md +64 -0
- brooke-shields.safetensors +3 -0
35262293.jpeg
ADDED
35262296.jpeg
ADDED
README.md
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
16 |
+
widget:
|
17 |
+
- text: ' , female , posing for photographer, thin, tall,, smiling, happy,'
|
18 |
+
|
19 |
+
output:
|
20 |
+
url: >-
|
21 |
+
35262296.jpeg
|
22 |
+
- text: ' , female , posing for photographer, thin, tall,, smiling, happy,'
|
23 |
+
|
24 |
+
output:
|
25 |
+
url: >-
|
26 |
+
35262293.jpeg
|
27 |
+
|
28 |
+
---
|
29 |
+
|
30 |
+
# Brooke Shields
|
31 |
+
|
32 |
+
<Gallery />
|
33 |
+
|
34 |
+
|
35 |
+
|
36 |
+
([CivitAI](https://civitai.com/models/))
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
<p>One more girl I used to crush on, when I was a younger....</p><p>Follow me for more!!</p><p>Niko3DX</p>
|
41 |
+
|
42 |
+
|
43 |
+
|
44 |
+
## Download model
|
45 |
+
|
46 |
+
Weights for this model are available in Safetensors format.
|
47 |
+
|
48 |
+
[Download](/Keltezaa/brooke-shields/tree/main) them in the Files & versions tab.
|
49 |
+
|
50 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
51 |
+
|
52 |
+
```py
|
53 |
+
from diffusers import AutoPipelineForText2Image
|
54 |
+
import torch
|
55 |
+
|
56 |
+
device = "cuda" if torch.cuda.is_available() else "cpu"
|
57 |
+
|
58 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
|
59 |
+
pipeline.load_lora_weights('Keltezaa/brooke-shields', weight_name='brooke-shields.safetensors')
|
60 |
+
image = pipeline(' , female , posing for photographer, thin, tall,, smiling, happy,').images[0]
|
61 |
+
```
|
62 |
+
|
63 |
+
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)
|
64 |
+
|
brooke-shields.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ed5ae6b8f90e8a96269523ae96aafb1928abb1f710c0287903c5def3bddceaa
|
3 |
+
size 39763552
|