Keltezaa commited on
Commit
3f1fc3b
1 Parent(s): e806832

Upload folder using huggingface_hub

Browse files
34729532.jpeg ADDED
34729549.jpeg ADDED
34729629.jpeg ADDED
34729630.jpeg ADDED
34729631.jpeg ADDED
34729632.jpeg ADDED
Gal_Gadot_Flux.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eb22aba4b5e82a7c899b05967db1a190dba11371f4336f95af087cf0d538767
3
+ size 19312472
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - actress
16
+ - celebrity
17
+ - girls
18
+ - realistic
19
+
20
+ base_model: black-forest-labs/FLUX.1-dev
21
+ instance_prompt:
22
+ widget:
23
+ - text: ' beautiful detailed photograph, dark brunette hair loose wavy cascading over her shoulders, wearing an elegant dress, standing in cafe looking at the viewer, smiling'
24
+
25
+ output:
26
+ url: >-
27
+ 34729632.jpeg
28
+ - text: ' beautiful detailed photograph, dark brunette hair cascading over her shoulders, wearing an elegant dress, standing in cafe looking at the viewer, smiling'
29
+
30
+ output:
31
+ url: >-
32
+ 34729631.jpeg
33
+ - text: ' beautiful detailed photograph, dark brunette hair loose wavy cascading over her shoulders, wearing an elegant dress, standing in cafe looking at the viewer, smiling'
34
+
35
+ output:
36
+ url: >-
37
+ 34729629.jpeg
38
+ - text: ' beautiful detailed photograph, dark brunette hair cascading over her shoulders, wearing an elegant dress, standing in cafe looking at the viewer, smiling'
39
+
40
+ output:
41
+ url: >-
42
+ 34729630.jpeg
43
+ - text: ' beautiful detailed photograph, dark brunette hair loose wavy cascading over her shoulders, dressed as wonder woman, tiara, cuffs. standing in cafe looking at the viewer, smiling'
44
+
45
+ output:
46
+ url: >-
47
+ 34729532.jpeg
48
+ - text: ' beautiful detailed photograph, dark brunette hair loose wavy cascading over her shoulders, dressed as wonder woman, tiara, cuffs. standing in cafe looking at the viewer, smiling'
49
+
50
+ output:
51
+ url: >-
52
+ 34729549.jpeg
53
+
54
+ ---
55
+
56
+ # Gal Gadot (Flux)
57
+
58
+ <Gallery />
59
+
60
+
61
+
62
+ ([CivitAI](https://civitai.com/models/))
63
+
64
+ ## Model description
65
+
66
+ <p>Gal Gadot - Trained for Flux</p>
67
+
68
+
69
+
70
+ ## Download model
71
+
72
+ Weights for this model are available in Safetensors format.
73
+
74
+ [Download](/Keltezaa/gal-gadot-flux/tree/main) them in the Files & versions tab.
75
+
76
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
77
+
78
+ ```py
79
+ from diffusers import AutoPipelineForText2Image
80
+ import torch
81
+
82
+ device = "cuda" if torch.cuda.is_available() else "cpu"
83
+
84
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
85
+ pipeline.load_lora_weights('Keltezaa/gal-gadot-flux', weight_name='Gal_Gadot_Flux.safetensors')
86
+ image = pipeline(' beautiful detailed photograph, dark brunette hair loose wavy cascading over her shoulders, dressed as wonder woman, tiara, cuffs. standing in cafe looking at the viewer, smiling').images[0]
87
+ ```
88
+
89
+ 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)
90
+