Keltezaa commited on
Commit
7ac10ae
1 Parent(s): 16768c2

Upload folder using huggingface_hub

Browse files
32779179.jpeg ADDED
32779273.jpeg ADDED
32779323.jpeg ADDED
32779463.jpeg ADDED
32779549.jpeg ADDED
32779929.jpeg ADDED
32780630.jpeg ADDED
32780781.jpeg ADDED
Millie_Bobby_Brown_Flux_D-000005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:618e0628768013f865734e46749e8c0f1da42151469686d7ed4201ba50fc2af8
3
+ size 19264160
README.md ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
19
+ base_model: black-forest-labs/FLUX.1-dev
20
+ instance_prompt:
21
+ widget:
22
+ - text: 'millie bobby brown. amateur photo of a girl. very detailed and colorful oil painting. painting by William Adolphe Bouguereau'
23
+
24
+ output:
25
+ url: >-
26
+ 32779463.jpeg
27
+ - text: 'millie bobby brown. jacket. woman with multicolored hair holding a red flower. thick eyebrows. white flowers in the backgrounde.'
28
+
29
+ output:
30
+ url: >-
31
+ 32779273.jpeg
32
+ - text: 'portrait of millie bobby brown. woman wearing a colorful dress in front of a lake. castle in the background. medieval setting'
33
+
34
+ output:
35
+ url: >-
36
+ 32779179.jpeg
37
+ - text: 'millie bobby brown. jacket. woman with multicolored hair holding a red flower. thick eyebrows. white flowers in the backgrounde.'
38
+
39
+ output:
40
+ url: >-
41
+ 32779929.jpeg
42
+ - text: 'portrait of millie bobby brown. woman wearing a colorful dress in front of a lake. castle in the background. medieval setting'
43
+
44
+ output:
45
+ url: >-
46
+ 32779549.jpeg
47
+ - text: 'millie bobby brown. jacket. woman with multicolored hair holding a red flower. thick eyebrows. white flowers in the backgrounde.'
48
+
49
+ output:
50
+ url: >-
51
+ 32779323.jpeg
52
+ - text: 'millie bobby brown. amateur photo of an 18 year old girl. very detailed photo. girl smiling infront of a beach in the background, colorful painting, oil painting by William Adolphe Bouguereau'
53
+
54
+ output:
55
+ url: >-
56
+ 32780781.jpeg
57
+ - text: 'millie bobby brown. amateur photo of an 18 year old girl. very detailed photo. girl smiling infront of a beach in the background, colorful painting, oil painting by William Adolphe Bouguereau'
58
+
59
+ output:
60
+ url: >-
61
+ 32780630.jpeg
62
+
63
+ ---
64
+
65
+ # Millie Bobby Brown (Flux D)
66
+
67
+ <Gallery />
68
+
69
+
70
+
71
+
72
+
73
+ ## Model description
74
+
75
+ <p>Millie Bobby Brown for Flux D</p>
76
+
77
+
78
+
79
+ ## Download model
80
+
81
+ Weights for this model are available in Safetensors format.
82
+
83
+ [Download](/Keltezaa/millie-bobby-brown-flux-d/tree/main) them in the Files & versions tab.
84
+
85
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
86
+
87
+ ```py
88
+ from diffusers import AutoPipelineForText2Image
89
+ import torch
90
+
91
+ device = "cuda" if torch.cuda.is_available() else "cpu"
92
+
93
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
94
+ pipeline.load_lora_weights('Keltezaa/millie-bobby-brown-flux-d', weight_name='Millie_Bobby_Brown_Flux_D-000005.safetensors')
95
+ image = pipeline('millie bobby brown. amateur photo of an 18 year old girl. very detailed photo. girl smiling infront of a beach in the background, colorful painting, oil painting by William Adolphe Bouguereau').images[0]
96
+ ```
97
+
98
+ 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)
99
+