Keltezaa commited on
Commit
b7973cf
1 Parent(s): ed77150

Upload folder using huggingface_hub

Browse files
36115966.jpeg ADDED
36115967.jpeg ADDED
36116001.jpeg ADDED
36116008.jpeg ADDED
36116143.jpeg ADDED
Little_Caprice_Flux.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e5dadace54907586581fcca1f1e374627c06520eda626f04516de49f8be613
3
+ size 19310248
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - adult film actress
19
+
20
+ base_model: black-forest-labs/FLUX.1-dev
21
+ instance_prompt:
22
+ widget:
23
+ - text: ' beautiful detailed photograph, brown hair cascading down her shoulders., wearing a formfitting turtleneck dress, standing in cafe looking at the viewer, smile'
24
+
25
+ output:
26
+ url: >-
27
+ 36115967.jpeg
28
+ - text: ' beautiful detailed photograph, long straight brown hair, wearing a formfitting dress, standing in cafe looking at the viewer, smile'
29
+
30
+ output:
31
+ url: >-
32
+ 36116143.jpeg
33
+ - text: ' beautiful detailed photograph, long straight brown hair, wearing a formfitting turtleneck dress, standing in cafe looking at the viewer, smile'
34
+
35
+ output:
36
+ url: >-
37
+ 36116008.jpeg
38
+ - text: ' beautiful detailed photograph, long straight brown hair, wearing a formfitting turtleneck dress, standing in cafe looking at the viewer, smile'
39
+
40
+ output:
41
+ url: >-
42
+ 36115966.jpeg
43
+ - text: ' beautiful detailed photograph, long straight brown hair, wearing a formfitting turtleneck dress, standing in cafe looking at the viewer, smile'
44
+
45
+ output:
46
+ url: >-
47
+ 36116001.jpeg
48
+
49
+ ---
50
+
51
+ # Little Caprice (Flux) - Adult Film Actress
52
+
53
+ <Gallery />
54
+
55
+
56
+
57
+ ([CivitAI](https://civitai.com/models/))
58
+
59
+ ## Model description
60
+
61
+ <p>Little Caprice - Adult Film Actress. Trained for Flux</p>
62
+
63
+
64
+
65
+ ## Download model
66
+
67
+ Weights for this model are available in Safetensors format.
68
+
69
+ [Download](/Keltezaa/little-caprice-flux-adult-film-actress/tree/main) them in the Files & versions tab.
70
+
71
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
72
+
73
+ ```py
74
+ from diffusers import AutoPipelineForText2Image
75
+ import torch
76
+
77
+ device = "cuda" if torch.cuda.is_available() else "cpu"
78
+
79
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
80
+ pipeline.load_lora_weights('Keltezaa/little-caprice-flux-adult-film-actress', weight_name='Little_Caprice_Flux.safetensors')
81
+ image = pipeline(' beautiful detailed photograph, long straight brown hair, wearing a formfitting turtleneck dress, standing in cafe looking at the viewer, smile').images[0]
82
+ ```
83
+
84
+ 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)
85
+