EVA787797 commited on
Commit
a729a68
1 Parent(s): 1fba500

Upload README (13).md

Browse files
Files changed (1) hide show
  1. README (13).md +137 -0
README (13).md ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - stable-diffusion
5
+ - lora
6
+ - diffusers
7
+ - fluxpipeline
8
+ - flux
9
+ - not-for-all-audiences
10
+ base_model: black-forest-labs/FLUX.1-dev
11
+ license: creativeml-openrail-m
12
+ widget:
13
+ - text: nsfw nude woman on beach
14
+ output:
15
+ url: images/example_x81r753of.png
16
+ - text: nsfw girls locker room,nude middle school girls soccer team, nubile girls,
17
+ output:
18
+ url: images/example_ots5uxxb3.png
19
+ - text: nsfw girls locker room,nude middle school girls soccer team, nubile girls,
20
+ output:
21
+ url: images/example_g1u0niqvv.png
22
+ - text: >-
23
+ nsfw nude, only fans streamer, gorgeous with long blond hair, sexual
24
+ presence, seductive and cheeky look, perfect proportions, side boob, her
25
+ breast revealed on the side of a loose tank top.
26
+ output:
27
+ url: images/example_xnyhtvljj.png
28
+ - text: >-
29
+ Create the full nude body of a beautiful, bold and realistic big-breasted
30
+ blonde woman with transparent panties featuring prominent vaginal lips and
31
+ green eyes.
32
+ output:
33
+ url: images/example_36kdhotjr.png
34
+ pipeline_tag: text-to-image
35
+
36
+ ---
37
+
38
+ # FLUX Uncensored LoRA
39
+
40
+ <div align="center">
41
+ <img src="banner.webp" alt="Banner Logo" width="800"/>
42
+ </div>
43
+
44
+
45
+ ## Model Description
46
+
47
+
48
+ created by https://enhanceai.art
49
+
50
+
51
+ support discord server - https://discord.gg/cuCX9qur6f
52
+
53
+ The **FLUX Uncensored LoRA** is an enhancement designed for the base model `black-forest-labs/FLUX.1-dev`. It enables explicit, unrestricted generation of images using text prompts. The LoRA weights have been fine-tuned to remove the base model's content restrictions, allowing for the generation of NSFW (Not Safe For Work) and other uncensored content.
54
+
55
+ This LoRA extension can be loaded into the `FLUX.1-dev` pipeline using the `diffusers` library. It is optimized for high-quality, explicit image generation based on user-provided prompts. The model is intended for research and personal use, and adheres to the non-commercial license terms.
56
+
57
+ > **Warning:** This model allows the generation of explicit content. Users should exercise caution and adhere to legal and ethical guidelines.
58
+
59
+ # Donate & Support
60
+
61
+ ## Why Support Us?
62
+
63
+ At **EnhanceAI**, we build powerful AI tools and models for creators and developers. Your support helps us continue innovating and improving the platform.
64
+
65
+ ## How Your Donation Helps
66
+
67
+ - Enhance our AI tools and models.
68
+ - Keep the platform running smoothly.
69
+ - Provide you with new features and updates.
70
+
71
+ ## Benefits of Donating:
72
+
73
+ - Exclusive access to premium tools.
74
+ - Early access to updates.
75
+ - Priority support.
76
+
77
+ [Donate Now](https://enhanceai.art/pricing)
78
+
79
+ Thank you for helping us grow and continue making AI accessible to all!
80
+
81
+ ## License
82
+
83
+ This LoRA extension follows the **FLUX-1-dev Non-Commercial License**.
84
+
85
+ - **License Name:** flux-1-dev-non-commercial-license
86
+ - **License Link:** [https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)
87
+
88
+ ## How to Use
89
+
90
+ Below is an example of how to use the FLUX Uncensored LoRA with the `diffusers` library:
91
+
92
+ ```python
93
+ from diffusers import AutoPipelineForText2Image
94
+ import torch
95
+
96
+ # Load the base model
97
+ pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to('cuda')
98
+
99
+ # Load the uncensored LoRA weights
100
+ pipeline.load_lora_weights('enhanceaiteam/Flux-uncensored', weight_name='lora.safetensors')
101
+
102
+ # Generate an image with an uncensored NSFW prompt
103
+ image = pipeline('a naked cute girl').images[0]
104
+ image.show()
105
+ ```
106
+
107
+ # Check out more AI tools and models at https://enhanceai.art
108
+ print("Visit https://enhanceai.art for more AI tools and image generation models!")
109
+
110
+
111
+ ## Trigger Words
112
+
113
+ Use the following trigger words to guide the model toward generating NSFW content:
114
+
115
+ - **nsfw**
116
+ - **naked**
117
+ - **pron**
118
+ - **kissing**
119
+ - **erotic**
120
+ - **nude**
121
+ - **sensual**
122
+ - **adult content**
123
+ - **explicit**
124
+
125
+ These keywords, along with descriptive prompts, help the model generate explicit imagery.
126
+
127
+ ## Model Details
128
+
129
+ - **Base Model:** `black-forest-labs/FLUX.1-dev`
130
+ - **LoRA Weights:** `enhanceaiteam/Flux-uncensored`
131
+ - **LoRA Weight File:** `lora.safetensors`
132
+ - **Torch Data Type:** `torch.bfloat16`
133
+ - **Hardware Requirement:** CUDA-enabled GPU recommended for optimal performance.
134
+
135
+ ## Disclaimer
136
+
137
+ This model is capable of generating uncensored and explicit content. It should be used responsibly and within the bounds of the law. The creators do not endorse illegal or unethical use of the model. Content generated using this model should comply with platform guidelines and local regulations regarding NSFW material.