Keltezaa commited on
Commit
2713aa1
1 Parent(s): 0364bf3

Upload folder using huggingface_hub

Browse files
33672851.jpeg ADDED
33673224.jpeg ADDED
33673225.jpeg ADDED
33673227.jpeg ADDED
33673604.jpeg ADDED
33673608.jpeg ADDED
33674021.jpeg ADDED
33674022.jpeg ADDED
Flux.EmmaMyers-step00000400.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc77bb791e18d2e4b3363cb59595500c935a81451d5ce8082a82398ad979af46
3
+ size 153271768
README.md ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - photorealistic
13
+ - woman
14
+ - celebrity
15
+ - girls
16
+ - realistic
17
+
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt:
20
+ widget:
21
+ - text: 'cgi render of a goth woman with short black hair holding a lightsaber to her face'
22
+
23
+ output:
24
+ url: >-
25
+ 33674021.jpeg
26
+ - text: 'cgi render of a woman wearing a firefighter outfit'
27
+
28
+ output:
29
+ url: >-
30
+ 33673225.jpeg
31
+ - text: 'cgi render of a goth woman with short black hair'
32
+
33
+ output:
34
+ url: >-
35
+ 33674022.jpeg
36
+ - text: ' '
37
+
38
+ output:
39
+ url: >-
40
+ 33672851.jpeg
41
+ - text: ' '
42
+
43
+ output:
44
+ url: >-
45
+ 33673224.jpeg
46
+ - text: 'cgi render of a woman in a dragonball cosplay'
47
+
48
+ output:
49
+ url: >-
50
+ 33673227.jpeg
51
+ - text: 'cgi render of a woman wearing a hello kitty cosplay'
52
+
53
+ output:
54
+ url: >-
55
+ 33673604.jpeg
56
+ - text: 'cgi render of a woman wearing a ninja costume'
57
+
58
+ output:
59
+ url: >-
60
+ 33673608.jpeg
61
+
62
+ ---
63
+
64
+ # FLUX - Emma Myers
65
+
66
+ <Gallery />
67
+
68
+
69
+
70
+ ([CivitAI](https://civitai.com/models/))
71
+
72
+ ## Model description
73
+
74
+ <h3 id="flux-emma-myerswant-a-customprivate-lora-get-it-here-:-ko-fi-commissionprompts-in-showcase-imagesenjoy!leave-me-a-review-so-it-can-improve!-zsqd52is2"><strong><span style="color:rgb(34, 139, 230)">FLUX - Emma Myers</span></strong><br /><br /><strong><span style="color:rgb(121, 80, 242)">Want a Custom/private LoRA? </span><span style="color:rgb(21, 170, 191)">Get it here : </span></strong><a target="_blank" rel="ugc" href="https://ko-fi.com/c/2042ce3d32"><strong><span style="color:rgb(253, 126, 20)">Ko-Fi Commission</span></strong></a><span style="color:rgb(76, 110, 245)"><br /></span><br /><strong>Prompts in showcase images</strong><br /><br /><strong><span style="color:rgb(64, 192, 87)">Enjoy!</span></strong><br /><br /><strong>Leave me a review so it can improve!</strong></h3>
75
+
76
+
77
+
78
+ ## Download model
79
+
80
+ Weights for this model are available in Safetensors format.
81
+
82
+ [Download](/Keltezaa/flux-emma-myers/tree/main) them in the Files & versions tab.
83
+
84
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
85
+
86
+ ```py
87
+ from diffusers import AutoPipelineForText2Image
88
+ import torch
89
+
90
+ device = "cuda" if torch.cuda.is_available() else "cpu"
91
+
92
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
93
+ pipeline.load_lora_weights('Keltezaa/flux-emma-myers', weight_name='Flux.EmmaMyers-step00000400.safetensors')
94
+ image = pipeline('cgi render of a woman wearing a ninja costume').images[0]
95
+ ```
96
+
97
+ 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)
98
+