TheWeirdo69 commited on
Commit
5f9e825
·
verified ·
1 Parent(s): 5a11b16

Upload 5 files

Browse files
3d_render.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:393de3e04d956b13ac1a41c3a932e196330ad03d7a70abc2a174d911376ec397
3
+ size 85450700
Fixhands-unfilteredai.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fad91117c8205b11b7e7d37b2820ffc68ff526caabee546d54906907e373ed3
3
+ size 3152032
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: OEvortex/PixelGen
3
+ license: other
4
+ language:
5
+ - en
6
+ - pt
7
+ - th
8
+ library_name: diffusers
9
+ pipeline_tag: text-to-image
10
+ tags:
11
+ - UnfilteredAI
12
+ - 3d
13
+ - text-to-image
14
+ - not-for-all-audiences
15
+ ---
16
+
17
+ **Model Name:** NSFW-gen-v2
18
+
19
+ **ANIME version** [Here](https://huggingface.co/UnfilteredAI/NSFW-GEN-ANIME)
20
+
21
+ **Type:** Text-to-Image Generator
22
+
23
+ **Description:** NSFW-gen is a text-to-image generator developed by UnfilteredAI. This model is designed to generate all kinds of images, including explicit and NSFW (Not Safe For Work) images from textual inputs.
24
+
25
+ **Features:**
26
+ - **Uncensored Output:** The model produces uncensored and potentially explicit images based on textual inputs.
27
+ - **Tensor Type:** Operates with FP16 tensor type for optimized performance and efficiency.
28
+ - **Model Size:** With 3.47 billion parameters, the model offers a vast capacity for learning and generating diverse imagery.
29
+ - **3D Style Rendering:** The model now includes 3D style/image rendering capability to generate more realistic images. (Use 3d, 3d style in your prompt)
30
+
31
+ **Usage Guidelines:**
32
+ - **Responsible Use:** Exercise discretion and responsibility when generating content with this model.
33
+ - **Age Restriction:** Due to the explicit nature of the generated content, usage is restricted to individuals over the legal age in their jurisdiction.
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c68e183b6c0b67fc3a438e869e189b1f22d4dc3ffdcae8071f28b217a937a76a
3
+ size 6938043264
model_index.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionXLPipeline",
3
+ "_diffusers_version": "0.22.0.dev0",
4
+ "feature_extractor": [
5
+ null,
6
+ null
7
+ ],
8
+ "force_zeros_for_empty_prompt": true,
9
+ "image_encoder": [
10
+ null,
11
+ null
12
+ ],
13
+ "scheduler": [
14
+ "diffusers",
15
+ "EulerAncestralDiscreteScheduler"
16
+ ],
17
+ "text_encoder": [
18
+ "transformers",
19
+ "CLIPTextModel"
20
+ ],
21
+ "text_encoder_2": [
22
+ "transformers",
23
+ "CLIPTextModelWithProjection"
24
+ ],
25
+ "tokenizer": [
26
+ "transformers",
27
+ "CLIPTokenizer"
28
+ ],
29
+ "tokenizer_2": [
30
+ "transformers",
31
+ "CLIPTokenizer"
32
+ ],
33
+ "unet": [
34
+ "diffusers",
35
+ "UNet2DConditionModel"
36
+ ],
37
+ "vae": [
38
+ "diffusers",
39
+ "AutoencoderKL"
40
+ ]
41
+ }