Keltezaa commited on
Commit
1c8a866
1 Parent(s): 7b2ad04

Upload folder using huggingface_hub

Browse files
Files changed (7) hide show
  1. 31288323.jpeg +0 -0
  2. 31288324.jpeg +0 -0
  3. 31288327.jpeg +0 -0
  4. 31288328.jpeg +0 -0
  5. 31288334.jpeg +0 -0
  6. Flux.Miley.safetensors +3 -0
  7. README.md +83 -0
31288323.jpeg ADDED
31288324.jpeg ADDED
31288327.jpeg ADDED
31288328.jpeg ADDED
31288334.jpeg ADDED
Flux.Miley.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b2bc42ea616b0831b8c5a96b4dd2680a3485bfd80698ecd6690680abc3943b2
3
+ size 153271904
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
+ - 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: 'portrait of a female in a dark cyberpunk vibe'
22
+
23
+ output:
24
+ url: >-
25
+ 31288327.jpeg
26
+ - text: 'portrait of a women in a fantasy world'
27
+
28
+ output:
29
+ url: >-
30
+ 31288323.jpeg
31
+ - text: ' '
32
+
33
+ output:
34
+ url: >-
35
+ 31288324.jpeg
36
+ - text: 'portrait of a female in a dark cyberpunk vibe'
37
+
38
+ output:
39
+ url: >-
40
+ 31288328.jpeg
41
+ - text: 'portrait of a female in a dark cyberpunk vibe'
42
+
43
+ output:
44
+ url: >-
45
+ 31288334.jpeg
46
+
47
+ ---
48
+
49
+ # FLUX - Miley Cyrus
50
+
51
+ <Gallery />
52
+
53
+
54
+
55
+ ([CivitAI](https://civitai.com/models/))
56
+
57
+ ## Model description
58
+
59
+ <h3 id="flux-+-pony-lora-for-miley-cyrusleave-a-like-if-you-like-it-:)want-a-customprivate-lora-get-it-here-:-ko-fi-commissionbuzz-for-best-imagesprompts-in-showcase-imagesenjoy!leave-me-a-review-so-it-can-improve!-6wimf8qw7"><strong><span style="color:rgb(34, 139, 230)">FLUX + Pony LoRA for</span><span style="color:rgb(64, 192, 87)"> </span><span style="color:rgb(190, 75, 219)">Miley Cyrus</span></strong><br /><strong><span style="color:rgb(250, 82, 82)">Leave a like if you like it :)</span></strong><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><br /><span style="color:rgb(34, 139, 230)"><br /></span><strong><span style="color:rgb(250, 176, 5)">BUZZ FOR BEST IMAGES</span></strong><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>
60
+
61
+
62
+
63
+ ## Download model
64
+
65
+ Weights for this model are available in Safetensors format.
66
+
67
+ [Download](/Keltezaa/flux-miley-cyrus/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/flux-miley-cyrus', weight_name='Flux.Miley.safetensors')
79
+ image = pipeline('portrait of a female in a dark cyberpunk vibe').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
+