Keltezaa commited on
Commit
48ced0a
·
verified ·
1 Parent(s): 732e0d6

Upload folder using huggingface_hub

Browse files
Files changed (6) hide show
  1. 26607711.jpeg +0 -0
  2. 26607712.jpeg +0 -0
  3. 26607713.jpeg +0 -0
  4. 26607714.jpeg +0 -0
  5. Megan_Marx_Flux.safetensors +3 -0
  6. README.md +82 -0
26607711.jpeg ADDED
26607712.jpeg ADDED
26607713.jpeg ADDED
26607714.jpeg ADDED
Megan_Marx_Flux.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f02045c4b64667a34f9063e05a8aa210f85bb4478c7610e7fceb4593771011c1
3
+ size 19264896
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 star
19
+
20
+ base_model: black-forest-labs/FLUX.1-dev
21
+ instance_prompt: meganmarx
22
+ widget:
23
+ - text: ' realistic photo of meganmarx, wearing a band tshirt, sitting in a cafe having a coffee, looking at viewer.'
24
+
25
+ output:
26
+ url: >-
27
+ 26607713.jpeg
28
+ - text: ' realistic photo of 1girl, meganmarx, wearing a band tshirt, sitting in a cafe having a coffee, looking at viewer.'
29
+
30
+ output:
31
+ url: >-
32
+ 26607712.jpeg
33
+ - text: ' realistic photo of meganmarx, wearing a band tshirt, sitting in a cafe having a coffee, looking at viewer.'
34
+
35
+ output:
36
+ url: >-
37
+ 26607711.jpeg
38
+ - text: ' realistic photo of meganmarx, wearing a band tshirt, sitting in a cafe having a coffee, looking at viewer.'
39
+
40
+ output:
41
+ url: >-
42
+ 26607714.jpeg
43
+
44
+ ---
45
+
46
+ # Megan Marx (Flux) - Adult Film Actress
47
+
48
+ <Gallery />
49
+
50
+
51
+
52
+ ([CivitAI](https://civitai.com/models/))
53
+
54
+ ## Model description
55
+
56
+ <p>Megan Marx - Adult Film Actress. Trained for Flux.</p>
57
+
58
+ ## Trigger words
59
+ You should use `meganmarx` to trigger the image generation.
60
+
61
+
62
+ ## Download model
63
+
64
+ Weights for this model are available in Safetensors format.
65
+
66
+ [Download](/Keltezaa/megan-marx-flux-adult-film-actress/tree/main) them in the Files & versions tab.
67
+
68
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
69
+
70
+ ```py
71
+ from diffusers import AutoPipelineForText2Image
72
+ import torch
73
+
74
+ device = "cuda" if torch.cuda.is_available() else "cpu"
75
+
76
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
77
+ pipeline.load_lora_weights('Keltezaa/megan-marx-flux-adult-film-actress', weight_name='Megan_Marx_Flux.safetensors')
78
+ image = pipeline(' realistic photo of meganmarx, wearing a band tshirt, sitting in a cafe having a coffee, looking at viewer.').images[0]
79
+ ```
80
+
81
+ 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)
82
+