LyliaEngine commited on
Commit
4ce8c40
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +55 -0
  2. README.md +95 -0
.gitattributes ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar filter=lfs diff=lfs merge=lfs -text
30
+ *.tflite filter=lfs diff=lfs merge=lfs -text
31
+ *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.wasm filter=lfs diff=lfs merge=lfs -text
33
+ *.xz filter=lfs diff=lfs merge=lfs -text
34
+ *.zip filter=lfs diff=lfs merge=lfs -text
35
+ *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ # Audio files - uncompressed
38
+ *.pcm filter=lfs diff=lfs merge=lfs -text
39
+ *.sam filter=lfs diff=lfs merge=lfs -text
40
+ *.raw filter=lfs diff=lfs merge=lfs -text
41
+ # Audio files - compressed
42
+ *.aac filter=lfs diff=lfs merge=lfs -text
43
+ *.flac filter=lfs diff=lfs merge=lfs -text
44
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
45
+ *.ogg filter=lfs diff=lfs merge=lfs -text
46
+ *.wav filter=lfs diff=lfs merge=lfs -text
47
+ # Image files - uncompressed
48
+ *.bmp filter=lfs diff=lfs merge=lfs -text
49
+ *.gif filter=lfs diff=lfs merge=lfs -text
50
+ *.png filter=lfs diff=lfs merge=lfs -text
51
+ *.tiff filter=lfs diff=lfs merge=lfs -text
52
+ # Image files - compressed
53
+ *.jpg filter=lfs diff=lfs merge=lfs -text
54
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
55
+ *.webp filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - stable-diffusion
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ widget:
9
+ - text: >-
10
+ score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up,
11
+ source_furry, beautiful female anthro shark portrait, dramatic lighting,
12
+ dark background
13
+ output:
14
+ url: images/00056-4212032008 (1).jpeg
15
+ base_model: Bakanayatsu/Pony-Diffusion-V6-XL-for-Anime
16
+ instance_prompt: None
17
+ license: cdla-permissive-2.0
18
+ ---
19
+ # Pony_Diffusion_V6_XL
20
+
21
+ <Gallery />
22
+
23
+ ## Model description
24
+
25
+ ![tmpwcaemsmp.png](https:&#x2F;&#x2F;cdn-uploads.huggingface.co&#x2F;production&#x2F;uploads&#x2F;663e3e78c719b0b8a386f24e&#x2F;7AFwFdCVA5D-_t-3y5BM_.png)
26
+ ![ponydiffwall2.png](https:&#x2F;&#x2F;cdn-uploads.huggingface.co&#x2F;production&#x2F;uploads&#x2F;663e3e78c719b0b8a386f24e&#x2F;svjfriQM5OzWep-os7u1W.png)
27
+
28
+ Pony Diffusion V6 is a versatile SDXL finetune capable of producing stunning SFW and NSFW visuals of various anthro, feral, or humanoids species and their interactions based on simple natural language prompts.
29
+
30
+ CHECK &quot;ABOUT THIS VERSION&quot; ON THE RIGHT IF YOU ARE NOT ON &quot;V6&quot; FOR IMPORTANT INFORMATION.
31
+
32
+ Please join our Discord Server to support development of new versions of this model and get access to free SD bot and check out more examples of this model capabilities on our prompt sharing website or follow the author on Twitter.
33
+ Important information
34
+
35
+ Make sure you load this model with clip skip 2 (or -2 in some software), otherwise you will be getting low quality blobs.
36
+
37
+ This model supports a wide array of styles and aesthetics but provides an opinionated default prompt template that allows generation of high quality samples with no negative prompt and otherwise default settings
38
+
39
+ score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, just describe what you want, tag1, tag2
40
+
41
+ (previous Pony Diffusion models used a simpler score_9 quality modifier, the longer version of V6 XL version is a training issue that was too late to correct during training, you can still use score_9 but it has a much weaker effect compared to full string. You can learn more about these tags here).
42
+
43
+ The model is designed to not need negative prompts in most cases and does not need other quality modifiers like &quot;hd&quot;, &quot;masterpiece&quot;, etc...
44
+
45
+ Other special data selection tags include, &#39;source_pony&#39;, &#39;source_furry&#39;, &#39;source_cartoon&#39; and &#39;source_anime&#39; and ratings of &#39;rating_safe&#39;, &#39;rating_questionable&#39; and &#39;rating_explicit&#39;.
46
+
47
+ This model is capable of recognizing many popular and obscure characters and series.
48
+
49
+ If you are looking specifically for pony style, I recommend using one of the two following templates &#x60;anthro&#x2F;feral pony, rest of the prompt&#x60; or &#x60;source_pony, rest of the prompt&#x60;.
50
+
51
+ This model is trained on combination of natural language prompts and tags and is capable of understanding both, so describing intended result using normal language works in most cases, although you can add some tags after the main prompt to boost them.
52
+
53
+ Using Euler a with 25 steps and resolution of 1024px is recommended although model generally can do most supported SDXL resolution.
54
+
55
+ This model will sometimes generate pseudo signatures that are hard to remove even with negative prompts, this is unfortunately a training issue that would be corrected in future models. If that&#39;s an issue for you I suggest trying V5.5 or inpainting.
56
+
57
+ Special thanks
58
+
59
+ Iceman for helping to procure necessary training resources
60
+
61
+ Haru for assistance with captioning efforts
62
+
63
+ Cookie for technical expertise in training
64
+
65
+ PSAI Server Subscribers for supporting the project costs
66
+
67
+ PSAI Server Moderators for being vigilant and managing the community
68
+
69
+ Technical details
70
+
71
+ The model has been trained on ~2.6M images aesthetically ranked based on authors personal preferences, with roughly 1:1 ratio between anime&#x2F;cartoon&#x2F;furry&#x2F;pony datasets and 1:1 ratio between safe&#x2F;questionable&#x2F;explicit ratings. About 50% of all images has been captioned with high quality detailed captions, which results in very strong natural language capabilities.
72
+
73
+ All images has been trained with both captions (when available) and tags, artists&#39; names have been removed and source data has been filtered based on our Opt-in&#x2F;Opt-out program. Any explicit content involving underage characters has been filtered out.
74
+ License
75
+
76
+ This model is licensed under a modified Fair AI Public License 1.0-SD (https:&#x2F;&#x2F;freedevproject.org&#x2F;faipl-1.0-sd&#x2F;) license.
77
+
78
+ The following modifications have been added to Fair AI Public License:
79
+
80
+ You are not permitted to run inference of this model on websites or applications allowing any form of monetization (paid inference, faster tiers, etc.). This applies to any derivative models or model merges.
81
+
82
+ If you want to use this model commercially, please reach us at contact@purplesmart.ai.
83
+
84
+ Explicit permission for commercial inference has been granted to CivitAi and Hugging Face.
85
+
86
+ ## Trigger words
87
+
88
+ You should use `None` to trigger the image generation.
89
+
90
+
91
+ ## Download model
92
+
93
+ Weights for this model are available in Safetensors format.
94
+
95
+ [Download](/LyliaEngine/Pony_Diffusion_V6_XL/tree/main) them in the Files & versions tab.