toto10 commited on
Commit
2f016a7
1 Parent(s): 4c98977

47ad5c6767d7f164d5ef344689e0fd9d0eb5fca810f44379671ec2376defb422

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. extensions/a1111-sd-webui-lycoris/ui_extra_networks_lyco.py +35 -0
  3. extensions/addtional/.github/workflows/typos.yml +21 -0
  4. extensions/addtional/.gitignore +3 -0
  5. extensions/addtional/LICENSE.txt +661 -0
  6. extensions/addtional/README.md +210 -0
  7. extensions/addtional/__pycache__/preload.cpython-310.pyc +0 -0
  8. extensions/addtional/_typos.toml +9 -0
  9. extensions/addtional/hashes.json +129 -0
  10. extensions/addtional/hashes.json.lock +0 -0
  11. extensions/addtional/javascript/additional_networks.js +40 -0
  12. extensions/addtional/models/lora/.gitattributes +35 -0
  13. extensions/addtional/models/lora/Bukkake.civitai.info +317 -0
  14. extensions/addtional/models/lora/Bukkake.preview.png +0 -0
  15. extensions/addtional/models/lora/Bukkake.safetensors +3 -0
  16. extensions/addtional/models/lora/Caitlyn.safetensors +3 -0
  17. extensions/addtional/models/lora/GoodHands-beta2.civitai.info +326 -0
  18. extensions/addtional/models/lora/GoodHands-beta2.preview.png +0 -0
  19. extensions/addtional/models/lora/GoodHands-beta2.safetensors +3 -0
  20. extensions/addtional/models/lora/LickingOralLoRA.civitai.info +145 -0
  21. extensions/addtional/models/lora/LickingOralLoRA.preview.png +0 -0
  22. extensions/addtional/models/lora/LickingOralLoRA.safetensors +3 -0
  23. extensions/addtional/models/lora/MakimaCSM.civitai.info +374 -0
  24. extensions/addtional/models/lora/MakimaCSM.preview.png +0 -0
  25. extensions/addtional/models/lora/MakimaCSM.safetensors +3 -0
  26. extensions/addtional/models/lora/README.md +3 -0
  27. extensions/addtional/models/lora/Riven-000016.civitai.info +483 -0
  28. extensions/addtional/models/lora/Riven-000016.preview.png +0 -0
  29. extensions/addtional/models/lora/Riven-000016.safetensors +3 -0
  30. extensions/addtional/models/lora/SelfBreastGrab.civitai.info +346 -0
  31. extensions/addtional/models/lora/SelfBreastGrab.preview.png +0 -0
  32. extensions/addtional/models/lora/SelfBreastGrab.safetensors +3 -0
  33. extensions/addtional/models/lora/SideFellatio.civitai.info +389 -0
  34. extensions/addtional/models/lora/SideFellatio.preview.png +0 -0
  35. extensions/addtional/models/lora/SideFellatio.safetensors +3 -0
  36. extensions/addtional/models/lora/ireliav2-000034.safetensors +3 -0
  37. extensions/addtional/models/lora/kidnap_v0.2.civitai.info +477 -0
  38. extensions/addtional/models/lora/kidnap_v0.2.preview.png +0 -0
  39. extensions/addtional/models/lora/kidnap_v0.2.safetensors +3 -0
  40. extensions/addtional/models/lora/nixeu_offset64dim.civitai.info +96 -0
  41. extensions/addtional/models/lora/nixeu_offset64dim.preview.png +0 -0
  42. extensions/addtional/models/lora/nixeu_offset64dim.safetensors +3 -0
  43. extensions/addtional/models/lora/paizuri.civitai.info +382 -0
  44. extensions/addtional/models/lora/paizuri.preview.png +0 -0
  45. extensions/addtional/models/lora/paizuri.safetensors +3 -0
  46. extensions/addtional/models/lora/ratatatat74-000030.civitai.info +196 -0
  47. extensions/addtional/models/lora/ratatatat74-000030.preview.png +0 -0
  48. extensions/addtional/models/lora/ratatatat74-000030.safetensors +3 -0
  49. extensions/addtional/models/lora/reverse fellatio lion2-000012.civitai.info +81 -0
  50. extensions/addtional/models/lora/reverse fellatio lion2-000012.preview.png +0 -0
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  extensions/Stable-Diffusion-Webui-Civitai-Helper/img/all_in_one.png filter=lfs diff=lfs merge=lfs -text
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  extensions/Stable-Diffusion-Webui-Civitai-Helper/img/all_in_one.png filter=lfs diff=lfs merge=lfs -text
37
+ extensions/addtional/models/lora/README.md filter=lfs diff=lfs merge=lfs -text
extensions/a1111-sd-webui-lycoris/ui_extra_networks_lyco.py ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import json
2
+ import os
3
+ import lycoris
4
+
5
+ from modules import shared, ui_extra_networks
6
+
7
+
8
+ class ExtraNetworksPageLyCORIS(ui_extra_networks.ExtraNetworksPage):
9
+ def __init__(self):
10
+ super().__init__('LyCORIS')
11
+
12
+ def refresh(self):
13
+ lycoris.list_available_lycos()
14
+
15
+ def list_items(self):
16
+ for name, lyco_on_disk in lycoris.available_lycos.items():
17
+ path, ext = os.path.splitext(lyco_on_disk.filename)
18
+ yield {
19
+ "name": name,
20
+ "filename": path,
21
+ "preview": self.find_preview(path),
22
+ "description": self.find_description(path),
23
+ "search_term": self.search_terms_from_path(lyco_on_disk.filename),
24
+ "prompt": (
25
+ json.dumps(f"<lyco:{name}")
26
+ + " + " + json.dumps(f':{shared.opts.extra_networks_default_multiplier}')
27
+ + " + " + json.dumps(">")
28
+ ),
29
+ "local_preview": f"{path}.{shared.opts.samples_format}",
30
+ "metadata": json.dumps(lyco_on_disk.metadata, indent=4) if lyco_on_disk.metadata else None,
31
+ }
32
+
33
+ def allowed_directories_for_previews(self):
34
+ return [shared.cmd_opts.lyco_dir]
35
+
extensions/addtional/.github/workflows/typos.yml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # yamllint disable rule:line-length
3
+ name: Typos
4
+
5
+ on: # yamllint disable-line rule:truthy
6
+ push:
7
+ pull_request:
8
+ types:
9
+ - opened
10
+ - synchronize
11
+ - reopened
12
+
13
+ jobs:
14
+ build:
15
+ runs-on: ubuntu-latest
16
+
17
+ steps:
18
+ - uses: actions/checkout@v3
19
+
20
+ - name: typos-action
21
+ uses: crate-ci/typos@v1.13.10
extensions/addtional/.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ __pycache__
2
+ models/
3
+ /hashes.json
extensions/addtional/LICENSE.txt ADDED
@@ -0,0 +1,661 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU AFFERO GENERAL PUBLIC LICENSE
2
+ Version 3, 19 November 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+ Preamble
9
+
10
+ The GNU Affero General Public License is a free, copyleft license for
11
+ software and other kinds of works, specifically designed to ensure
12
+ cooperation with the community in the case of network server software.
13
+
14
+ The licenses for most software and other practical works are designed
15
+ to take away your freedom to share and change the works. By contrast,
16
+ our General Public Licenses are intended to guarantee your freedom to
17
+ share and change all versions of a program--to make sure it remains free
18
+ software for all its users.
19
+
20
+ When we speak of free software, we are referring to freedom, not
21
+ price. Our General Public Licenses are designed to make sure that you
22
+ have the freedom to distribute copies of free software (and charge for
23
+ them if you wish), that you receive source code or can get it if you
24
+ want it, that you can change the software or use pieces of it in new
25
+ free programs, and that you know you can do these things.
26
+
27
+ Developers that use our General Public Licenses protect your rights
28
+ with two steps: (1) assert copyright on the software, and (2) offer
29
+ you this License which gives you legal permission to copy, distribute
30
+ and/or modify the software.
31
+
32
+ A secondary benefit of defending all users' freedom is that
33
+ improvements made in alternate versions of the program, if they
34
+ receive widespread use, become available for other developers to
35
+ incorporate. Many developers of free software are heartened and
36
+ encouraged by the resulting cooperation. However, in the case of
37
+ software used on network servers, this result may fail to come about.
38
+ The GNU General Public License permits making a modified version and
39
+ letting the public access it on a server without ever releasing its
40
+ source code to the public.
41
+
42
+ The GNU Affero General Public License is designed specifically to
43
+ ensure that, in such cases, the modified source code becomes available
44
+ to the community. It requires the operator of a network server to
45
+ provide the source code of the modified version running there to the
46
+ users of that server. Therefore, public use of a modified version, on
47
+ a publicly accessible server, gives the public access to the source
48
+ code of the modified version.
49
+
50
+ An older license, called the Affero General Public License and
51
+ published by Affero, was designed to accomplish similar goals. This is
52
+ a different license, not a version of the Affero GPL, but Affero has
53
+ released a new version of the Affero GPL which permits relicensing under
54
+ this license.
55
+
56
+ The precise terms and conditions for copying, distribution and
57
+ modification follow.
58
+
59
+ TERMS AND CONDITIONS
60
+
61
+ 0. Definitions.
62
+
63
+ "This License" refers to version 3 of the GNU Affero General Public License.
64
+
65
+ "Copyright" also means copyright-like laws that apply to other kinds of
66
+ works, such as semiconductor masks.
67
+
68
+ "The Program" refers to any copyrightable work licensed under this
69
+ License. Each licensee is addressed as "you". "Licensees" and
70
+ "recipients" may be individuals or organizations.
71
+
72
+ To "modify" a work means to copy from or adapt all or part of the work
73
+ in a fashion requiring copyright permission, other than the making of an
74
+ exact copy. The resulting work is called a "modified version" of the
75
+ earlier work or a work "based on" the earlier work.
76
+
77
+ A "covered work" means either the unmodified Program or a work based
78
+ on the Program.
79
+
80
+ To "propagate" a work means to do anything with it that, without
81
+ permission, would make you directly or secondarily liable for
82
+ infringement under applicable copyright law, except executing it on a
83
+ computer or modifying a private copy. Propagation includes copying,
84
+ distribution (with or without modification), making available to the
85
+ public, and in some countries other activities as well.
86
+
87
+ To "convey" a work means any kind of propagation that enables other
88
+ parties to make or receive copies. Mere interaction with a user through
89
+ a computer network, with no transfer of a copy, is not conveying.
90
+
91
+ An interactive user interface displays "Appropriate Legal Notices"
92
+ to the extent that it includes a convenient and prominently visible
93
+ feature that (1) displays an appropriate copyright notice, and (2)
94
+ tells the user that there is no warranty for the work (except to the
95
+ extent that warranties are provided), that licensees may convey the
96
+ work under this License, and how to view a copy of this License. If
97
+ the interface presents a list of user commands or options, such as a
98
+ menu, a prominent item in the list meets this criterion.
99
+
100
+ 1. Source Code.
101
+
102
+ The "source code" for a work means the preferred form of the work
103
+ for making modifications to it. "Object code" means any non-source
104
+ form of a work.
105
+
106
+ A "Standard Interface" means an interface that either is an official
107
+ standard defined by a recognized standards body, or, in the case of
108
+ interfaces specified for a particular programming language, one that
109
+ is widely used among developers working in that language.
110
+
111
+ The "System Libraries" of an executable work include anything, other
112
+ than the work as a whole, that (a) is included in the normal form of
113
+ packaging a Major Component, but which is not part of that Major
114
+ Component, and (b) serves only to enable use of the work with that
115
+ Major Component, or to implement a Standard Interface for which an
116
+ implementation is available to the public in source code form. A
117
+ "Major Component", in this context, means a major essential component
118
+ (kernel, window system, and so on) of the specific operating system
119
+ (if any) on which the executable work runs, or a compiler used to
120
+ produce the work, or an object code interpreter used to run it.
121
+
122
+ The "Corresponding Source" for a work in object code form means all
123
+ the source code needed to generate, install, and (for an executable
124
+ work) run the object code and to modify the work, including scripts to
125
+ control those activities. However, it does not include the work's
126
+ System Libraries, or general-purpose tools or generally available free
127
+ programs which are used unmodified in performing those activities but
128
+ which are not part of the work. For example, Corresponding Source
129
+ includes interface definition files associated with source files for
130
+ the work, and the source code for shared libraries and dynamically
131
+ linked subprograms that the work is specifically designed to require,
132
+ such as by intimate data communication or control flow between those
133
+ subprograms and other parts of the work.
134
+
135
+ The Corresponding Source need not include anything that users
136
+ can regenerate automatically from other parts of the Corresponding
137
+ Source.
138
+
139
+ The Corresponding Source for a work in source code form is that
140
+ same work.
141
+
142
+ 2. Basic Permissions.
143
+
144
+ All rights granted under this License are granted for the term of
145
+ copyright on the Program, and are irrevocable provided the stated
146
+ conditions are met. This License explicitly affirms your unlimited
147
+ permission to run the unmodified Program. The output from running a
148
+ covered work is covered by this License only if the output, given its
149
+ content, constitutes a covered work. This License acknowledges your
150
+ rights of fair use or other equivalent, as provided by copyright law.
151
+
152
+ You may make, run and propagate covered works that you do not
153
+ convey, without conditions so long as your license otherwise remains
154
+ in force. You may convey covered works to others for the sole purpose
155
+ of having them make modifications exclusively for you, or provide you
156
+ with facilities for running those works, provided that you comply with
157
+ the terms of this License in conveying all material for which you do
158
+ not control copyright. Those thus making or running the covered works
159
+ for you must do so exclusively on your behalf, under your direction
160
+ and control, on terms that prohibit them from making any copies of
161
+ your copyrighted material outside their relationship with you.
162
+
163
+ Conveying under any other circumstances is permitted solely under
164
+ the conditions stated below. Sublicensing is not allowed; section 10
165
+ makes it unnecessary.
166
+
167
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
168
+
169
+ No covered work shall be deemed part of an effective technological
170
+ measure under any applicable law fulfilling obligations under article
171
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
172
+ similar laws prohibiting or restricting circumvention of such
173
+ measures.
174
+
175
+ When you convey a covered work, you waive any legal power to forbid
176
+ circumvention of technological measures to the extent such circumvention
177
+ is effected by exercising rights under this License with respect to
178
+ the covered work, and you disclaim any intention to limit operation or
179
+ modification of the work as a means of enforcing, against the work's
180
+ users, your or third parties' legal rights to forbid circumvention of
181
+ technological measures.
182
+
183
+ 4. Conveying Verbatim Copies.
184
+
185
+ You may convey verbatim copies of the Program's source code as you
186
+ receive it, in any medium, provided that you conspicuously and
187
+ appropriately publish on each copy an appropriate copyright notice;
188
+ keep intact all notices stating that this License and any
189
+ non-permissive terms added in accord with section 7 apply to the code;
190
+ keep intact all notices of the absence of any warranty; and give all
191
+ recipients a copy of this License along with the Program.
192
+
193
+ You may charge any price or no price for each copy that you convey,
194
+ and you may offer support or warranty protection for a fee.
195
+
196
+ 5. Conveying Modified Source Versions.
197
+
198
+ You may convey a work based on the Program, or the modifications to
199
+ produce it from the Program, in the form of source code under the
200
+ terms of section 4, provided that you also meet all of these conditions:
201
+
202
+ a) The work must carry prominent notices stating that you modified
203
+ it, and giving a relevant date.
204
+
205
+ b) The work must carry prominent notices stating that it is
206
+ released under this License and any conditions added under section
207
+ 7. This requirement modifies the requirement in section 4 to
208
+ "keep intact all notices".
209
+
210
+ c) You must license the entire work, as a whole, under this
211
+ License to anyone who comes into possession of a copy. This
212
+ License will therefore apply, along with any applicable section 7
213
+ additional terms, to the whole of the work, and all its parts,
214
+ regardless of how they are packaged. This License gives no
215
+ permission to license the work in any other way, but it does not
216
+ invalidate such permission if you have separately received it.
217
+
218
+ d) If the work has interactive user interfaces, each must display
219
+ Appropriate Legal Notices; however, if the Program has interactive
220
+ interfaces that do not display Appropriate Legal Notices, your
221
+ work need not make them do so.
222
+
223
+ A compilation of a covered work with other separate and independent
224
+ works, which are not by their nature extensions of the covered work,
225
+ and which are not combined with it such as to form a larger program,
226
+ in or on a volume of a storage or distribution medium, is called an
227
+ "aggregate" if the compilation and its resulting copyright are not
228
+ used to limit the access or legal rights of the compilation's users
229
+ beyond what the individual works permit. Inclusion of a covered work
230
+ in an aggregate does not cause this License to apply to the other
231
+ parts of the aggregate.
232
+
233
+ 6. Conveying Non-Source Forms.
234
+
235
+ You may convey a covered work in object code form under the terms
236
+ of sections 4 and 5, provided that you also convey the
237
+ machine-readable Corresponding Source under the terms of this License,
238
+ in one of these ways:
239
+
240
+ a) Convey the object code in, or embodied in, a physical product
241
+ (including a physical distribution medium), accompanied by the
242
+ Corresponding Source fixed on a durable physical medium
243
+ customarily used for software interchange.
244
+
245
+ b) Convey the object code in, or embodied in, a physical product
246
+ (including a physical distribution medium), accompanied by a
247
+ written offer, valid for at least three years and valid for as
248
+ long as you offer spare parts or customer support for that product
249
+ model, to give anyone who possesses the object code either (1) a
250
+ copy of the Corresponding Source for all the software in the
251
+ product that is covered by this License, on a durable physical
252
+ medium customarily used for software interchange, for a price no
253
+ more than your reasonable cost of physically performing this
254
+ conveying of source, or (2) access to copy the
255
+ Corresponding Source from a network server at no charge.
256
+
257
+ c) Convey individual copies of the object code with a copy of the
258
+ written offer to provide the Corresponding Source. This
259
+ alternative is allowed only occasionally and noncommercially, and
260
+ only if you received the object code with such an offer, in accord
261
+ with subsection 6b.
262
+
263
+ d) Convey the object code by offering access from a designated
264
+ place (gratis or for a charge), and offer equivalent access to the
265
+ Corresponding Source in the same way through the same place at no
266
+ further charge. You need not require recipients to copy the
267
+ Corresponding Source along with the object code. If the place to
268
+ copy the object code is a network server, the Corresponding Source
269
+ may be on a different server (operated by you or a third party)
270
+ that supports equivalent copying facilities, provided you maintain
271
+ clear directions next to the object code saying where to find the
272
+ Corresponding Source. Regardless of what server hosts the
273
+ Corresponding Source, you remain obligated to ensure that it is
274
+ available for as long as needed to satisfy these requirements.
275
+
276
+ e) Convey the object code using peer-to-peer transmission, provided
277
+ you inform other peers where the object code and Corresponding
278
+ Source of the work are being offered to the general public at no
279
+ charge under subsection 6d.
280
+
281
+ A separable portion of the object code, whose source code is excluded
282
+ from the Corresponding Source as a System Library, need not be
283
+ included in conveying the object code work.
284
+
285
+ A "User Product" is either (1) a "consumer product", which means any
286
+ tangible personal property which is normally used for personal, family,
287
+ or household purposes, or (2) anything designed or sold for incorporation
288
+ into a dwelling. In determining whether a product is a consumer product,
289
+ doubtful cases shall be resolved in favor of coverage. For a particular
290
+ product received by a particular user, "normally used" refers to a
291
+ typical or common use of that class of product, regardless of the status
292
+ of the particular user or of the way in which the particular user
293
+ actually uses, or expects or is expected to use, the product. A product
294
+ is a consumer product regardless of whether the product has substantial
295
+ commercial, industrial or non-consumer uses, unless such uses represent
296
+ the only significant mode of use of the product.
297
+
298
+ "Installation Information" for a User Product means any methods,
299
+ procedures, authorization keys, or other information required to install
300
+ and execute modified versions of a covered work in that User Product from
301
+ a modified version of its Corresponding Source. The information must
302
+ suffice to ensure that the continued functioning of the modified object
303
+ code is in no case prevented or interfered with solely because
304
+ modification has been made.
305
+
306
+ If you convey an object code work under this section in, or with, or
307
+ specifically for use in, a User Product, and the conveying occurs as
308
+ part of a transaction in which the right of possession and use of the
309
+ User Product is transferred to the recipient in perpetuity or for a
310
+ fixed term (regardless of how the transaction is characterized), the
311
+ Corresponding Source conveyed under this section must be accompanied
312
+ by the Installation Information. But this requirement does not apply
313
+ if neither you nor any third party retains the ability to install
314
+ modified object code on the User Product (for example, the work has
315
+ been installed in ROM).
316
+
317
+ The requirement to provide Installation Information does not include a
318
+ requirement to continue to provide support service, warranty, or updates
319
+ for a work that has been modified or installed by the recipient, or for
320
+ the User Product in which it has been modified or installed. Access to a
321
+ network may be denied when the modification itself materially and
322
+ adversely affects the operation of the network or violates the rules and
323
+ protocols for communication across the network.
324
+
325
+ Corresponding Source conveyed, and Installation Information provided,
326
+ in accord with this section must be in a format that is publicly
327
+ documented (and with an implementation available to the public in
328
+ source code form), and must require no special password or key for
329
+ unpacking, reading or copying.
330
+
331
+ 7. Additional Terms.
332
+
333
+ "Additional permissions" are terms that supplement the terms of this
334
+ License by making exceptions from one or more of its conditions.
335
+ Additional permissions that are applicable to the entire Program shall
336
+ be treated as though they were included in this License, to the extent
337
+ that they are valid under applicable law. If additional permissions
338
+ apply only to part of the Program, that part may be used separately
339
+ under those permissions, but the entire Program remains governed by
340
+ this License without regard to the additional permissions.
341
+
342
+ When you convey a copy of a covered work, you may at your option
343
+ remove any additional permissions from that copy, or from any part of
344
+ it. (Additional permissions may be written to require their own
345
+ removal in certain cases when you modify the work.) You may place
346
+ additional permissions on material, added by you to a covered work,
347
+ for which you have or can give appropriate copyright permission.
348
+
349
+ Notwithstanding any other provision of this License, for material you
350
+ add to a covered work, you may (if authorized by the copyright holders of
351
+ that material) supplement the terms of this License with terms:
352
+
353
+ a) Disclaiming warranty or limiting liability differently from the
354
+ terms of sections 15 and 16 of this License; or
355
+
356
+ b) Requiring preservation of specified reasonable legal notices or
357
+ author attributions in that material or in the Appropriate Legal
358
+ Notices displayed by works containing it; or
359
+
360
+ c) Prohibiting misrepresentation of the origin of that material, or
361
+ requiring that modified versions of such material be marked in
362
+ reasonable ways as different from the original version; or
363
+
364
+ d) Limiting the use for publicity purposes of names of licensors or
365
+ authors of the material; or
366
+
367
+ e) Declining to grant rights under trademark law for use of some
368
+ trade names, trademarks, or service marks; or
369
+
370
+ f) Requiring indemnification of licensors and authors of that
371
+ material by anyone who conveys the material (or modified versions of
372
+ it) with contractual assumptions of liability to the recipient, for
373
+ any liability that these contractual assumptions directly impose on
374
+ those licensors and authors.
375
+
376
+ All other non-permissive additional terms are considered "further
377
+ restrictions" within the meaning of section 10. If the Program as you
378
+ received it, or any part of it, contains a notice stating that it is
379
+ governed by this License along with a term that is a further
380
+ restriction, you may remove that term. If a license document contains
381
+ a further restriction but permits relicensing or conveying under this
382
+ License, you may add to a covered work material governed by the terms
383
+ of that license document, provided that the further restriction does
384
+ not survive such relicensing or conveying.
385
+
386
+ If you add terms to a covered work in accord with this section, you
387
+ must place, in the relevant source files, a statement of the
388
+ additional terms that apply to those files, or a notice indicating
389
+ where to find the applicable terms.
390
+
391
+ Additional terms, permissive or non-permissive, may be stated in the
392
+ form of a separately written license, or stated as exceptions;
393
+ the above requirements apply either way.
394
+
395
+ 8. Termination.
396
+
397
+ You may not propagate or modify a covered work except as expressly
398
+ provided under this License. Any attempt otherwise to propagate or
399
+ modify it is void, and will automatically terminate your rights under
400
+ this License (including any patent licenses granted under the third
401
+ paragraph of section 11).
402
+
403
+ However, if you cease all violation of this License, then your
404
+ license from a particular copyright holder is reinstated (a)
405
+ provisionally, unless and until the copyright holder explicitly and
406
+ finally terminates your license, and (b) permanently, if the copyright
407
+ holder fails to notify you of the violation by some reasonable means
408
+ prior to 60 days after the cessation.
409
+
410
+ Moreover, your license from a particular copyright holder is
411
+ reinstated permanently if the copyright holder notifies you of the
412
+ violation by some reasonable means, this is the first time you have
413
+ received notice of violation of this License (for any work) from that
414
+ copyright holder, and you cure the violation prior to 30 days after
415
+ your receipt of the notice.
416
+
417
+ Termination of your rights under this section does not terminate the
418
+ licenses of parties who have received copies or rights from you under
419
+ this License. If your rights have been terminated and not permanently
420
+ reinstated, you do not qualify to receive new licenses for the same
421
+ material under section 10.
422
+
423
+ 9. Acceptance Not Required for Having Copies.
424
+
425
+ You are not required to accept this License in order to receive or
426
+ run a copy of the Program. Ancillary propagation of a covered work
427
+ occurring solely as a consequence of using peer-to-peer transmission
428
+ to receive a copy likewise does not require acceptance. However,
429
+ nothing other than this License grants you permission to propagate or
430
+ modify any covered work. These actions infringe copyright if you do
431
+ not accept this License. Therefore, by modifying or propagating a
432
+ covered work, you indicate your acceptance of this License to do so.
433
+
434
+ 10. Automatic Licensing of Downstream Recipients.
435
+
436
+ Each time you convey a covered work, the recipient automatically
437
+ receives a license from the original licensors, to run, modify and
438
+ propagate that work, subject to this License. You are not responsible
439
+ for enforcing compliance by third parties with this License.
440
+
441
+ An "entity transaction" is a transaction transferring control of an
442
+ organization, or substantially all assets of one, or subdividing an
443
+ organization, or merging organizations. If propagation of a covered
444
+ work results from an entity transaction, each party to that
445
+ transaction who receives a copy of the work also receives whatever
446
+ licenses to the work the party's predecessor in interest had or could
447
+ give under the previous paragraph, plus a right to possession of the
448
+ Corresponding Source of the work from the predecessor in interest, if
449
+ the predecessor has it or can get it with reasonable efforts.
450
+
451
+ You may not impose any further restrictions on the exercise of the
452
+ rights granted or affirmed under this License. For example, you may
453
+ not impose a license fee, royalty, or other charge for exercise of
454
+ rights granted under this License, and you may not initiate litigation
455
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
456
+ any patent claim is infringed by making, using, selling, offering for
457
+ sale, or importing the Program or any portion of it.
458
+
459
+ 11. Patents.
460
+
461
+ A "contributor" is a copyright holder who authorizes use under this
462
+ License of the Program or a work on which the Program is based. The
463
+ work thus licensed is called the contributor's "contributor version".
464
+
465
+ A contributor's "essential patent claims" are all patent claims
466
+ owned or controlled by the contributor, whether already acquired or
467
+ hereafter acquired, that would be infringed by some manner, permitted
468
+ by this License, of making, using, or selling its contributor version,
469
+ but do not include claims that would be infringed only as a
470
+ consequence of further modification of the contributor version. For
471
+ purposes of this definition, "control" includes the right to grant
472
+ patent sublicenses in a manner consistent with the requirements of
473
+ this License.
474
+
475
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
476
+ patent license under the contributor's essential patent claims, to
477
+ make, use, sell, offer for sale, import and otherwise run, modify and
478
+ propagate the contents of its contributor version.
479
+
480
+ In the following three paragraphs, a "patent license" is any express
481
+ agreement or commitment, however denominated, not to enforce a patent
482
+ (such as an express permission to practice a patent or covenant not to
483
+ sue for patent infringement). To "grant" such a patent license to a
484
+ party means to make such an agreement or commitment not to enforce a
485
+ patent against the party.
486
+
487
+ If you convey a covered work, knowingly relying on a patent license,
488
+ and the Corresponding Source of the work is not available for anyone
489
+ to copy, free of charge and under the terms of this License, through a
490
+ publicly available network server or other readily accessible means,
491
+ then you must either (1) cause the Corresponding Source to be so
492
+ available, or (2) arrange to deprive yourself of the benefit of the
493
+ patent license for this particular work, or (3) arrange, in a manner
494
+ consistent with the requirements of this License, to extend the patent
495
+ license to downstream recipients. "Knowingly relying" means you have
496
+ actual knowledge that, but for the patent license, your conveying the
497
+ covered work in a country, or your recipient's use of the covered work
498
+ in a country, would infringe one or more identifiable patents in that
499
+ country that you have reason to believe are valid.
500
+
501
+ If, pursuant to or in connection with a single transaction or
502
+ arrangement, you convey, or propagate by procuring conveyance of, a
503
+ covered work, and grant a patent license to some of the parties
504
+ receiving the covered work authorizing them to use, propagate, modify
505
+ or convey a specific copy of the covered work, then the patent license
506
+ you grant is automatically extended to all recipients of the covered
507
+ work and works based on it.
508
+
509
+ A patent license is "discriminatory" if it does not include within
510
+ the scope of its coverage, prohibits the exercise of, or is
511
+ conditioned on the non-exercise of one or more of the rights that are
512
+ specifically granted under this License. You may not convey a covered
513
+ work if you are a party to an arrangement with a third party that is
514
+ in the business of distributing software, under which you make payment
515
+ to the third party based on the extent of your activity of conveying
516
+ the work, and under which the third party grants, to any of the
517
+ parties who would receive the covered work from you, a discriminatory
518
+ patent license (a) in connection with copies of the covered work
519
+ conveyed by you (or copies made from those copies), or (b) primarily
520
+ for and in connection with specific products or compilations that
521
+ contain the covered work, unless you entered into that arrangement,
522
+ or that patent license was granted, prior to 28 March 2007.
523
+
524
+ Nothing in this License shall be construed as excluding or limiting
525
+ any implied license or other defenses to infringement that may
526
+ otherwise be available to you under applicable patent law.
527
+
528
+ 12. No Surrender of Others' Freedom.
529
+
530
+ If conditions are imposed on you (whether by court order, agreement or
531
+ otherwise) that contradict the conditions of this License, they do not
532
+ excuse you from the conditions of this License. If you cannot convey a
533
+ covered work so as to satisfy simultaneously your obligations under this
534
+ License and any other pertinent obligations, then as a consequence you may
535
+ not convey it at all. For example, if you agree to terms that obligate you
536
+ to collect a royalty for further conveying from those to whom you convey
537
+ the Program, the only way you could satisfy both those terms and this
538
+ License would be to refrain entirely from conveying the Program.
539
+
540
+ 13. Remote Network Interaction; Use with the GNU General Public License.
541
+
542
+ Notwithstanding any other provision of this License, if you modify the
543
+ Program, your modified version must prominently offer all users
544
+ interacting with it remotely through a computer network (if your version
545
+ supports such interaction) an opportunity to receive the Corresponding
546
+ Source of your version by providing access to the Corresponding Source
547
+ from a network server at no charge, through some standard or customary
548
+ means of facilitating copying of software. This Corresponding Source
549
+ shall include the Corresponding Source for any work covered by version 3
550
+ of the GNU General Public License that is incorporated pursuant to the
551
+ following paragraph.
552
+
553
+ Notwithstanding any other provision of this License, you have
554
+ permission to link or combine any covered work with a work licensed
555
+ under version 3 of the GNU General Public License into a single
556
+ combined work, and to convey the resulting work. The terms of this
557
+ License will continue to apply to the part which is the covered work,
558
+ but the work with which it is combined will remain governed by version
559
+ 3 of the GNU General Public License.
560
+
561
+ 14. Revised Versions of this License.
562
+
563
+ The Free Software Foundation may publish revised and/or new versions of
564
+ the GNU Affero General Public License from time to time. Such new versions
565
+ will be similar in spirit to the present version, but may differ in detail to
566
+ address new problems or concerns.
567
+
568
+ Each version is given a distinguishing version number. If the
569
+ Program specifies that a certain numbered version of the GNU Affero General
570
+ Public License "or any later version" applies to it, you have the
571
+ option of following the terms and conditions either of that numbered
572
+ version or of any later version published by the Free Software
573
+ Foundation. If the Program does not specify a version number of the
574
+ GNU Affero General Public License, you may choose any version ever published
575
+ by the Free Software Foundation.
576
+
577
+ If the Program specifies that a proxy can decide which future
578
+ versions of the GNU Affero General Public License can be used, that proxy's
579
+ public statement of acceptance of a version permanently authorizes you
580
+ to choose that version for the Program.
581
+
582
+ Later license versions may give you additional or different
583
+ permissions. However, no additional obligations are imposed on any
584
+ author or copyright holder as a result of your choosing to follow a
585
+ later version.
586
+
587
+ 15. Disclaimer of Warranty.
588
+
589
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
590
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
591
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
592
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
593
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
594
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
595
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
596
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
597
+
598
+ 16. Limitation of Liability.
599
+
600
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
601
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
602
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
603
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
604
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
605
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
606
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
607
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
608
+ SUCH DAMAGES.
609
+
610
+ 17. Interpretation of Sections 15 and 16.
611
+
612
+ If the disclaimer of warranty and limitation of liability provided
613
+ above cannot be given local legal effect according to their terms,
614
+ reviewing courts shall apply local law that most closely approximates
615
+ an absolute waiver of all civil liability in connection with the
616
+ Program, unless a warranty or assumption of liability accompanies a
617
+ copy of the Program in return for a fee.
618
+
619
+ END OF TERMS AND CONDITIONS
620
+
621
+ How to Apply These Terms to Your New Programs
622
+
623
+ If you develop a new program, and you want it to be of the greatest
624
+ possible use to the public, the best way to achieve this is to make it
625
+ free software which everyone can redistribute and change under these terms.
626
+
627
+ To do so, attach the following notices to the program. It is safest
628
+ to attach them to the start of each source file to most effectively
629
+ state the exclusion of warranty; and each file should have at least
630
+ the "copyright" line and a pointer to where the full notice is found.
631
+
632
+ <one line to give the program's name and a brief idea of what it does.>
633
+ Copyright (C) <year> <name of author>
634
+
635
+ This program is free software: you can redistribute it and/or modify
636
+ it under the terms of the GNU Affero General Public License as published by
637
+ the Free Software Foundation, either version 3 of the License, or
638
+ (at your option) any later version.
639
+
640
+ This program is distributed in the hope that it will be useful,
641
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
642
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
643
+ GNU Affero General Public License for more details.
644
+
645
+ You should have received a copy of the GNU Affero General Public License
646
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
647
+
648
+ Also add information on how to contact you by electronic and paper mail.
649
+
650
+ If your software can interact with users remotely through a computer
651
+ network, you should also make sure that it provides a way for users to
652
+ get its source. For example, if your program is a web application, its
653
+ interface could display a "Source" link that leads users to an archive
654
+ of the code. There are many ways you could offer source, and different
655
+ solutions will be better for different programs; see section 13 for the
656
+ specific requirements.
657
+
658
+ You should also get your employer (if you work as a programmer) or school,
659
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
660
+ For more information on this, and how to apply and follow the GNU AGPL, see
661
+ <https://www.gnu.org/licenses/>.
extensions/addtional/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Additional Networks for generating images
2
+
3
+ 日本語の文章は下のほうにあります。
4
+
5
+ [__Change History__](#change-history) is moved to the bottom of the page.
6
+ 更新履歴は[ページ末尾](#change-history)に移しました。
7
+
8
+ Stable Diffusion web UI now seems to support LoRA trained by ``sd-scripts`` Thank you for great work!!!
9
+
10
+
11
+ ## About
12
+
13
+ This extension is for [AUTOMATIC1111's Stable Diffusion web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui), allows the Web UI to add some networks (e.g. LoRA) to the original Stable Diffusion model to generate images. Currently LoRA is supported. The addition is on-the-fly, the merging is not required.
14
+
15
+ This extension supports the LoRA models (*.ckpt or *.safetensors) trained by our scripts in [sd-scripts](https://github.com/kohya-ss/sd-scripts). The models from other LoRA implementations are not supported.
16
+
17
+ This extension does not support training.
18
+
19
+ Other networks other than LoRA may be supported in the future.
20
+
21
+ ## Installation
22
+
23
+ 1. Open "Extensions" tab.
24
+ 1. Open "Install from URL" tab in the tab.
25
+ 1. Enter URL of this repo to "URL for extension's git repository".
26
+ 1. Press "Install" button.
27
+ 1. Restart Web UI.
28
+
29
+ ## How to use
30
+
31
+ Put the LoRA models (`*.pt`, `*.ckpt` or `*.safetensors`) inside the `sd-webui-additional-networks/models/LoRA` folder.
32
+
33
+ Open __"Additional Networks"__ panel from the left bottom of Web UI.
34
+
35
+ Press __"Refresh models"__ to update the models list.
36
+
37
+ Select __"LoRA"__ for __"Network module 1"__.
38
+
39
+ Choose __the name of the LoRA model file__ in __"Model 1"__.
40
+
41
+ Set __the weight__ of the model (negative weight might be working but unexpected.)
42
+
43
+ Repeat them for the module/model/weight 2 to 5 if you have other models. Models are applied in the order of 1 to 5.
44
+
45
+ You can generate images with the model with these additional networks.
46
+
47
+ ## X/Y plot
48
+
49
+ If you use LoRA models to plot, put the comma separated list of the model names into ``AddNet Model X``
50
+
51
+ ![image](https://user-images.githubusercontent.com/52813779/212444037-8ccd9157-c341-4eb4-82b4-64e3c8ee0237.png)
52
+
53
+ You can get the list of models with the button next to ``Values``. Please select any model in ``Model ?`` at ``Additional Networks`` in order to make the button work. Models in the same folder as the model will be listed.
54
+
55
+ ![image](https://user-images.githubusercontent.com/52813779/212443639-97779d8d-0f7e-47f0-919c-41f053fe28a9.png)
56
+
57
+ The metadata of the model can be drawn as legends. Move to ``Settings`` tab, select ``Additional Networks`` at left bottom, and set ``Metadata to show``. Available values are in ``Network metadata`` textbox in ``Additional Networks`` tab.
58
+
59
+ ![image](https://user-images.githubusercontent.com/52813779/212443781-1f4c442e-c2f3-47f8-b698-25fbe981f633.png)
60
+
61
+ ## Specify target region of LoRA by mask (__experimental__)
62
+
63
+ Open `Extra args` and drop a mask image to `mask image`.
64
+
65
+ By specifying with the mask image, each LoRA model can be applied only to the specified region of the image. Currently, only three models (Models 1 to 3) can be masked.
66
+
67
+ The mask image is RGB image, with each channel (R, G and B) corresponding to LoRA models 1 to 3. Each channel can be overlapped. For example, yellow area (R and G) is applied to LoRA model 1 and 2. The range of values is 0 to 255, corresponding to a LoRA weight of 0 to 1.
68
+
69
+ It can be combined with ControlNet.
70
+
71
+ | |without ControlNet|with ControlNet|
72
+ |:----:|:----:|:----:|
73
+ |no LoRA|<img src="https://user-images.githubusercontent.com/52813779/223676928-362a68f0-b4c4-4905-9a5f-6646a39341f7.png" width="256">|<img src="https://user-images.githubusercontent.com/52813779/223677042-a7989dc8-741f-4d45-8328-be1f0bf08194.png" width="256">|
74
+ |with LoRA, no mask|<img src="https://user-images.githubusercontent.com/52813779/223677327-b4237ff9-1d36-4cd9-971b-a3434db6d0f9.png" width="256">|<img src="https://user-images.githubusercontent.com/52813779/223677380-ba74bca0-92c3-4c68-950f-0f96e439281e.png" width="256">|
75
+ |with Lora, with mask|<img src="https://user-images.githubusercontent.com/52813779/223677475-dff082c1-2a41-4d46-982d-db9655eb8bc2.png" width="256">|<img src="https://user-images.githubusercontent.com/52813779/223677518-0ae042ed-3baf-47f0-b8ca-3dd6805f7c2f.png" width="256">|
76
+ | |pose|mask|
77
+ | |<img src="https://user-images.githubusercontent.com/52813779/223677653-cfd7fb36-afc1-49e8-9253-4bc01c5dad99.png" width="256">|<img src="https://user-images.githubusercontent.com/52813779/223677672-5e2fc729-01ee-4c62-8457-2e125bb0e24f.png" width="256">
78
+
79
+ Sample images are generated with [wd-1-5-beta2-aesthetic-fp16.safetensors](https://huggingface.co/waifu-diffusion/wd-1-5-beta2) and three LoRAs: two character LoRAs (model 1 and 2, masked, weight=1.0) and one style LoRA (model 4, not masked, weight=0.8). Used ControlNet is [diff_control_wd15beta2_pose.safetensors](https://huggingface.co/furusu/ControlNet).
80
+
81
+ ### Difference from 'Latent Couple extension' and 'Composable LoRA'
82
+
83
+ 'Latent Couple extension' masks the output of U-Net for each sub-prompt (AND-separated prompts), while our implementation masks the output of LoRA at each layer of U-Net. The mask is resized according to the tensor shape of each layer, so the resolution is particularly coarse at the deeper layers.
84
+
85
+ 'Composable LoRA' controls the area via 'Latent Couple extension' by switching LoRA on or off for each sub-prompt, but this implementation works alone.
86
+
87
+ This implementation does not work for all modules in LoRA (the modules associated with Text Encoder are not masked), and due to the coarse resolution, it is not possible to completely separate areas.
88
+
89
+ ## この Web UI 拡張について
90
+
91
+ LoRA などのネットワークを元の Stable Diffusion に追加し、画像生成を行うための拡張です。現在は LoRA のみ対応しています。
92
+
93
+ この拡張で使えるのは[sd-scripts](https://github.com/kohya-ss/sd-scripts)リポジトリで学習した LoRA のモデル(\*.ckpt または \*.safetensors)です。他の LoRA リポジトリで学習したモデルは対応していません。
94
+
95
+ この拡張単体では学習はできません。
96
+
97
+ 将来的に LoRA 以外のネットワークについてもサポートするかもしれません。
98
+
99
+ ## インストール
100
+
101
+ 1. Web UI で "Extensions" タブを開きます。
102
+ 1. さらに "Install from URL" タブを開きます。
103
+ 1. "URL for extension's git repository" 欄にこのリポジトリの URL を入れます。
104
+ 1. "Install"ボタンを押してインストールします。
105
+ 1. Web UI を再起動してください。
106
+
107
+ ## 使用法
108
+
109
+ 学習した LoRA のモデル(`*.pt`, `*.ckpt`, `*.safetensors`)を`sd-webui-additional-networks/models/LoRA`に置きます。
110
+
111
+ Web UI の左下のほうの __"Additional Networks"__ のパネルを開きます。
112
+
113
+ __"Network module 1"__ で __"LoRA"__ を選択してください。
114
+
115
+ __"Refresh models"__ で LoRA モデルのリストを更新します。
116
+
117
+ __"Model 1"__ に学習した LoRA のモデル名を選択します。
118
+
119
+ __"Weight"__ にこのモデルの __重み__ を指定します(負の値も指定できますがどんな効果があるかは未知数です)。
120
+
121
+ 追加のモデルがある場合は 2~5 に指定してください。モデルは 1~5 の順番で適用されます。
122
+
123
+ 以上を指定すると、それぞれのモデルが適用された状態で画像生成されます。
124
+
125
+ ## X/Y plot
126
+
127
+ LoRAモデルをX/Y plotの値(選択対象)として使う場合は、カンマ区切りのモデルのリストを与える必要があります。
128
+
129
+ ![image](https://user-images.githubusercontent.com/52813779/212444037-8ccd9157-c341-4eb4-82b4-64e3c8ee0237.png)
130
+
131
+ モデルのリストは選択肢の隣にあるボタンで取得できます。いずれかのモデルを ``Additional Networks`` の ``Model ?`` で選択しておいてください。そのモデルと同じフォルダにあるモデルの一覧が取得されます。
132
+
133
+ ![image](https://user-images.githubusercontent.com/52813779/212443639-97779d8d-0f7e-47f0-919c-41f053fe28a9.png)
134
+
135
+ モデルのメタデータ(学習時のパラメータなど)をX/Y plotのラベルに使用できます。Web UI上部の ``Settings`` タブを開き、左下から ``Additional Networks`` を選び、 ``Metadata to show`` にカンマ区切りで項目名を指定してください(``ss_learning_rate, ss_num_epochs`` のような感じになります)。使える値は ``Additional Networks`` の ``Network metadata`` 欄にある値です。
136
+
137
+ ![image](https://user-images.githubusercontent.com/52813779/212443781-1f4c442e-c2f3-47f8-b698-25fbe981f633.png)
138
+
139
+ ## LoRA の領域別適用 __(実験的機能)__
140
+
141
+ 適用する領域をマスク画像で指定することで、それぞれの LoRA モデルを画像の指定した部分にのみ適用することができます。現在はモデル1~3の3つのみ領域指定可能です。
142
+
143
+ マスク画像はカラーの画像で、RGBの各チャネルが LoRA モデル1から3に対応します。RGBの各チャネルは重ねることが可能です。たとえば黄色(RとGチャネル)の領域は、モデル1と2が有効になります。ピクセル値0から255がLoRAの適用率0から1に対応します(127なら重み0.5で適用するのと同じになります)。
144
+
145
+ マスク画像は生成画像サイズにリサイズされて適用されます。
146
+
147
+ ControlNetと組み合わせることも可能です(細かい位置指定にはControlNetとの組み合わせを推奨します)。
148
+
149
+ 上のサンプルをご参照ください。
150
+
151
+ ### Latent Couple extension、Composable LoRAとの違い
152
+
153
+ Latent Couple extension はサブプロンプト(ANDで区切られたプロンプト)ごとに、U-Net の出力をマスクしますが、当実装では U-Net の各層で LoRA の出力をマスクします。マスクは各層のテンソル形状に応じてリサイズされるため、深い層では特に解像度が粗くなります。
154
+
155
+ Composable LoRA はサブプロンプトごとに LoRA の適用有無を��り替えることで Latent Couple extension を経由して影響範囲を制御しますが、当実装では単独で動作します。
156
+
157
+ 当実装はすべての LoRA モジュールに作用するわけではなく(Text Encoder に関連する LoRA モジュールはマスクされません)、また解像度が粗いため、完全に領域を分離することはできません。
158
+
159
+ ## Change History
160
+
161
+ - 23 May 2023, 2023/5/23
162
+ - Fix an issue where the value of the `Weight` slider is not applied correctly.
163
+ - `Weight`のスライダーの値が正しく反映されない場合がある不具合への対応を行いました。
164
+
165
+ - 8 May 2023, 2023/5/8
166
+ - Fix an issue where the models are not loaded correctly in the `Additional Networks` tab.
167
+ - Fix an issue where `None` cannot be selected as a model in X/Y/Z plot.
168
+ - `Additional Networks`タブでモデルが正しく読み込まれない不具合を修正しました。
169
+ - X/Y/Z plotでモデルに `None` が選択できない不具合を修正しました。
170
+
171
+ - 3 May 2023, 2023/5/3
172
+ - Fix an issue where an error occurs when selecting a model in X/Y/Z plot.
173
+ - X/Y/Z plotでモデル選択時にエラーとなる不具合を修正しました。
174
+ - 6 Apr. 2023, 2023/4/6
175
+ - Fix an issue where the `Hires. fix` does not work with mask.
176
+ - 領域別LoRAでHires. fixが動作しない不具合を修正しました。
177
+ - 30 Mar. 2023, 2023/3/30
178
+ - Fix an issue where the `Save Metadata` button in the metadata editor does not work even if `Editing Enabled` is checked.
179
+ - メタデータエディタで `Save Metadata` ボタンが `Editing Enabled` をチェックしても有効にならない不具合を修正しました。
180
+ - 28 Mar. 2023, 2023/3/28
181
+ - Fix style for Gradio 3.22. Thanks to space-nuko!
182
+ - Please update Web UI to the latest version.
183
+ - Gradio 3.22 のスタイルに対応しました。space-nuko氏に感謝します。
184
+ - Web UIを最新版に更新願います。
185
+ - 11 Mar. 2023, 2023/3/11
186
+ - Leading spaces in each path in `Extra paths to scan for LoRA models` settings are ignored. Thanks to tsukimiya!
187
+ - 設定の `Extra paths to scan for LoRA models` の各ディレクトリ名の先頭スペースを無視するよう変更しました。tsukimiya氏に感謝します。
188
+ - 9 Mar. 2023, 2023/3/9: Release v0.5.1
189
+ - Fix the model saved with `bf16` causes an error. https://github.com/kohya-ss/sd-webui-additional-networks/issues/127
190
+ - Fix some Conv2d-3x3 LoRA modules are not effective. https://github.com/kohya-ss/sd-scripts/issues/275
191
+ - Fix LoRA modules with higher dim (rank) > 320 causes an error.
192
+ - `bf16` で学習されたモデルが読み込めない不具合を修正しました。 https://github.com/kohya-ss/sd-webui-additional-networks/issues/127
193
+ - いくつかの Conv2d-3x3 LoRA モジュールが有効にならない不具合を修正しました。 https://github.com/kohya-ss/sd-scripts/issues/275
194
+ - dim (rank) が 320 を超えるLoRAモデルが読み込めない不具合を修正しました。
195
+ - 8 Mar. 2023, 2023/3/8: Release v0.5.0
196
+ - Support current version of [LoCon](https://github.com/KohakuBlueleaf/LoCon). __Thank you very much KohakuBlueleaf for your help!__
197
+ - LoCon will be enhanced in the future. Compatibility for future versions is not guaranteed.
198
+ - Support dynamic LoRA: different dimensions (ranks) and alpha for each module.
199
+ - Support LoRA for Conv2d (extended to conv2d with a kernel size not 1x1).
200
+ - Add masked LoRA feature (experimental.)
201
+ - 現在のバージョンの [LoCon](https://github.com/KohakuBlueleaf/LoCon) をサポートしました。 KohakuBlueleaf 氏のご支援に深く感謝します。
202
+ - LoCon が将来的に拡張された場合、それらのバージョンでの互換性は保証できません。
203
+ - dynamic LoRA の機能を追加しました。各モジュールで異なる dimension (rank) や alpha を持つ LoRA が使えます。
204
+ - Conv2d 拡張 LoRA をサポートしました。カーネルサイズが1x1でない Conv2d を対象とした LoRA が使えます。
205
+ - LoRA の適用領域指定機能を追加しました(実験的機能)。
206
+
207
+
208
+ Please read [Releases](https://github.com/kohya-ss/sd-webui-additional-networks/releases) for recent updates.
209
+ 最近の更新情報は [Release](https://github.com/kohya-ss/sd-webui-additional-networks/releases) をご覧ください。
210
+
extensions/addtional/__pycache__/preload.cpython-310.pyc ADDED
Binary file (455 Bytes). View file
 
extensions/addtional/_typos.toml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Files for typos
2
+ # Instruction: https://github.com/marketplace/actions/typos-action#getting-started
3
+
4
+ [default.extend-identifiers]
5
+
6
+ [default.extend-words]
7
+
8
+ [files]
9
+ extend-exclude = ["_typos.toml"]
extensions/addtional/hashes.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hashes": {
3
+ "/content/microsoftexcel/models/Lora/GoodHands-beta2.safetensors": {
4
+ "model": "c05ed279295ed06ad8c459254bd9d910d46d1dab4de5dbdb59e9d5a231b8b43f",
5
+ "legacy": "5275bd79",
6
+ "mtime": 1687431780.7171009
7
+ },
8
+ "/content/microsoftexcel/models/Lora/Caitlyn.safetensors": {
9
+ "model": "fe2d779164cb23b97a10b926d809fc94d074e1e7deb595be615b8ad11ed5fd11",
10
+ "legacy": "40fa34e7",
11
+ "mtime": 1687431773.0084302
12
+ },
13
+ "/content/microsoftexcel/models/Lora/ireliav2-000034.safetensors": {
14
+ "model": "7fd4ca5cdc40f1d61548e39149b9c0eff6bac17601469abf7de72a42beea245d",
15
+ "legacy": "d7774c83",
16
+ "mtime": 1687431771.4212923
17
+ },
18
+ "/content/microsoftexcel/models/Lora/ratatatat74-000030.safetensors": {
19
+ "model": "43f33c0dd794e5ae4cb4cd1d12d3ad70466c61084c43bf105750790504dc8bdd",
20
+ "legacy": "e5787969",
21
+ "mtime": 1687431774.3865502
22
+ },
23
+ "/content/microsoftexcel/models/Lora/nixeu_offset64dim.safetensors": {
24
+ "model": "3bfe61233b402e3663c136396c3bdea4cfd982215429e9ee83bff505692e6bbe",
25
+ "legacy": "86bd75dd",
26
+ "mtime": 1687431766.256843
27
+ },
28
+ "/content/microsoftexcel/models/Lora/sukuna.safetensors": {
29
+ "model": "89a59997da996808d64cecae57b23cb788118cfc3c02815faf7a1857c4babcee",
30
+ "legacy": "f2ac6ed8",
31
+ "mtime": 1687431767.1909244
32
+ },
33
+ "/content/microsoftexcel/models/Lora/MakimaCSM.safetensors": {
34
+ "model": "0b7b2682d8a6c06208d62aab8534af8e1251dbc2d8a66962df80455a8083fad9",
35
+ "legacy": "11d289ef",
36
+ "mtime": 1687431772.1803584
37
+ },
38
+ "/content/microsoftexcel/models/Lora/Riven-000016.safetensors": {
39
+ "model": "1683d344c22be83109a2d5569548058464a7d3eceecbac6e09f04467853fc632",
40
+ "legacy": "a3b09189",
41
+ "mtime": 1687433862.8805723
42
+ },
43
+ "/content/microsoftexcel/extensions/addtional/models/lora/Caitlyn.safetensors": {
44
+ "model": "fe2d779164cb23b97a10b926d809fc94d074e1e7deb595be615b8ad11ed5fd11",
45
+ "legacy": "40fa34e7",
46
+ "mtime": 1690714048.1235178
47
+ },
48
+ "/content/microsoftexcel/extensions/addtional/models/lora/GoodHands-beta2.safetensors": {
49
+ "model": "c05ed279295ed06ad8c459254bd9d910d46d1dab4de5dbdb59e9d5a231b8b43f",
50
+ "legacy": "5275bd79",
51
+ "mtime": 1690714057.5114868
52
+ },
53
+ "/content/microsoftexcel/extensions/addtional/models/lora/MakimaCSM.safetensors": {
54
+ "model": "0b7b2682d8a6c06208d62aab8534af8e1251dbc2d8a66962df80455a8083fad9",
55
+ "legacy": "11d289ef",
56
+ "mtime": 1690714039.4666243
57
+ },
58
+ "/content/microsoftexcel/extensions/addtional/models/lora/Riven-000016.safetensors": {
59
+ "model": "1683d344c22be83109a2d5569548058464a7d3eceecbac6e09f04467853fc632",
60
+ "legacy": "a3b09189",
61
+ "mtime": 1690714050.1197238
62
+ },
63
+ "/content/microsoftexcel/extensions/addtional/models/lora/ireliav2-000034.safetensors": {
64
+ "model": "7fd4ca5cdc40f1d61548e39149b9c0eff6bac17601469abf7de72a42beea245d",
65
+ "legacy": "d7774c83",
66
+ "mtime": 1690714041.5128355
67
+ },
68
+ "/content/microsoftexcel/extensions/addtional/models/lora/nixeu_offset64dim.safetensors": {
69
+ "model": "3bfe61233b402e3663c136396c3bdea4cfd982215429e9ee83bff505692e6bbe",
70
+ "legacy": "86bd75dd",
71
+ "mtime": 1690714049.898701
72
+ },
73
+ "/content/microsoftexcel/extensions/addtional/models/lora/ratatatat74-000030.safetensors": {
74
+ "model": "43f33c0dd794e5ae4cb4cd1d12d3ad70466c61084c43bf105750790504dc8bdd",
75
+ "legacy": "e5787969",
76
+ "mtime": 1690714052.3479538
77
+ },
78
+ "/content/microsoftexcel/extensions/addtional/models/lora/sukuna.safetensors": {
79
+ "model": "89a59997da996808d64cecae57b23cb788118cfc3c02815faf7a1857c4babcee",
80
+ "legacy": "f2ac6ed8",
81
+ "mtime": 1690714036.489317
82
+ },
83
+ "/content/microsoftexcel/models/Lora/paizuri.safetensors": {
84
+ "model": "ab770c3ce34ade128b82f68f5c4b51859a22d33aeb6cee13dfcf9a39c9f57958",
85
+ "legacy": "95086359",
86
+ "mtime": 1690536921.2243078
87
+ },
88
+ "/content/microsoftexcel/extensions/addtional/models/lora/Bukkake.safetensors": {
89
+ "model": "c6146fcb87cbae19731e766aa5b87ca817abcb906162aa61c7a6a58c58280e8f",
90
+ "legacy": "e38c9776",
91
+ "mtime": 1690714042.2459111
92
+ },
93
+ "/content/microsoftexcel/extensions/addtional/models/lora/LickingOralLoRA.safetensors": {
94
+ "model": "e83ab810c31a0b67e5abe92717707ee4ed38f64c9ab66c90ae145915a5cc93c0",
95
+ "legacy": "0d765510",
96
+ "mtime": 1690714040.4357243
97
+ },
98
+ "/content/microsoftexcel/extensions/addtional/models/lora/SelfBreastGrab.safetensors": {
99
+ "model": "e49b3c9546e3e46af0cdd38d90bf965c1e08d4159325097577d2e753e1059488",
100
+ "legacy": "bbb438e8",
101
+ "mtime": 1690714047.1404164
102
+ },
103
+ "/content/microsoftexcel/extensions/addtional/models/lora/SideFellatio.safetensors": {
104
+ "model": "8fe46b31c9d47a0e1f43183dda6bfcaba699c6649b4feb7e8631cad76221692e",
105
+ "legacy": "97a1069c",
106
+ "mtime": 1690714048.9226003
107
+ },
108
+ "/content/microsoftexcel/extensions/addtional/models/lora/kidnap_v0.2.safetensors": {
109
+ "model": "8b46761ba3d19c5c08df543ee5e1c833ff9817a6e9a4c7d1a69908e92b4c6ab9",
110
+ "legacy": "3d4bd2d5",
111
+ "mtime": 1690714048.669574
112
+ },
113
+ "/content/microsoftexcel/extensions/addtional/models/lora/paizuri.safetensors": {
114
+ "model": "ab770c3ce34ade128b82f68f5c4b51859a22d33aeb6cee13dfcf9a39c9f57958",
115
+ "legacy": "95086359",
116
+ "mtime": 1690714048.367543
117
+ },
118
+ "/content/microsoftexcel/extensions/addtional/models/lora/reverse fellatio lion2-000012.safetensors": {
119
+ "model": "4ea1dde4793808afb97d6c51028af744d0e1f6804dbc9449f45eb1e0cef1458c",
120
+ "legacy": "316b5e3f",
121
+ "mtime": 1690714049.132622
122
+ },
123
+ "/content/microsoftexcel/extensions/addtional/models/lora/vacuum fellatio1.1\u00e3\u0080\u0090vacuum fellatio\u00e3\u0080\u0091.safetensors": {
124
+ "model": "093987279f11711e9e6b3e2e5e4b6051fb92ddd5b0f95f0f3cba515ccb4868e1",
125
+ "legacy": "9620bf49",
126
+ "mtime": 1690714048.601567
127
+ }
128
+ }
129
+ }
extensions/addtional/hashes.json.lock ADDED
File without changes
extensions/addtional/javascript/additional_networks.js ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function addnet_switch_to_txt2img(){
2
+ switch_to_txt2img();
3
+ setTimeout(function() { gradioApp().getElementById("additional_networks_txt2img").scrollIntoView(); }, 100);
4
+ return args_to_array(arguments);
5
+ }
6
+
7
+ function addnet_switch_to_img2img(){
8
+ switch_to_img2img();
9
+ setTimeout(function() { gradioApp().getElementById("additional_networks_img2img").scrollIntoView(); }, 100);
10
+ return args_to_array(arguments);
11
+ }
12
+
13
+ function addnet_switch_to_metadata_editor(){
14
+ Array.from(gradioApp().querySelector('#tabs').querySelectorAll('button')).filter(e => e.textContent.trim() === "Additional Networks")[0].click();
15
+ return args_to_array(arguments);
16
+ }
17
+
18
+ function addnet_send_to_metadata_editor() {
19
+ var module = arguments[0];
20
+ var model_path = arguments[1];
21
+
22
+ if (model_path == "None") {
23
+ return args_to_array(arguments);
24
+ }
25
+
26
+ console.log(arguments);
27
+ console.log(model_path);
28
+ var select = gradioApp().querySelector("#additional_networks_metadata_editor_model > label > select");
29
+
30
+ var opt = [...select.options].filter(o => o.text == model_path)[0];
31
+ if (opt == null) {
32
+ return;
33
+ }
34
+
35
+ addnet_switch_to_metadata_editor();
36
+ select.selectedIndex = opt.index;
37
+ select.dispatchEvent(new Event("change", { bubbles: true }));
38
+
39
+ return args_to_array(arguments);
40
+ }
extensions/addtional/models/lora/.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tflite filter=lfs diff=lfs merge=lfs -text
29
+ *.tgz filter=lfs diff=lfs merge=lfs -text
30
+ *.wasm filter=lfs diff=lfs merge=lfs -text
31
+ *.xz filter=lfs diff=lfs merge=lfs -text
32
+ *.zip filter=lfs diff=lfs merge=lfs -text
33
+ *.zst filter=lfs diff=lfs merge=lfs -text
34
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ README.md filter=lfs diff=lfs merge=lfs -text
extensions/addtional/models/lora/Bukkake.civitai.info ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 19936,
3
+ "modelId": 16722,
4
+ "name": "v1.0",
5
+ "createdAt": "2023-03-07T19:21:06.904Z",
6
+ "updatedAt": "2023-03-07T19:59:54.919Z",
7
+ "trainedWords": [
8
+ "bukkake"
9
+ ],
10
+ "baseModel": "SD 1.5",
11
+ "earlyAccessTimeFrame": 0,
12
+ "description": "<p>v1.0 - This version should do better with facials and the like. </p>",
13
+ "stats": {
14
+ "downloadCount": 33963,
15
+ "ratingCount": 9,
16
+ "rating": 5
17
+ },
18
+ "model": {
19
+ "name": "Bukkake LoRA",
20
+ "type": "LORA",
21
+ "nsfw": true,
22
+ "poi": false
23
+ },
24
+ "files": [
25
+ {
26
+ "id": 16637,
27
+ "url": "https://5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/civitai-prod-settled/10924/model/bukkake.Q3yA.safetensors",
28
+ "sizeKB": 73838.544921875,
29
+ "name": "Bukkake.safetensors",
30
+ "type": "Model",
31
+ "metadata": {
32
+ "fp": "fp16",
33
+ "size": "full",
34
+ "format": "SafeTensor"
35
+ },
36
+ "pickleScanResult": "Success",
37
+ "pickleScanMessage": "No Pickle imports",
38
+ "virusScanResult": "Success",
39
+ "virusScanMessage": null,
40
+ "scannedAt": "2023-03-07T19:26:39.223Z",
41
+ "hashes": {
42
+ "AutoV1": "E38C9776",
43
+ "AutoV2": "2B2B6AE959",
44
+ "SHA256": "2B2B6AE959FB9EFAAFE4AF8F4057B1791DBC3AC8B6F835BC9886B1EAF76E2F51",
45
+ "CRC32": "370139C6",
46
+ "BLAKE3": "8D2C79B8C5A7F0336630D86D3B1FF85EA6E7CE442B67B2949766B42C4102E9ED"
47
+ },
48
+ "primary": true,
49
+ "downloadUrl": "https://civitai.com/api/download/models/19936"
50
+ }
51
+ ],
52
+ "images": [
53
+ {
54
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a731f206-1785-4732-5fc6-0a5d84b42500/width=450/210356.jpeg",
55
+ "nsfw": "X",
56
+ "width": 768,
57
+ "height": 1152,
58
+ "hash": "UDK,pi00Kj~V0ft7R*t74:oKi{NG~Wxurst7",
59
+ "meta": {
60
+ "Size": "512x768",
61
+ "seed": 2092290606,
62
+ "Model": "Galena Blend",
63
+ "steps": 28,
64
+ "prompt": "beautiful, (masterpiece:1.2), (best quality:1.2), perfect eyes, perfect face, perfect lighting, smiling, parted lips, (1girl), (nude), mature woman, big breasts, brown hair, (straight hair), bukkake, (cum on face), top down view, laying on bed, <lora:Bukkake Final 2:0.75>",
65
+ "sampler": "DPM++ SDE Karras",
66
+ "cfgScale": 6,
67
+ "resources": [
68
+ {
69
+ "hash": "6294646a3d",
70
+ "name": "Galena Blend",
71
+ "type": "model"
72
+ }
73
+ ],
74
+ "Model hash": "6294646a3d",
75
+ "Hires steps": "3",
76
+ "Hires upscale": "1.5",
77
+ "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
78
+ "negativePrompt": "(low quality, worst quality:1.3),(bad_prompt:0.8),(bad-hands-5:0.6),(monochrome:1.1), (visible hands), (child), (loli)",
79
+ "Denoising strength": "0.3"
80
+ }
81
+ },
82
+ {
83
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e80fbb67-7589-4555-e819-ea3a27507500/width=450/210355.jpeg",
84
+ "nsfw": "X",
85
+ "width": 768,
86
+ "height": 1152,
87
+ "hash": "U4EVZ[9v0J_N00-U-=Vs9F%MInIU~q9ZIA^+",
88
+ "meta": {
89
+ "Size": "512x768",
90
+ "seed": 4079968738,
91
+ "Model": "Galena Blend",
92
+ "steps": 28,
93
+ "prompt": "beautiful, (masterpiece:1.2), (best quality:1.2), perfect eyes, perfect face, perfect lighting, (1girl), (grey skin:1.2), colored skin, dark elf, tiefling, demon horns, (demon skin), (orange eyes), (black hair), (crop-top), tanktop covered nipples, bukkake, cum, cum on face, upper body focus, hell background, lava background, <lora:Bukkake Final 3:0.75>",
94
+ "sampler": "DPM++ SDE Karras",
95
+ "cfgScale": 6,
96
+ "resources": [
97
+ {
98
+ "hash": "6294646a3d",
99
+ "name": "Galena Blend",
100
+ "type": "model"
101
+ }
102
+ ],
103
+ "Model hash": "6294646a3d",
104
+ "Hires steps": "3",
105
+ "Hires upscale": "1.5",
106
+ "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
107
+ "negativePrompt": "(low quality, worst quality:1.3),(bad_prompt:0.8),(bad-hands-5:0.6),(monochrome:1.1), (visible hands)",
108
+ "Denoising strength": "0.3"
109
+ }
110
+ },
111
+ {
112
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/27837306-5e89-43e6-e5e1-548986efb600/width=450/210354.jpeg",
113
+ "nsfw": "X",
114
+ "width": 768,
115
+ "height": 1152,
116
+ "hash": "U4JG[{tl00^j00M{Mc$z0M9aTz~V00E10K^k",
117
+ "meta": {
118
+ "Size": "512x768",
119
+ "seed": 241261186,
120
+ "Model": "Galena Blend",
121
+ "steps": 28,
122
+ "prompt": "beautiful, (masterpiece:1.2), (best quality:1.2), perfect eyes, perfect face, perfect lighting, smiling, parted lips, (1girl), (nude), mature woman, big breasts, ginger hair hair, (straight hair), bukkake, (cum on face), top down view, 2 penises, 2boys, penis, large penis, ejaculating, laying on bed, <lora:Bukkake:0.75>",
123
+ "sampler": "DPM++ SDE Karras",
124
+ "cfgScale": 6,
125
+ "resources": [
126
+ {
127
+ "name": "Bukkake",
128
+ "type": "lora",
129
+ "weight": 0.75
130
+ },
131
+ {
132
+ "hash": "6294646a3d",
133
+ "name": "Galena Blend",
134
+ "type": "model"
135
+ }
136
+ ],
137
+ "Model hash": "6294646a3d",
138
+ "Hires steps": "3",
139
+ "Hires upscale": "1.5",
140
+ "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
141
+ "negativePrompt": "(low quality, worst quality:1.3),(bad_prompt:0.8),(bad-hands-5:0.6),(monochrome:1.1), (visible hands), (child), (loli)",
142
+ "Denoising strength": "0.3"
143
+ }
144
+ },
145
+ {
146
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f2ceca5a-8c27-429a-3ae2-4b1192958200/width=450/210353.jpeg",
147
+ "nsfw": "Soft",
148
+ "width": 768,
149
+ "height": 1152,
150
+ "hash": "UEH2G}-:00o}_3Rj9F-p={%2S5NG0Lt7~Vj@",
151
+ "meta": {
152
+ "Size": "512x768",
153
+ "seed": 908068575,
154
+ "Model": "Ametrine Blend",
155
+ "steps": 28,
156
+ "prompt": "beautiful, (masterpiece:1.2), (best quality:1.2), perfect eyes, perfect face, perfect lighting, (1girl), (solo), (female focus), white hair, short hair, black eyes, light smile, white shirt, buttoned shirt, loose clothes, (black skirt), (short skirt), standing, white background, arms behind back, ((wide hips)), (thick), mature woman, cum, bukkake, <lora:Bukkake:0.75>",
157
+ "sampler": "DPM++ SDE Karras",
158
+ "cfgScale": 6,
159
+ "resources": [
160
+ {
161
+ "name": "Bukkake",
162
+ "type": "lora",
163
+ "weight": 0.75
164
+ },
165
+ {
166
+ "hash": "9fecec4c22",
167
+ "name": "Ametrine Blend",
168
+ "type": "model"
169
+ }
170
+ ],
171
+ "Model hash": "9fecec4c22",
172
+ "Hires steps": "3",
173
+ "Hires upscale": "1.5",
174
+ "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
175
+ "negativePrompt": "(low quality, worst quality:1.3),(bad_prompt:0.8),(bad-hands-5:0.6),(monochrome:1.1), (nsfw), (tight clothes)",
176
+ "Denoising strength": "0.3"
177
+ }
178
+ },
179
+ {
180
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d026c28a-b531-4a9d-6478-7c5d036f2800/width=450/210352.jpeg",
181
+ "nsfw": "X",
182
+ "width": 768,
183
+ "height": 1152,
184
+ "hash": "U7HK-0Io00^+~VE200%20L-pNM9Z00Rj~C?G",
185
+ "meta": {
186
+ "Size": "512x768",
187
+ "seed": 1510923555,
188
+ "Model": "Ametrine Blend",
189
+ "steps": 28,
190
+ "prompt": "beautiful, (masterpiece:1.2), (best quality:1.2), (perfect eyes), perfect face, smiling, perfect lighting, mature adult woman, black bra, black panties, blonde hair, blue eyes, (bra), big breasts, garter belt, arms at side, gloves, black gloves, lace, lace-trimmed bra, lace trim, large breasts, clouds, long hair, panties, solo, underwear, cum, bukkake, <lora:Bukkake:0.75>",
191
+ "sampler": "DPM++ SDE Karras",
192
+ "cfgScale": 6,
193
+ "resources": [
194
+ {
195
+ "name": "Bukkake",
196
+ "type": "lora",
197
+ "weight": 0.75
198
+ },
199
+ {
200
+ "hash": "9fecec4c22",
201
+ "name": "Ametrine Blend",
202
+ "type": "model"
203
+ }
204
+ ],
205
+ "Model hash": "9fecec4c22",
206
+ "Hires steps": "3",
207
+ "Hires upscale": "1.5",
208
+ "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
209
+ "negativePrompt": "(low quality, worst quality:1.3),(bad_prompt:0.8),(bad-hands-5:0.6),(monochrome:1.1), (signature), (patreon)",
210
+ "Denoising strength": "0.3"
211
+ }
212
+ },
213
+ {
214
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/fd5f91e4-154f-42b9-abb0-45a131ed1200/width=450/210351.jpeg",
215
+ "nsfw": "X",
216
+ "width": 768,
217
+ "height": 1152,
218
+ "hash": "U5H1**^+00~p059G00t70~E1^ONH00-o^*%L",
219
+ "meta": {
220
+ "Size": "512x768",
221
+ "seed": 2975125976,
222
+ "Model": "Ametrine Blend",
223
+ "steps": 28,
224
+ "prompt": "beautiful, (masterpiece:1.2), (best quality:1.2), perfect eyes, perfect face, perfect lighting, 1girl, solo, dark skin, (mature woman), huge breasts, dark-skinned female, smile, grin, white hair, tomboy, very short hair, red eyes, ninja, kunai, full body, mature woman, cum, bukkake, <lora:Bukkake:0.75>",
225
+ "sampler": "DPM++ SDE Karras",
226
+ "cfgScale": 6,
227
+ "resources": [
228
+ {
229
+ "name": "Bukkake",
230
+ "type": "lora",
231
+ "weight": 0.75
232
+ },
233
+ {
234
+ "hash": "9fecec4c22",
235
+ "name": "Ametrine Blend",
236
+ "type": "model"
237
+ }
238
+ ],
239
+ "Model hash": "9fecec4c22",
240
+ "Hires steps": "3",
241
+ "Hires upscale": "1.5",
242
+ "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
243
+ "negativePrompt": "(low quality, worst quality:1.3),(bad_prompt:0.8),(bad-hands-5:0.6),(monochrome:1.1), (child), (loli)",
244
+ "Denoising strength": "0.3"
245
+ }
246
+ },
247
+ {
248
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/837e41b6-3e51-4c59-0578-c32134e4af00/width=450/210350.jpeg",
249
+ "nsfw": "Soft",
250
+ "width": 768,
251
+ "height": 1152,
252
+ "hash": "ULHV6o=|?^V@T0oKofaK9FW;4.M{IVM{$*t7",
253
+ "meta": {
254
+ "Size": "512x768",
255
+ "seed": 2598110425,
256
+ "Model": "Sardonyx Blend",
257
+ "steps": 28,
258
+ "prompt": "beautiful, (masterpiece:1.2), (best quality:1.2), perfect eyes, perfect face, perfect lighting, 1girl, knee socks, cat ear headphones, makeup, gamer girl, t-shirt, arms behind back, smile, slight smile, cum, bukkake, <lora:Bukkake:0.75>",
259
+ "sampler": "DPM++ SDE Karras",
260
+ "cfgScale": 6,
261
+ "resources": [
262
+ {
263
+ "name": "Bukkake",
264
+ "type": "lora",
265
+ "weight": 0.75
266
+ },
267
+ {
268
+ "hash": "fd48a132dd",
269
+ "name": "Sardonyx Blend",
270
+ "type": "model"
271
+ }
272
+ ],
273
+ "Model hash": "fd48a132dd",
274
+ "Hires steps": "3",
275
+ "Hires upscale": "1.5",
276
+ "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
277
+ "negativePrompt": "(low quality, worst quality:1.3),(bad_prompt:0.8),(bad-hands-5:0.6),(monochrome:1.1), (holding items), (muscular)",
278
+ "Denoising strength": "0.3"
279
+ }
280
+ },
281
+ {
282
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7aa8138-9431-463d-dd84-f70315cccc00/width=450/210349.jpeg",
283
+ "nsfw": "X",
284
+ "width": 768,
285
+ "height": 1152,
286
+ "hash": "UDHeB}0LTK-q~CD%xaRP5=IU~pR-R*bbEMR*",
287
+ "meta": {
288
+ "Size": "512x768",
289
+ "seed": 1540355878,
290
+ "Model": "Sardonyx Blend",
291
+ "steps": 28,
292
+ "prompt": "beautiful, (masterpiece:1.2), (best quality:1.2), perfect eyes, perfect face, perfect lighting, 1girl, (solo), black hair, ripping open shirt, ripped clothes, office clothes, pants, revealing breasts, big breasts, mature woman, sweaty, panting, cum, bukkake, 2 penises, 2boys, penis, large penis, ejaculating, <lora:Bukkake:0.75>",
293
+ "sampler": "DPM++ SDE Karras",
294
+ "cfgScale": 6,
295
+ "resources": [
296
+ {
297
+ "name": "Bukkake",
298
+ "type": "lora",
299
+ "weight": 0.75
300
+ },
301
+ {
302
+ "hash": "fd48a132dd",
303
+ "name": "Sardonyx Blend",
304
+ "type": "model"
305
+ }
306
+ ],
307
+ "Model hash": "fd48a132dd",
308
+ "Hires steps": "3",
309
+ "Hires upscale": "1.5",
310
+ "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
311
+ "negativePrompt": "(low quality, worst quality:1.3),(bad_prompt:0.8),(bad-hands-5:0.6),(monochrome:1.1)",
312
+ "Denoising strength": "0.3"
313
+ }
314
+ }
315
+ ],
316
+ "downloadUrl": "https://civitai.com/api/download/models/19936"
317
+ }
extensions/addtional/models/lora/Bukkake.preview.png ADDED
extensions/addtional/models/lora/Bukkake.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b2b6ae959fb9efaafe4af8f4057b1791dbc3ac8b6f835bc9886b1eaf76e2f51
3
+ size 75610670
extensions/addtional/models/lora/Caitlyn.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd532977342cd804d70102387a6ff056f735ebc5a1972431dc72f45d42f39158
3
+ size 151112762
extensions/addtional/models/lora/GoodHands-beta2.civitai.info ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 55199,
3
+ "modelId": 47085,
4
+ "name": "beta2",
5
+ "createdAt": "2023-04-25T16:03:10.701Z",
6
+ "updatedAt": "2023-04-25T19:58:12.161Z",
7
+ "trainedWords": [],
8
+ "baseModel": "SD 1.5",
9
+ "earlyAccessTimeFrame": 0,
10
+ "description": "<p>Restarted training from scratch, because apparently training on vanilla 1.5 is actually better in terms of making models that don't overcook things or change the style very much. This new version is still in need of more training, so it's not quite as effective as the old one, but it does seem to, on average, improve things a bit, and it works across a lot more models and doesn't mess with style at all, so I think this is probably the right direction to go in. I'll play around with prompting a bit and update the main description with advice.</p>",
11
+ "stats": {
12
+ "downloadCount": 17463,
13
+ "ratingCount": 21,
14
+ "rating": 4.62
15
+ },
16
+ "model": {
17
+ "name": "EnvyBetterHands LoCon",
18
+ "type": "LORA",
19
+ "nsfw": false,
20
+ "poi": false
21
+ },
22
+ "files": [
23
+ {
24
+ "name": "GoodHands-beta2.safetensors",
25
+ "id": 39807,
26
+ "sizeKB": 527910.796875,
27
+ "type": "Model",
28
+ "metadata": {
29
+ "fp": null,
30
+ "size": null,
31
+ "format": "SafeTensor"
32
+ },
33
+ "pickleScanResult": "Success",
34
+ "pickleScanMessage": "No Pickle imports",
35
+ "virusScanResult": "Success",
36
+ "scannedAt": "2023-04-25T19:11:46.124Z",
37
+ "hashes": {
38
+ "AutoV1": "EC1A8457",
39
+ "AutoV2": "BA43B0EFEE",
40
+ "SHA256": "BA43B0EFEE61ACE63EAA443AEDC11432423A8398A9EEC11E5CA33B9CEC9A21D8",
41
+ "CRC32": "7146EB8B",
42
+ "BLAKE3": "840230950343058E93458901A7CA5426A82B06969A21093459F264E3CD0368D7"
43
+ },
44
+ "primary": true,
45
+ "downloadUrl": "https://civitai.com/api/download/models/55199"
46
+ }
47
+ ],
48
+ "images": [
49
+ {
50
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7414e298-7e70-44a7-36d0-5d296fd26600/width=450/613474.jpeg",
51
+ "nsfw": "None",
52
+ "width": 1024,
53
+ "height": 1536,
54
+ "hash": "U38pll$%0K-o%N0gR4-U~BI:9aR*IWoK^hs.",
55
+ "meta": {
56
+ "VAE": "vae-ft-mse-840000-ema-pruned.vae",
57
+ "Size": "512x768",
58
+ "seed": 3442069923,
59
+ "Model": "applesugarJam_applesugarJamV10",
60
+ "steps": 60,
61
+ "hashes": {
62
+ "model": "3c5afac440"
63
+ },
64
+ "prompt": "realistic, hyperrealistic, rim lighting, global illumination, dramatic lighting, (masterpiece), (best_quality), (ultra-detailed), (illustration), 8k, contrapposto, (full body:1.4), vivid colors, iridescent white hair, Steampunk girl, brass machinery, nice hands, beautiful hands<lora:theovercomer8sContrastFix_sd15:1><lora:GoodHands-beta2:1>",
65
+ "sampler": "DPM++ 2M Karras",
66
+ "cfgScale": 15,
67
+ "resources": [
68
+ {
69
+ "name": "theovercomer8sContrastFix_sd15",
70
+ "type": "lora",
71
+ "weight": 1
72
+ },
73
+ {
74
+ "hash": "3c5afac440",
75
+ "name": "applesugarJam_applesugarJamV10",
76
+ "type": "model"
77
+ }
78
+ ],
79
+ "Model hash": "3c5afac440",
80
+ "Hires steps": "18",
81
+ "Mimic scale": "7",
82
+ "Hires upscale": "2",
83
+ "Hires upscaler": "4x-AnimeSharp",
84
+ "negativePrompt": "(extra fingers, deformed hands, polydactyl:1.3), (worst quality, low quality, poor quality, bad quality, logo, watermark:1.35)",
85
+ "Denoising strength": "0.44",
86
+ "SAG Guidance Scale": "0.75",
87
+ "SAG Mask Threshold": "1",
88
+ "Threshold percentile": "100",
89
+ "Dynamic thresholding enabled": "True"
90
+ }
91
+ },
92
+ {
93
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/08d82c46-e66f-459d-53c7-bf6759780c00/width=450/599740.jpeg",
94
+ "nsfw": "None",
95
+ "width": 1024,
96
+ "height": 1536,
97
+ "hash": "UKExty~VNGofkD-p-:tQIUjYo#tRniWBj]kC",
98
+ "meta": {
99
+ "Size": "512x768",
100
+ "seed": 107,
101
+ "Model": "EnvyMix_v1",
102
+ "steps": 32,
103
+ "hashes": {
104
+ "model": "53c86ec36e"
105
+ },
106
+ "prompt": "(masterpiece, best quality:1.3), 1girl, Icelander blacksmith, nice hands, in a smithy, auburn hair<lora:GoodHands-beta2:1>",
107
+ "sampler": "DPM++ 2M Karras",
108
+ "cfgScale": 9.5,
109
+ "resources": [
110
+ {
111
+ "hash": "53c86ec36e",
112
+ "name": "EnvyMix_v1",
113
+ "type": "model"
114
+ }
115
+ ],
116
+ "Model hash": "53c86ec36e",
117
+ "Hires steps": "13",
118
+ "Hires upscale": "2",
119
+ "Hires upscaler": "4x-AnimeSharp",
120
+ "negativePrompt": "(extra fingers, deformed hands, polydactyl:1.3), (worst quality, low quality, poor quality, bad quality:1.35)",
121
+ "Denoising strength": "0.44"
122
+ }
123
+ },
124
+ {
125
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/031a378c-3d66-45da-5d67-966c47cd4800/width=450/599083.jpeg",
126
+ "nsfw": "None",
127
+ "width": 2012,
128
+ "height": 1517,
129
+ "hash": "UFJRddxaWBsW?^WqofNb%#WUWUWX.Sxaay-p",
130
+ "meta": null
131
+ },
132
+ {
133
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a165c983-0493-4118-203f-40588a348700/width=450/613476.jpeg",
134
+ "nsfw": "X",
135
+ "width": 1024,
136
+ "height": 1536,
137
+ "hash": "U27Tta=|0156^+={0L4:^*S59aEM0goJn$jF",
138
+ "meta": {
139
+ "VAE": "vae-ft-mse-840000-ema-pruned.vae",
140
+ "Size": "512x768",
141
+ "seed": 2170198895,
142
+ "Model": "applesugarJam_applesugarJamV10",
143
+ "steps": 60,
144
+ "hashes": {
145
+ "model": "3c5afac440"
146
+ },
147
+ "prompt": "realistic, hyperrealistic, rim lighting, global illumination, dramatic lighting, (masterpiece), (best_quality), (ultra-detailed), (illustration), 8k, absurdres, contrapposto, (full body:1.7), vivid colors, pastel beige hair, Steampunk girl, brass machinery, nice hands, beautiful hands<lora:theovercomer8sContrastFix_sd15:1><lora:GoodHands-beta2:1>",
148
+ "sampler": "DPM++ 2M Karras",
149
+ "cfgScale": 15,
150
+ "resources": [
151
+ {
152
+ "name": "theovercomer8sContrastFix_sd15",
153
+ "type": "lora",
154
+ "weight": 1
155
+ },
156
+ {
157
+ "hash": "3c5afac440",
158
+ "name": "applesugarJam_applesugarJamV10",
159
+ "type": "model"
160
+ }
161
+ ],
162
+ "Model hash": "3c5afac440",
163
+ "Hires steps": "18",
164
+ "Mimic scale": "7",
165
+ "Hires upscale": "2",
166
+ "Hires upscaler": "4x-AnimeSharp",
167
+ "negativePrompt": "(extra fingers, deformed hands, polydactyl:1.3), (worst quality, low quality, poor quality, bad quality, logo, watermark:1.35)",
168
+ "Denoising strength": "0.44",
169
+ "SAG Guidance Scale": "0.75",
170
+ "SAG Mask Threshold": "1",
171
+ "Threshold percentile": "100",
172
+ "Dynamic thresholding enabled": "True"
173
+ }
174
+ },
175
+ {
176
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e27a2a2a-0dd2-4230-6a41-9765a6fa0200/width=450/599106.jpeg",
177
+ "nsfw": "None",
178
+ "width": 1024,
179
+ "height": 1536,
180
+ "hash": "UDJRdew|00?a?^NH?cM|.SWBIA-p.S?H#RNG",
181
+ "meta": {
182
+ "Size": "512x768",
183
+ "seed": 114,
184
+ "Model": "7th_anime_v3_B",
185
+ "steps": 32,
186
+ "hashes": {
187
+ "model": "b000309cca"
188
+ },
189
+ "prompt": "(masterpiece, best quality:1.3), 1boy, solo, young adult, nice hands, Latvian, slate blue hair <lora:GoodHands-vanilla-000020:1>",
190
+ "sampler": "DPM++ 2M Karras",
191
+ "cfgScale": 9.5,
192
+ "resources": [
193
+ {
194
+ "hash": "b000309cca",
195
+ "name": "7th_anime_v3_B",
196
+ "type": "model"
197
+ }
198
+ ],
199
+ "Model hash": "b000309cca",
200
+ "Hires steps": "13",
201
+ "Hires upscale": "2",
202
+ "Hires upscaler": "4x-AnimeSharp",
203
+ "negativePrompt": "(nsfw, extra fingers, deformed hands, polydactyl:1.3), (worst quality, low quality, poor quality, bad quality:1.35)",
204
+ "Denoising strength": "0.44"
205
+ }
206
+ },
207
+ {
208
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f900629d-2351-4664-a84d-cabb54e96000/width=450/599108.jpeg",
209
+ "nsfw": "None",
210
+ "width": 1024,
211
+ "height": 1536,
212
+ "hash": "ULIEt-WG?ZMd~q0K^+t856M{%1E2R.-;Riof",
213
+ "meta": {
214
+ "Size": "512x768",
215
+ "seed": 118,
216
+ "Model": "7th_anime_v3_B",
217
+ "steps": 32,
218
+ "hashes": {
219
+ "model": "b000309cca"
220
+ },
221
+ "prompt": "(masterpiece, best quality:1.3), 1boy, solo, young adult, nice hands, Belizean, slate blue hair <lora:GoodHands-vanilla-000020:1>",
222
+ "sampler": "DPM++ 2M Karras",
223
+ "cfgScale": 9.5,
224
+ "resources": [
225
+ {
226
+ "hash": "b000309cca",
227
+ "name": "7th_anime_v3_B",
228
+ "type": "model"
229
+ }
230
+ ],
231
+ "Model hash": "b000309cca",
232
+ "Hires steps": "13",
233
+ "Hires upscale": "2",
234
+ "Hires upscaler": "4x-AnimeSharp",
235
+ "negativePrompt": "(nsfw, extra fingers, deformed hands, polydactyl:1.3), (worst quality, low quality, poor quality, bad quality:1.35)",
236
+ "Denoising strength": "0.44"
237
+ }
238
+ },
239
+ {
240
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/481b24a3-da2c-4894-c5e0-c318ca632200/width=450/599087.jpeg",
241
+ "nsfw": "None",
242
+ "width": 1992,
243
+ "height": 1509,
244
+ "hash": "UMIOLnofjsoh~pIUax9F4:RjR*RjR.xbWV%M",
245
+ "meta": null
246
+ },
247
+ {
248
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/70f2ca03-3ecc-4124-9c09-1d1538625200/width=450/599088.jpeg",
249
+ "nsfw": "None",
250
+ "width": 1992,
251
+ "height": 1536,
252
+ "hash": "UHJal%IoWB9b?GRkM{D%IVM{RjD%~pt7WB%L",
253
+ "meta": null
254
+ },
255
+ {
256
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4144803-2d16-475e-db34-d47a0063c100/width=450/599097.jpeg",
257
+ "nsfw": "None",
258
+ "width": 1024,
259
+ "height": 1536,
260
+ "hash": "ULJkAdIqbu?b-oIV~qxuM|D*%1of_2%MMxV[",
261
+ "meta": {
262
+ "Size": "512x768",
263
+ "seed": 108,
264
+ "Model": "revAnimated_v12",
265
+ "steps": 32,
266
+ "hashes": {
267
+ "model": "02aecf0c7d"
268
+ },
269
+ "prompt": "(masterpiece, best quality:1.3), 1girl, solo, young adult, nice hands, Bissau-Guinean, dark beige hair <lora:GoodHands-vanilla-000004:1>",
270
+ "sampler": "DPM++ 2M Karras",
271
+ "cfgScale": 9.5,
272
+ "resources": [
273
+ {
274
+ "hash": "02aecf0c7d",
275
+ "name": "revAnimated_v12",
276
+ "type": "model"
277
+ }
278
+ ],
279
+ "Model hash": "02aecf0c7d",
280
+ "Hires steps": "13",
281
+ "Hires upscale": "2",
282
+ "Hires upscaler": "4x-AnimeSharp",
283
+ "negativePrompt": "(nsfw, extra fingers, deformed hands, polydactyl:1.3), (worst quality, low quality, poor quality, bad quality:1.35)",
284
+ "Denoising strength": "0.44"
285
+ }
286
+ },
287
+ {
288
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/247b4720-c785-46ac-9059-ae1b19a68a00/width=450/599181.jpeg",
289
+ "nsfw": "Soft",
290
+ "width": 1024,
291
+ "height": 1536,
292
+ "hash": "UMIz@qX=0:x]PBpKtnsp#RM{9bxY9anMVtIp",
293
+ "meta": {
294
+ "Size": "512x768",
295
+ "seed": 100,
296
+ "Model": "EnvyMix_V11",
297
+ "steps": 32,
298
+ "hashes": {
299
+ "model": "c0c4ed6b84"
300
+ },
301
+ "prompt": "(masterpiece, best quality:1.3), 1girl, Curaaoan blacksmith, nice hands, in a smithy, gold hair<lora:GoodHands-beta2:1><lora:EnvyCuteMix01:1.5>",
302
+ "sampler": "DPM++ 2M Karras",
303
+ "cfgScale": 9.5,
304
+ "resources": [
305
+ {
306
+ "name": "EnvyCuteMix01",
307
+ "type": "lora",
308
+ "weight": 1.5
309
+ },
310
+ {
311
+ "hash": "c0c4ed6b84",
312
+ "name": "EnvyMix_V11",
313
+ "type": "model"
314
+ }
315
+ ],
316
+ "Model hash": "c0c4ed6b84",
317
+ "Hires steps": "13",
318
+ "Hires upscale": "2",
319
+ "Hires upscaler": "4x-AnimeSharp",
320
+ "negativePrompt": "(nsfw, extra fingers, deformed hands, polydactyl:1.3), (worst quality, low quality, poor quality, bad quality:1.35)",
321
+ "Denoising strength": "0.44"
322
+ }
323
+ }
324
+ ],
325
+ "downloadUrl": "https://civitai.com/api/download/models/55199"
326
+ }
extensions/addtional/models/lora/GoodHands-beta2.preview.png ADDED
extensions/addtional/models/lora/GoodHands-beta2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba43b0efee61ace63eaa443aedc11432423a8398a9eec11e5ca33b9cec9a21d8
3
+ size 540580656
extensions/addtional/models/lora/LickingOralLoRA.civitai.info ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 22959,
3
+ "modelId": 4985,
4
+ "name": "LickingOralLoRA",
5
+ "createdAt": "2023-03-14T07:37:34.577Z",
6
+ "updatedAt": "2023-03-15T18:57:02.459Z",
7
+ "trainedWords": [
8
+ "lickingoral"
9
+ ],
10
+ "baseModel": "SD 1.5",
11
+ "earlyAccessTimeFrame": 0,
12
+ "description": null,
13
+ "stats": {
14
+ "downloadCount": 34585,
15
+ "ratingCount": 29,
16
+ "rating": 4.97
17
+ },
18
+ "model": {
19
+ "name": "Licking Oral",
20
+ "type": "LORA",
21
+ "nsfw": true,
22
+ "poi": false
23
+ },
24
+ "files": [
25
+ {
26
+ "id": 19091,
27
+ "url": "https://5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/civitai-prod-settled/68198/model/lickingorallora.qFHp.safetensors",
28
+ "sizeKB": 147580.45703125,
29
+ "name": "LickingOralLoRA.safetensors",
30
+ "type": "Model",
31
+ "metadata": {
32
+ "fp": "fp16",
33
+ "size": "full",
34
+ "format": "SafeTensor"
35
+ },
36
+ "pickleScanResult": "Success",
37
+ "pickleScanMessage": "No Pickle imports",
38
+ "virusScanResult": "Success",
39
+ "virusScanMessage": null,
40
+ "scannedAt": "2023-03-14T07:41:41.106Z",
41
+ "hashes": {
42
+ "AutoV1": "97EDDC12",
43
+ "AutoV2": "9FF9EC47E3",
44
+ "SHA256": "9FF9EC47E3CA3078AC4DAC0D46C64863833D10E8E4344978AFAA1C31650A3AE6",
45
+ "CRC32": "2625A276",
46
+ "BLAKE3": "AF30243DCC9569DF6E36F55B6BAEB9235FB7FCF15F106D9FDD951DE159E6B60D"
47
+ },
48
+ "primary": true,
49
+ "downloadUrl": "https://civitai.com/api/download/models/22959"
50
+ }
51
+ ],
52
+ "images": [
53
+ {
54
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7d85c30f-2948-4db2-f8c5-c0ff6da76e00/width=450/248307.jpeg",
55
+ "nsfw": "X",
56
+ "width": 738,
57
+ "height": 738,
58
+ "hash": "UGJQck~V57-U.6tQ0fELJ$niixbbx[NG-o%2",
59
+ "meta": {
60
+ "seed": 3290525549,
61
+ "steps": 25,
62
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:LickingOralLoRA:1>, lickingoral, licking penis, saliva, ",
63
+ "sampler": "DPM++ 2M Karras",
64
+ "cfgScale": 6,
65
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
66
+ }
67
+ },
68
+ {
69
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c1353eb7-f527-4cab-0465-6b884fb37c00/width=450/248306.jpeg",
70
+ "nsfw": "X",
71
+ "width": 726,
72
+ "height": 737,
73
+ "hash": "UEI4|qb{0#^i00RORO9t0K-p~BS4EONI-;-o",
74
+ "meta": {
75
+ "seed": 2183475948,
76
+ "steps": 25,
77
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:KiryuinSatsuki:0.7>, kiryuin satsuki, <lora:LickingOralLoRA:1>, lickingoral, licking penis, saliva",
78
+ "sampler": "DPM++ 2M Karras",
79
+ "cfgScale": 6,
80
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
81
+ }
82
+ },
83
+ {
84
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/23b1a7fc-ffc1-476c-e590-a5ab2fc5e600/width=450/248305.jpeg",
85
+ "nsfw": "X",
86
+ "width": 739,
87
+ "height": 744,
88
+ "hash": "UIKANTtR?^}?PANG%h-oK5NG-VNG_2t6~Vax",
89
+ "meta": {
90
+ "seed": 1773281471,
91
+ "steps": 25,
92
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:LickingOralLoRA:1>, lickingoral, licking penis, saliva, ",
93
+ "sampler": "DPM++ 2M Karras",
94
+ "cfgScale": 6,
95
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
96
+ }
97
+ },
98
+ {
99
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2a5df47a-44fb-430d-dd8e-4a49ec2e5900/width=450/248304.jpeg",
100
+ "nsfw": "X",
101
+ "width": 733,
102
+ "height": 739,
103
+ "hash": "UMI|wM%#2I%NtT_MKjS6-;Xnx]=|%Mt8?Gs:",
104
+ "meta": {
105
+ "seed": 2970402808,
106
+ "steps": 25,
107
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:LickingOralLoRA:1>, lickingoral, licking penis, saliva, <lora:giovannaGuiltyGear_1:1>, GiovannaMS",
108
+ "sampler": "DPM++ 2M Karras",
109
+ "cfgScale": 6,
110
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
111
+ }
112
+ },
113
+ {
114
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53ed36b4-34f3-4830-1172-c9e7f8816a00/width=450/248303.jpeg",
115
+ "nsfw": "X",
116
+ "width": 737,
117
+ "height": 742,
118
+ "hash": "UBJHU8_2p{IByr%fDjD%00%gU^xuV|E3%M-U",
119
+ "meta": {
120
+ "seed": 2183475948,
121
+ "steps": 25,
122
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:LickingOralLoRA:1>, lickingoral, licking penis, saliva, <lora:Bea:1>, bea \\(pokemon\\)",
123
+ "sampler": "DPM++ 2M Karras",
124
+ "cfgScale": 6,
125
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
126
+ }
127
+ },
128
+ {
129
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/527f6a17-e0a3-4f85-e5f3-0b1aec227800/width=450/248299.jpeg",
130
+ "nsfw": "X",
131
+ "width": 741,
132
+ "height": 744,
133
+ "hash": "UIKJ=6.Q01=sFe?a560Lti?G~BJT0fIU%2%f",
134
+ "meta": {
135
+ "seed": 4149488264,
136
+ "steps": 25,
137
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:LickingOralLoRA:1>, lickingoral, licking penis, saliva,",
138
+ "sampler": "DPM++ 2M Karras",
139
+ "cfgScale": 6,
140
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
141
+ }
142
+ }
143
+ ],
144
+ "downloadUrl": "https://civitai.com/api/download/models/22959"
145
+ }
extensions/addtional/models/lora/LickingOralLoRA.preview.png ADDED
extensions/addtional/models/lora/LickingOralLoRA.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ff9ec47e3ca3078ac4dac0d46c64863833d10e8e4344978afaa1c31650a3ae6
3
+ size 151122388
extensions/addtional/models/lora/MakimaCSM.civitai.info ADDED
@@ -0,0 +1,374 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 77966,
3
+ "modelId": 73254,
4
+ "name": "v1.0",
5
+ "createdAt": "2023-05-22T15:55:48.007Z",
6
+ "updatedAt": "2023-05-22T16:01:43.744Z",
7
+ "trainedWords": [
8
+ "makimacsm",
9
+ "eye_focus"
10
+ ],
11
+ "baseModel": "SD 1.5",
12
+ "earlyAccessTimeFrame": 0,
13
+ "description": null,
14
+ "stats": {
15
+ "downloadCount": 1570,
16
+ "ratingCount": 3,
17
+ "rating": 5
18
+ },
19
+ "model": {
20
+ "name": "Makima (Chainsaw Man) LoRA",
21
+ "type": "LORA",
22
+ "nsfw": false,
23
+ "poi": false
24
+ },
25
+ "files": [
26
+ {
27
+ "name": "MakimaCSM.safetensors",
28
+ "id": 53667,
29
+ "sizeKB": 147572.03125,
30
+ "type": "Model",
31
+ "metadata": {
32
+ "fp": null,
33
+ "size": null,
34
+ "format": "SafeTensor"
35
+ },
36
+ "pickleScanResult": "Success",
37
+ "pickleScanMessage": "No Pickle imports",
38
+ "virusScanResult": "Success",
39
+ "scannedAt": "2023-05-22T16:01:21.799Z",
40
+ "hashes": {
41
+ "AutoV1": "5D1AEB1D",
42
+ "AutoV2": "8F86015B45",
43
+ "SHA256": "8F86015B458E4389852CB6D24547DEA450DC58B0F8205C81F4E034809FE5776B",
44
+ "CRC32": "7EE81A3E",
45
+ "BLAKE3": "476B6EEAB576387CE68736542C4498BD80E31A8430C73CB7A958300F656905EA"
46
+ },
47
+ "primary": true,
48
+ "downloadUrl": "https://civitai.com/api/download/models/77966"
49
+ }
50
+ ],
51
+ "images": [
52
+ {
53
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5eb1ae51-5dc2-48ac-80f2-3d477955e709/width=450/874255.jpeg",
54
+ "nsfw": "None",
55
+ "width": 1024,
56
+ "height": 1536,
57
+ "hash": "UXHxHIT0J7?H~VNGIonjDiM{bFRPV@axxun$",
58
+ "meta": {
59
+ "Size": "512x768",
60
+ "seed": 83304444,
61
+ "Model": "abyssorangemix3AOM3_aom3a1b",
62
+ "steps": 30,
63
+ "hashes": {
64
+ "model": "5493a0ec49"
65
+ },
66
+ "prompt": "masterpiece, best quality, ultra-detailed, Potrait of beautiful MakimaCSM, solo, shirt, long_sleeves, white_shirt, collared_shirt, pants, from_behind, arms_behind_back, black_pants, formal, suit, arm_behind_back, shirt_tucked_in, facing_away, office_lady, business_suit, high-waist_pants, volumetric lighting, best quality, masterpiece, intricate details, tonemapping, sharp focus, hyper detailed, trending on Artstation, <lora:MakimaCSM:1.2>",
67
+ "sampler": "DPM++ 2M",
68
+ "cfgScale": 7,
69
+ "Clip skip": "2",
70
+ "resources": [
71
+ {
72
+ "name": "MakimaCSM",
73
+ "type": "lora",
74
+ "weight": 1.2
75
+ },
76
+ {
77
+ "hash": "5493a0ec49",
78
+ "name": "abyssorangemix3AOM3_aom3a1b",
79
+ "type": "model"
80
+ }
81
+ ],
82
+ "Model hash": "5493a0ec49",
83
+ "Hires steps": "20",
84
+ "Hires upscale": "2",
85
+ "Hires upscaler": "Latent",
86
+ "negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples",
87
+ "Denoising strength": "0.55"
88
+ }
89
+ },
90
+ {
91
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/853efdc1-0f1b-4c49-8a05-fa8a7a358395/width=450/874263.jpeg",
92
+ "nsfw": "None",
93
+ "width": 768,
94
+ "height": 1152,
95
+ "hash": "UOG@_R~V9@I:aJNFNFM{~W?HSfM|xsR*Ioo0",
96
+ "meta": {
97
+ "Size": "512x768",
98
+ "seed": 3481549176,
99
+ "Model": "neverendingDreamNED_bakedVae",
100
+ "steps": 30,
101
+ "hashes": {
102
+ "model": "ecefb796ff"
103
+ },
104
+ "prompt": "masterpiece, (photorealistic:1.4), best quality, beautiful lightinMakimaCSM, solo, looking_at_viewer, hair_between_eyes, eyelashes, close-up, eye_focus, RAW photo, 8k uhd, film grain, <lora:MakimaCSM:1.2>",
105
+ "sampler": "DPM++ SDE Karras",
106
+ "cfgScale": 7,
107
+ "Clip skip": "2",
108
+ "resources": [
109
+ {
110
+ "name": "MakimaCSM",
111
+ "type": "lora",
112
+ "weight": 1.2
113
+ },
114
+ {
115
+ "hash": "ecefb796ff",
116
+ "name": "neverendingDreamNED_bakedVae",
117
+ "type": "model"
118
+ }
119
+ ],
120
+ "Model hash": "ecefb796ff",
121
+ "Hires steps": "30",
122
+ "Hires upscale": "1.5",
123
+ "Hires upscaler": "Latent (antialiased)",
124
+ "negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
125
+ "Denoising strength": "0.6"
126
+ }
127
+ },
128
+ {
129
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aaa0cc16-b771-4dc2-b894-a32910ad07eb/width=450/874262.jpeg",
130
+ "nsfw": "None",
131
+ "width": 768,
132
+ "height": 1152,
133
+ "hash": "UKI4-E4:~qD%?HM{EMad9Gae%LM{NGax%2V@",
134
+ "meta": {
135
+ "Size": "512x768",
136
+ "seed": 646502702,
137
+ "Model": "neverendingDreamNED_bakedVae",
138
+ "steps": 30,
139
+ "hashes": {
140
+ "model": "ecefb796ff"
141
+ },
142
+ "prompt": "masterpiece, (photorealistic:1.4), best quality, beautiful lighting, MakimaCSM, solo, breasts, looking_at_viewer, smile, long_sleeves, dress, medium_breasts, collarbone, upper_body, black_dress, halo, eye_focus, RAW photo, 8k uhd, film grain, <lora:MakimaCSM:1.2>",
143
+ "sampler": "DPM++ SDE Karras",
144
+ "cfgScale": 8,
145
+ "Clip skip": "2",
146
+ "resources": [
147
+ {
148
+ "name": "MakimaCSM",
149
+ "type": "lora",
150
+ "weight": 1.2
151
+ },
152
+ {
153
+ "hash": "ecefb796ff",
154
+ "name": "neverendingDreamNED_bakedVae",
155
+ "type": "model"
156
+ }
157
+ ],
158
+ "Model hash": "ecefb796ff",
159
+ "Hires steps": "30",
160
+ "Hires upscale": "1.5",
161
+ "Hires upscaler": "Latent (antialiased)",
162
+ "negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples, ((eyelashes)), ((speech bubble))",
163
+ "Denoising strength": "0.6"
164
+ }
165
+ },
166
+ {
167
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f8fbada2-2566-4f85-94d5-a2588926b9ad/width=450/874256.jpeg",
168
+ "nsfw": "None",
169
+ "width": 1024,
170
+ "height": 1357,
171
+ "hash": "ULHL0i~VKi9u00r?t6Nc%gI:M|%2I:X8oeae",
172
+ "meta": null
173
+ },
174
+ {
175
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e2c25746-1221-4dd3-8611-1c9c0c99b926/width=450/874254.jpeg",
176
+ "nsfw": "None",
177
+ "width": 1024,
178
+ "height": 1372,
179
+ "hash": "UDH_Pjxa~T~o?a~Bt,_200?Gx]oz%2-:0L9a",
180
+ "meta": null
181
+ },
182
+ {
183
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/29b9bcd9-a9e9-463b-8dcd-8b3e7fd098d7/width=450/874257.jpeg",
184
+ "nsfw": "None",
185
+ "width": 1024,
186
+ "height": 1536,
187
+ "hash": "UnJ@UcxZXRoz~VoJtQt7adkCe:V@-pxuIVRj",
188
+ "meta": {
189
+ "Size": "512x768",
190
+ "seed": 3870818211,
191
+ "Model": "abyssorangemix3AOM3_aom3a1b",
192
+ "steps": 30,
193
+ "hashes": {
194
+ "model": "5493a0ec49"
195
+ },
196
+ "prompt": "masterpiece, best quality, ultra-detailed, Potrait of beautiful MakimaCSM, solo, breasts, looking_at_viewer, smile, long_sleeves, dress, medium_breasts, collarbone, upper_body, black_dress, halo, volumetric lighting, best quality, masterpiece, intricate details, tonemapping, sharp focus, hyper detailed, trending on Artstation, <lora:MakimaCSM:1.2>",
197
+ "sampler": "DPM++ SDE Karras",
198
+ "cfgScale": 7,
199
+ "Clip skip": "2",
200
+ "resources": [
201
+ {
202
+ "name": "MakimaCSM",
203
+ "type": "lora",
204
+ "weight": 1.2
205
+ },
206
+ {
207
+ "hash": "5493a0ec49",
208
+ "name": "abyssorangemix3AOM3_aom3a1b",
209
+ "type": "model"
210
+ }
211
+ ],
212
+ "Model hash": "5493a0ec49",
213
+ "Hires steps": "20",
214
+ "Hires upscale": "2",
215
+ "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
216
+ "negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples",
217
+ "Denoising strength": "0.3"
218
+ }
219
+ },
220
+ {
221
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac1a2d25-3e66-4214-94d8-0cec607c5633/width=450/874259.jpeg",
222
+ "nsfw": "None",
223
+ "width": 1024,
224
+ "height": 1536,
225
+ "hash": "UdI;x9XTXRt7~Wt8EMs:IAM{bbRjIAM{oyV@",
226
+ "meta": {
227
+ "Size": "512x768",
228
+ "seed": 83304444,
229
+ "Model": "abyssorangemix3AOM3_aom3a1b",
230
+ "steps": 30,
231
+ "hashes": {
232
+ "model": "5493a0ec49"
233
+ },
234
+ "prompt": "masterpiece, best quality, ultra-detailed, Potrait of beautiful MakimaCSM, solo, shirt, long_sleeves, white_shirt, collared_shirt, pants, from_behind, arms_behind_back, black_pants, formal, suit, arm_behind_back, shirt_tucked_in, facing_away, office_lady, business_suit, high-waist_pants, volumetric lighting, best quality, masterpiece, intricate details, tonemapping, sharp focus, hyper detailed, trending on Artstation, <lora:MakimaCSM:1.2>",
235
+ "sampler": "DPM++ SDE Karras",
236
+ "cfgScale": 7,
237
+ "Clip skip": "2",
238
+ "resources": [
239
+ {
240
+ "name": "MakimaCSM",
241
+ "type": "lora",
242
+ "weight": 1.2
243
+ },
244
+ {
245
+ "hash": "5493a0ec49",
246
+ "name": "abyssorangemix3AOM3_aom3a1b",
247
+ "type": "model"
248
+ }
249
+ ],
250
+ "Model hash": "5493a0ec49",
251
+ "Hires steps": "20",
252
+ "Hires upscale": "2",
253
+ "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
254
+ "negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples",
255
+ "Denoising strength": "0.3"
256
+ }
257
+ },
258
+ {
259
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a96c37e-64da-47be-ad27-38e7072015a1/width=450/874260.jpeg",
260
+ "nsfw": "None",
261
+ "width": 1024,
262
+ "height": 1536,
263
+ "hash": "UaJk1K~oO9I._2t6IUxt.SxuRPxt?ct8IVV[",
264
+ "meta": {
265
+ "Size": "512x768",
266
+ "seed": 2163475893,
267
+ "Model": "abyssorangemix3AOM3_aom3a1b",
268
+ "steps": 30,
269
+ "hashes": {
270
+ "model": "5493a0ec49"
271
+ },
272
+ "prompt": "masterpiece, best quality, ultra-detailed, Potrait of beautifulMakimaCSM, solo, looking_at_viewer, smile, shirt, jacket, white_shirt, necktie, collared_shirt, black_jacket, looking_to_the_side, formal, suit, black_necktie, eye_focus, volumetric lighting, best quality, masterpiece, intricate details, tonemapping, sharp focus, hyper detailed, trending on Artstation, <lora:MakimaCSM:1.2>",
273
+ "sampler": "DPM++ 2M Karras",
274
+ "cfgScale": 8,
275
+ "Clip skip": "2",
276
+ "resources": [
277
+ {
278
+ "name": "MakimaCSM",
279
+ "type": "lora",
280
+ "weight": 1.2
281
+ },
282
+ {
283
+ "hash": "5493a0ec49",
284
+ "name": "abyssorangemix3AOM3_aom3a1b",
285
+ "type": "model"
286
+ }
287
+ ],
288
+ "Model hash": "5493a0ec49",
289
+ "Hires steps": "30",
290
+ "Hires upscale": "2",
291
+ "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
292
+ "negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples",
293
+ "Denoising strength": "0.3"
294
+ }
295
+ },
296
+ {
297
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f48048e-9734-4994-9cf8-5828b0b6f0f4/width=450/874261.jpeg",
298
+ "nsfw": "None",
299
+ "width": 1024,
300
+ "height": 1536,
301
+ "hash": "U9G[sH00Pn~W%N9D%hNF00_N^*9FEK_44mW=",
302
+ "meta": {
303
+ "Size": "512x768",
304
+ "seed": 2671875893,
305
+ "Model": "abyssorangemix3AOM3_aom3a1b",
306
+ "steps": 30,
307
+ "hashes": {
308
+ "model": "5493a0ec49"
309
+ },
310
+ "prompt": "masterpiece, best quality, ultra-detailed, Potrait of beautiful MakimaCSM, solo, breasts, smile, shirt, medium_breasts, white_shirt, outdoors, necktie, sky, collared_shirt, pants, cloud, blurry, arms_behind_back, black_pants, formal, cloudy_sky, suit, black_necktie, shirt_tucked_in, eye focus, volumetric lighting, best quality, masterpiece, intricate details, tonemapping, sharp focus, hyper detailed, trending on Artstation, <lora:MakimaCSM:1.2>",
311
+ "sampler": "DPM++ 2M Karras",
312
+ "cfgScale": 8,
313
+ "Clip skip": "2",
314
+ "resources": [
315
+ {
316
+ "name": "MakimaCSM",
317
+ "type": "lora",
318
+ "weight": 1.2
319
+ },
320
+ {
321
+ "hash": "5493a0ec49",
322
+ "name": "abyssorangemix3AOM3_aom3a1b",
323
+ "type": "model"
324
+ }
325
+ ],
326
+ "Model hash": "5493a0ec49",
327
+ "Hires steps": "30",
328
+ "Hires upscale": "2",
329
+ "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
330
+ "negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples",
331
+ "Denoising strength": "0.3"
332
+ }
333
+ },
334
+ {
335
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7ad7133a-2c88-404f-8b60-7c59618fffbd/width=450/874258.jpeg",
336
+ "nsfw": "None",
337
+ "width": 1024,
338
+ "height": 1536,
339
+ "hash": "UCKAQn~V0L^+00Mx?bD*.9t7Rioz~VR*I;kB",
340
+ "meta": {
341
+ "Size": "512x768",
342
+ "seed": 2106837326,
343
+ "Model": "abyssorangemix3AOM3_aom3a1b",
344
+ "steps": 30,
345
+ "hashes": {
346
+ "model": "5493a0ec49"
347
+ },
348
+ "prompt": "masterpiece, best quality, ultra-detailed, Potrait of beautiful MakimaCSM, solo, looking_at_viewer, hair_between_eyes, eyelashes, close-up, eye_focus, volumetric lighting, best quality, masterpiece, intricate details, tonemapping, sharp focus, hyper detailed, trending on Artstation, <lora:MakimaCSM:1.2>",
349
+ "sampler": "DPM++ SDE Karras",
350
+ "cfgScale": 7,
351
+ "Clip skip": "2",
352
+ "resources": [
353
+ {
354
+ "name": "MakimaCSM",
355
+ "type": "lora",
356
+ "weight": 1.2
357
+ },
358
+ {
359
+ "hash": "5493a0ec49",
360
+ "name": "abyssorangemix3AOM3_aom3a1b",
361
+ "type": "model"
362
+ }
363
+ ],
364
+ "Model hash": "5493a0ec49",
365
+ "Hires steps": "30",
366
+ "Hires upscale": "2",
367
+ "Hires upscaler": "R-ESRGAN 4x+ Anime6B",
368
+ "negativePrompt": "EasyNegative, badhandv4, artist name, signture, extra fingers, fewer fingers, blurry, watermark, logo, nsfw, nipples",
369
+ "Denoising strength": "0.3"
370
+ }
371
+ }
372
+ ],
373
+ "downloadUrl": "https://civitai.com/api/download/models/77966"
374
+ }
extensions/addtional/models/lora/MakimaCSM.preview.png ADDED
extensions/addtional/models/lora/MakimaCSM.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f86015b458e4389852cb6d24547dea450dc58b0f8205c81f4e034809fe5776b
3
+ size 151113760
extensions/addtional/models/lora/README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b31a3ee3aaf413a5aa371a67e17342321e393df1c304e777db671fe3691b83b
3
+ size 65884102
extensions/addtional/models/lora/Riven-000016.civitai.info ADDED
@@ -0,0 +1,483 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 91129,
3
+ "modelId": 85695,
4
+ "name": "v1.0",
5
+ "createdAt": "2023-06-07T15:09:10.854Z",
6
+ "updatedAt": "2023-06-16T15:58:33.875Z",
7
+ "trainedWords": [
8
+ "riven \\(league of legends\\), 1girl, short dress, corset, white hair, black eyeshadow"
9
+ ],
10
+ "baseModel": "SD 1.5",
11
+ "earlyAccessTimeFrame": 0,
12
+ "description": null,
13
+ "stats": {
14
+ "downloadCount": 800,
15
+ "ratingCount": 4,
16
+ "rating": 5
17
+ },
18
+ "model": {
19
+ "name": "Riven | League of Legends",
20
+ "type": "LORA",
21
+ "nsfw": false,
22
+ "poi": false
23
+ },
24
+ "files": [
25
+ {
26
+ "name": "Riven-000016.safetensors",
27
+ "id": 62727,
28
+ "sizeKB": 36977.521484375,
29
+ "type": "Model",
30
+ "metadata": {
31
+ "fp": null,
32
+ "size": null,
33
+ "format": "SafeTensor"
34
+ },
35
+ "pickleScanResult": "Success",
36
+ "pickleScanMessage": "No Pickle imports",
37
+ "virusScanResult": "Success",
38
+ "scannedAt": "2023-06-07T15:10:57.425Z",
39
+ "hashes": {
40
+ "AutoV1": "5D2FC559",
41
+ "AutoV2": "4361EE9E0D",
42
+ "SHA256": "4361EE9E0DF5A41527BB73D0F2657A6670FE5A4C50052BA8EC42533984D4D384",
43
+ "CRC32": "351B005A",
44
+ "BLAKE3": "B5E00E5F61A01F50EC0322D3F98551AB9FCE3878D63FE44D2896ADBFC315ABEC"
45
+ },
46
+ "primary": true,
47
+ "downloadUrl": "https://civitai.com/api/download/models/91129"
48
+ }
49
+ ],
50
+ "images": [
51
+ {
52
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/af682e62-0dd6-4a1c-8f66-3a05f23d508c/width=450/1062809.jpeg",
53
+ "nsfw": "None",
54
+ "width": 1024,
55
+ "height": 1536,
56
+ "hash": "USIX~t-UIo9F_NIVX9D%_3%LjFjEtSofsmxa",
57
+ "meta": {
58
+ "Size": "1024x1536",
59
+ "seed": 4039153864,
60
+ "Model": "pasteldiffusedmix_v21",
61
+ "steps": 20,
62
+ "hashes": {
63
+ "vae": "df3c506e51",
64
+ "model": "d9980ebeea",
65
+ "embed:bad-artist": "2d35613490",
66
+ "embed:bad-hands-5": "aa7651be15",
67
+ "lora:Riven-000016": "4361ee9e0d",
68
+ "embed:EasyNegative": "66a7279a88",
69
+ "embed:bad_prompt_version2": "6f35e7dd81",
70
+ "embed:ng_deepnegative_v1_75t": "54e7e4826d"
71
+ },
72
+ "prompt": "(Masterpiece:1.2), best quality, <lora:Riven-000016:0.8>, riven \\(league of legends\\), 1girl, folded ponytail, short dress, coreset, single pauldron, white hair, black eyeshadow, bare shoulders, upper body, potrait",
73
+ "Version": "v1.3.2",
74
+ "sampler": "Euler a",
75
+ "cfgScale": 7,
76
+ "Clip skip": "2",
77
+ "resources": [
78
+ {
79
+ "hash": "d9980ebeea",
80
+ "name": "pasteldiffusedmix_v21",
81
+ "type": "model"
82
+ }
83
+ ],
84
+ "Model hash": "d9980ebeea",
85
+ "\"Riven-000016": "1683d344c22b\"",
86
+ "negativePrompt": "3d, cartoon, sketches, (worst quality:2), (low quality:2), lowres, ((monochrome)), ((grayscale)), drawn by bad-artist, bad_prompt_version2, EasyNegative, ng_deepnegative_v1_75t, bad-hands-5, bad anatomy, text, multiple arms, watermark, simple background, white background, noise, blurry background, blurry, signature, black background, patreon username",
87
+ "Denoising strength": "0.45",
88
+ "Tiled Diffusion upscaler": "4x-UltraSharp",
89
+ "Tiled Diffusion scale factor": "2"
90
+ }
91
+ },
92
+ {
93
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22741aee-ea5f-42b7-b021-847a20e448aa/width=450/1062723.jpeg",
94
+ "nsfw": "None",
95
+ "width": 1024,
96
+ "height": 1536,
97
+ "hash": "UQIXps4nNHxD~q4:o}Rit7WVWBj[?axFIUW;",
98
+ "meta": {
99
+ "Size": "1024x1536",
100
+ "seed": 2704150935,
101
+ "Model": "pasteldiffusedmix_v21",
102
+ "steps": 20,
103
+ "hashes": {
104
+ "vae": "df3c506e51",
105
+ "model": "d9980ebeea",
106
+ "embed:bad-artist": "2d35613490",
107
+ "embed:bad-hands-5": "aa7651be15",
108
+ "lora:Riven-000016": "4361ee9e0d",
109
+ "embed:EasyNegative": "66a7279a88",
110
+ "embed:bad_prompt_version2": "6f35e7dd81",
111
+ "embed:ng_deepnegative_v1_75t": "54e7e4826d"
112
+ },
113
+ "prompt": "(Masterpiece:1.2), best quality, <lora:Riven-000016:0.8>, riven \\(league of legends\\), 1girl, sarashi, muscular female, abs, white hair, black eyeshadow, bare shoulders, upper body, potrait",
114
+ "Version": "v1.3.2",
115
+ "sampler": "Euler a",
116
+ "cfgScale": 7,
117
+ "Clip skip": "2",
118
+ "resources": [
119
+ {
120
+ "hash": "d9980ebeea",
121
+ "name": "pasteldiffusedmix_v21",
122
+ "type": "model"
123
+ }
124
+ ],
125
+ "Model hash": "d9980ebeea",
126
+ "\"Riven-000016": "1683d344c22b\"",
127
+ "negativePrompt": "3d, cartoon, sketches, (worst quality:2), (low quality:2), lowres, ((monochrome)), ((grayscale)), drawn by bad-artist, bad_prompt_version2, EasyNegative, ng_deepnegative_v1_75t, bad-hands-5, bad anatomy, text, multiple arms, watermark, simple background, white background, noise, blurry background, blurry, signature, black background, patreon username, nipples, nipples see-through",
128
+ "Denoising strength": "0.35",
129
+ "Tiled Diffusion upscaler": "4x-UltraSharp",
130
+ "Tiled Diffusion scale factor": "2"
131
+ }
132
+ },
133
+ {
134
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ac203bb2-0012-45b7-ab74-eea8a21cfd4a/width=450/1062889.jpeg",
135
+ "nsfw": "None",
136
+ "width": 1024,
137
+ "height": 1536,
138
+ "hash": "U5F5jX-p0000F20f00~VS14:%2$%Ios.=w~W",
139
+ "meta": {
140
+ "Size": "1024x1536",
141
+ "seed": 225700217,
142
+ "Model": "pasteldiffusedmix_v21",
143
+ "steps": 20,
144
+ "hashes": {
145
+ "vae": "df3c506e51",
146
+ "model": "d9980ebeea",
147
+ "embed:bad-artist": "2d35613490",
148
+ "embed:bad-hands-5": "aa7651be15",
149
+ "lora:Riven-000016": "4361ee9e0d",
150
+ "embed:EasyNegative": "66a7279a88",
151
+ "embed:bad_prompt_version2": "6f35e7dd81",
152
+ "embed:ng_deepnegative_v1_75t": "54e7e4826d"
153
+ },
154
+ "prompt": "(Masterpiece:1.2), best quality, <lora:Riven-000016:0.8>, riven \\(league of legends\\), 1girl, folded ponytail, short dress, coreset, single pauldron, white hair, black eyeshadow, bare shoulders, upper body, cowboy shot,",
155
+ "Version": "v1.3.2",
156
+ "sampler": "Euler a",
157
+ "cfgScale": 7,
158
+ "Clip skip": "2",
159
+ "resources": [
160
+ {
161
+ "hash": "d9980ebeea",
162
+ "name": "pasteldiffusedmix_v21",
163
+ "type": "model"
164
+ }
165
+ ],
166
+ "Model hash": "d9980ebeea",
167
+ "\"Riven-000016": "1683d344c22b\"",
168
+ "negativePrompt": "3d, cartoon, sketches, (worst quality:2), (low quality:2), lowres, ((monochrome)), ((grayscale)), drawn by bad-artist, bad_prompt_version2, EasyNegative, ng_deepnegative_v1_75t, bad-hands-5, bad anatomy, text, multiple arms, watermark, simple background, white background, noise, blurry background, blurry, signature, black background, patreon username",
169
+ "Denoising strength": "0.35",
170
+ "Tiled Diffusion upscaler": "4x-UltraSharp",
171
+ "Tiled Diffusion scale factor": "2"
172
+ }
173
+ },
174
+ {
175
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d9c4ee52-6913-4380-8fa0-bdcd6aab110c/width=450/1062714.jpeg",
176
+ "nsfw": "None",
177
+ "width": 1024,
178
+ "height": 1536,
179
+ "hash": "UkJQ}|-pxZR*~pRkWBj[kDNHbHWBR*WXWBRj",
180
+ "meta": {
181
+ "Size": "1024x1536",
182
+ "seed": 3810378578,
183
+ "Model": "pasteldiffusedmix_v21",
184
+ "steps": 20,
185
+ "hashes": {
186
+ "vae": "df3c506e51",
187
+ "model": "d9980ebeea",
188
+ "embed:bad-artist": "2d35613490",
189
+ "embed:bad-hands-5": "aa7651be15",
190
+ "lora:Riven-000016": "4361ee9e0d",
191
+ "embed:EasyNegative": "66a7279a88",
192
+ "embed:bad_prompt_version2": "6f35e7dd81",
193
+ "embed:ng_deepnegative_v1_75t": "54e7e4826d"
194
+ },
195
+ "prompt": "(Masterpiece:1.2), best quality, <lora:Riven-000016:0.8>, riven \\(league of legends\\), 1girl, short dress, corset, white hair, black eyeshadow, bare shoulders, hands on hips, upper body, potrait",
196
+ "Version": "v1.3.2",
197
+ "sampler": "Euler a",
198
+ "cfgScale": 7,
199
+ "Clip skip": "2",
200
+ "resources": [
201
+ {
202
+ "hash": "d9980ebeea",
203
+ "name": "pasteldiffusedmix_v21",
204
+ "type": "model"
205
+ }
206
+ ],
207
+ "Model hash": "d9980ebeea",
208
+ "\"Riven-000016": "1683d344c22b\"",
209
+ "negativePrompt": "3d, cartoon, sketches, (worst quality:2), (low quality:2), lowres, ((monochrome)), ((grayscale)), drawn by bad-artist, bad_prompt_version2, EasyNegative, ng_deepnegative_v1_75t, bad-hands-5, bad anatomy, text, multiple arms, watermark, simple background, white background, noise, blurry background, blurry, signature, black background, patreon username",
210
+ "Denoising strength": "0.4",
211
+ "Tiled Diffusion upscaler": "4x-UltraSharp",
212
+ "Tiled Diffusion scale factor": "2"
213
+ }
214
+ },
215
+ {
216
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0a89654d-7760-4d14-b68f-9fdd1d98a926/width=450/1062713.jpeg",
217
+ "nsfw": "None",
218
+ "width": 1280,
219
+ "height": 1920,
220
+ "hash": "UPKdh|4._2%2~pRQR%t7E1xuD%S2tRbHxZof",
221
+ "meta": {
222
+ "Size": "1280x1920",
223
+ "seed": 2557099435,
224
+ "Model": "camelliamix25DV2_v2",
225
+ "steps": 20,
226
+ "hashes": {
227
+ "vae": "df3c506e51",
228
+ "model": "ed4f26c284",
229
+ "embed:bad-artist": "2d35613490",
230
+ "embed:bad-hands-5": "aa7651be15",
231
+ "embed:EasyNegative": "66a7279a88",
232
+ "embed:bad_prompt_version2": "6f35e7dd81",
233
+ "embed:ng_deepnegative_v1_75t": "54e7e4826d"
234
+ },
235
+ "prompt": "(Masterpiece:1.2), best quality, (illustration:1.2), (ultra-detailed), <lora:Riven-000016:0.8>, riven \\(league of legends\\), 1girl, folded ponytail, short dress, single pauldron, corset, white hair, sitting, upper body, cowboy shot",
236
+ "Version": "v1.3.2",
237
+ "sampler": "DPM++ 2M Karras",
238
+ "cfgScale": 7,
239
+ "Clip skip": "2",
240
+ "resources": [
241
+ {
242
+ "hash": "ed4f26c284",
243
+ "name": "camelliamix25DV2_v2",
244
+ "type": "model"
245
+ }
246
+ ],
247
+ "{\"Method\"": "\"Mixture of Diffusers\"",
248
+ "\"Upscaler\"": "\"4x-UltraSharp\"",
249
+ "Model hash": "ed4f26c284",
250
+ "\"Riven-000016": "1683d344c22b\"",
251
+ "\"Tile Overlap\"": "16",
252
+ "negativePrompt": "3d, cartoon, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, normal quality, ((monochrome)), ((grayscale)), drawn by bad-artist, bad_prompt_version2, EasyNegative, ng_deepnegative_v1_75t, bad-hands-5, bad anatomy, text, multiple arms, watermark, simple background, white background, noise, blurry background, blurry, signature, black background, patreon username",
253
+ "\"Upscale factor\"": "2.5",
254
+ "\"Keep input size\"": "true}",
255
+ "\"Tile batch size\"": "8",
256
+ "\"Tile tile width\"": "128",
257
+ "\"Tile tile height\"": "196",
258
+ "Denoising strength": "0.4",
259
+ "Tiled Diffusion upscaler": "4x-UltraSharp",
260
+ "Tiled Diffusion scale factor": "2.5"
261
+ }
262
+ },
263
+ {
264
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cdc818fe-cb47-4f8b-88af-6fd5d814ce2a/width=450/1062715.jpeg",
265
+ "nsfw": "Soft",
266
+ "width": 1024,
267
+ "height": 1536,
268
+ "hash": "UZHLMA~BbuXS.8%2%2tRr=xuM{aKD%WWs-nO",
269
+ "meta": {
270
+ "Size": "1024x1536",
271
+ "seed": 2586139498,
272
+ "Model": "camelliamix25DV2_v2",
273
+ "steps": 20,
274
+ "hashes": {
275
+ "vae": "df3c506e51",
276
+ "model": "ed4f26c284",
277
+ "embed:bad-artist": "2d35613490",
278
+ "embed:bad-hands-5": "aa7651be15",
279
+ "embed:EasyNegative": "66a7279a88",
280
+ "embed:bad_prompt_version2": "6f35e7dd81",
281
+ "embed:ng_deepnegative_v1_75t": "54e7e4826d"
282
+ },
283
+ "prompt": "(Masterpiece:1.2), best quality, (illustration:1.2), (ultra-detailed), <lora:Riven-000016:0.8>, riven \\(league of legends\\), 1girl, folded ponytail, short dress, single pauldron, corset, white hair, sitting, upper body, cowboy shot",
284
+ "Version": "v1.3.2",
285
+ "sampler": "DPM++ 2M Karras",
286
+ "cfgScale": 7,
287
+ "Clip skip": "2",
288
+ "resources": [
289
+ {
290
+ "hash": "ed4f26c284",
291
+ "name": "camelliamix25DV2_v2",
292
+ "type": "model"
293
+ }
294
+ ],
295
+ "Model hash": "ed4f26c284",
296
+ "\"Riven-000016": "1683d344c22b\"",
297
+ "negativePrompt": "3d, cartoon, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, normal quality, ((monochrome)), ((grayscale)), drawn by bad-artist, bad_prompt_version2, EasyNegative, ng_deepnegative_v1_75t, bad-hands-5, bad anatomy, text, multiple arms, watermark, simple background, white background, noise, blurry background, blurry, signature, black background, patreon username",
298
+ "Denoising strength": "0.35",
299
+ "Tiled Diffusion upscaler": "4x-UltraSharp",
300
+ "Tiled Diffusion scale factor": "2"
301
+ }
302
+ },
303
+ {
304
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c76ceedd-df88-4ae7-a5e7-f0cb23c7f0b5/width=450/1062716.jpeg",
305
+ "nsfw": "None",
306
+ "width": 1280,
307
+ "height": 1920,
308
+ "hash": "UAHL0d0000jG00_200Sh.756IUoL_3n%~BsA",
309
+ "meta": {
310
+ "Size": "1280x1920",
311
+ "seed": 2557099437,
312
+ "Model": "camelliamix25DV2_v2",
313
+ "steps": 20,
314
+ "hashes": {
315
+ "vae": "df3c506e51",
316
+ "model": "ed4f26c284",
317
+ "embed:bad-artist": "2d35613490",
318
+ "embed:bad-hands-5": "aa7651be15",
319
+ "embed:EasyNegative": "66a7279a88",
320
+ "embed:bad_prompt_version2": "6f35e7dd81",
321
+ "embed:ng_deepnegative_v1_75t": "54e7e4826d"
322
+ },
323
+ "prompt": "(Masterpiece:1.2), best quality, (illustration:1.2), (ultra-detailed), <lora:Riven-000016:0.8>, riven \\(league of legends\\), 1girl, folded ponytail, short dress, single pauldron, corset, white hair, sitting, upper body, cowboy shot",
324
+ "Version": "v1.3.2",
325
+ "sampler": "Euler a",
326
+ "cfgScale": 7,
327
+ "Clip skip": "2",
328
+ "resources": [
329
+ {
330
+ "hash": "ed4f26c284",
331
+ "name": "camelliamix25DV2_v2",
332
+ "type": "model"
333
+ }
334
+ ],
335
+ "{\"Method\"": "\"Mixture of Diffusers\"",
336
+ "\"Upscaler\"": "\"4x-UltraSharp\"",
337
+ "Model hash": "ed4f26c284",
338
+ "\"Riven-000016": "1683d344c22b\"",
339
+ "\"Tile Overlap\"": "16",
340
+ "negativePrompt": "3d, cartoon, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, normal quality, ((monochrome)), ((grayscale)), drawn by bad-artist, bad_prompt_version2, EasyNegative, ng_deepnegative_v1_75t, bad-hands-5, bad anatomy, text, multiple arms, watermark, simple background, white background, noise, blurry background, blurry, signature, black background, patreon username",
341
+ "\"Upscale factor\"": "2.5",
342
+ "\"Keep input size\"": "true}",
343
+ "\"Tile batch size\"": "8",
344
+ "\"Tile tile width\"": "128",
345
+ "\"Tile tile height\"": "196",
346
+ "Denoising strength": "0.45",
347
+ "Tiled Diffusion upscaler": "4x-UltraSharp",
348
+ "Tiled Diffusion scale factor": "2.5"
349
+ }
350
+ },
351
+ {
352
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a9f01983-9cb3-4fef-a90c-cf818d4bab72/width=450/1062720.jpeg",
353
+ "nsfw": "Soft",
354
+ "width": 1280,
355
+ "height": 1920,
356
+ "hash": "UEG[ND~V0K9ZE2E14.-ooy?GM{-o?bs:~Vxu",
357
+ "meta": {
358
+ "Size": "1280x1920",
359
+ "seed": 3830745411,
360
+ "Model": "camelliamix25DV2_v2",
361
+ "steps": 20,
362
+ "hashes": {
363
+ "vae": "df3c506e51",
364
+ "model": "ed4f26c284",
365
+ "embed:bad-artist": "2d35613490",
366
+ "embed:bad-hands-5": "aa7651be15",
367
+ "embed:EasyNegative": "66a7279a88",
368
+ "embed:bad_prompt_version2": "6f35e7dd81",
369
+ "embed:ng_deepnegative_v1_75t": "54e7e4826d"
370
+ },
371
+ "prompt": "(Masterpiece:1.2), best quality, (illustration:1.2), (ultra-detailed), <lora:Riven-000016:0.8>, riven \\(league of legends\\), 1girl, folded ponytail, short dress, single pauldron, corset, white hair, sitting, upper body, cowboy shot",
372
+ "Version": "v1.3.2",
373
+ "sampler": "DPM++ 2M Karras",
374
+ "cfgScale": 7,
375
+ "Clip skip": "2",
376
+ "resources": [
377
+ {
378
+ "hash": "ed4f26c284",
379
+ "name": "camelliamix25DV2_v2",
380
+ "type": "model"
381
+ }
382
+ ],
383
+ "{\"Method\"": "\"Mixture of Diffusers\"",
384
+ "\"Upscaler\"": "\"4x-UltraSharp\"",
385
+ "Model hash": "ed4f26c284",
386
+ "\"Riven-000016": "1683d344c22b\"",
387
+ "\"Tile Overlap\"": "16",
388
+ "negativePrompt": "3d, cartoon, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, normal quality, ((monochrome)), ((grayscale)), drawn by bad-artist, bad_prompt_version2, EasyNegative, ng_deepnegative_v1_75t, bad-hands-5, bad anatomy, text, multiple arms, watermark, simple background, white background, noise, blurry background, blurry, signature, black background, patreon username",
389
+ "\"Upscale factor\"": "2.5",
390
+ "\"Keep input size\"": "true}",
391
+ "\"Tile batch size\"": "8",
392
+ "\"Tile tile width\"": "128",
393
+ "\"Tile tile height\"": "196",
394
+ "Denoising strength": "0.45",
395
+ "Tiled Diffusion upscaler": "4x-UltraSharp",
396
+ "Tiled Diffusion scale factor": "2.5"
397
+ }
398
+ },
399
+ {
400
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/7e6a4b7e-3a54-4ec5-802a-2d5a6d4b878e/width=450/1062717.jpeg",
401
+ "nsfw": "None",
402
+ "width": 1024,
403
+ "height": 1536,
404
+ "hash": "UfHV6j-;WAkD_NxuV@ozozoeWBWVozofoJRj",
405
+ "meta": {
406
+ "Size": "1024x1536",
407
+ "seed": 1970728765,
408
+ "Model": "pasteldiffusedmix_v21",
409
+ "steps": 20,
410
+ "hashes": {
411
+ "vae": "df3c506e51",
412
+ "model": "d9980ebeea",
413
+ "embed:bad-artist": "2d35613490",
414
+ "embed:bad-hands-5": "aa7651be15",
415
+ "lora:Riven-000016": "4361ee9e0d",
416
+ "embed:EasyNegative": "66a7279a88",
417
+ "embed:bad_prompt_version2": "6f35e7dd81",
418
+ "embed:ng_deepnegative_v1_75t": "54e7e4826d"
419
+ },
420
+ "prompt": "(Masterpiece:1.2), best quality, <lora:Riven-000016:0.8>, riven \\(league of legends\\), 1girl, short dress, corset, white hair, black eyeshadow, bare shoulders, hands on hips, upper body, potrait",
421
+ "Version": "v1.3.2",
422
+ "sampler": "Euler a",
423
+ "cfgScale": 7,
424
+ "Clip skip": "2",
425
+ "resources": [
426
+ {
427
+ "hash": "d9980ebeea",
428
+ "name": "pasteldiffusedmix_v21",
429
+ "type": "model"
430
+ }
431
+ ],
432
+ "Model hash": "d9980ebeea",
433
+ "\"Riven-000016": "1683d344c22b\"",
434
+ "negativePrompt": "3d, cartoon, sketches, (worst quality:2), (low quality:2), lowres, ((monochrome)), ((grayscale)), drawn by bad-artist, bad_prompt_version2, EasyNegative, ng_deepnegative_v1_75t, bad-hands-5, bad anatomy, text, multiple arms, watermark, simple background, white background, noise, blurry background, blurry, signature, black background, patreon username",
435
+ "Denoising strength": "0.35",
436
+ "Tiled Diffusion upscaler": "4x-UltraSharp",
437
+ "Tiled Diffusion scale factor": "2"
438
+ }
439
+ },
440
+ {
441
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a687ab91-8fda-46fc-b7f5-9c7dbf3a357c/width=450/1062719.jpeg",
442
+ "nsfw": "Soft",
443
+ "width": 1024,
444
+ "height": 1536,
445
+ "hash": "ULGH@=~WIof6?b?aNGxaIpM|ogS49tWBnis:",
446
+ "meta": {
447
+ "Size": "1024x1536",
448
+ "seed": 1970728774,
449
+ "Model": "pasteldiffusedmix_v21",
450
+ "steps": 20,
451
+ "hashes": {
452
+ "vae": "df3c506e51",
453
+ "model": "d9980ebeea",
454
+ "embed:bad-artist": "2d35613490",
455
+ "embed:bad-hands-5": "aa7651be15",
456
+ "lora:Riven-000016": "4361ee9e0d",
457
+ "embed:EasyNegative": "66a7279a88",
458
+ "embed:bad_prompt_version2": "6f35e7dd81",
459
+ "embed:ng_deepnegative_v1_75t": "54e7e4826d"
460
+ },
461
+ "prompt": "(Masterpiece:1.2), best quality, <lora:Riven-000016:0.8>, riven \\(league of legends\\), 1girl, short dress, corset, white hair, black eyeshadow, bare shoulders, hands on hips, upper body, potrait",
462
+ "Version": "v1.3.2",
463
+ "sampler": "Euler a",
464
+ "cfgScale": 7,
465
+ "Clip skip": "2",
466
+ "resources": [
467
+ {
468
+ "hash": "d9980ebeea",
469
+ "name": "pasteldiffusedmix_v21",
470
+ "type": "model"
471
+ }
472
+ ],
473
+ "Model hash": "d9980ebeea",
474
+ "\"Riven-000016": "1683d344c22b\"",
475
+ "negativePrompt": "3d, cartoon, sketches, (worst quality:2), (low quality:2), lowres, ((monochrome)), ((grayscale)), drawn by bad-artist, bad_prompt_version2, EasyNegative, ng_deepnegative_v1_75t, bad-hands-5, bad anatomy, text, multiple arms, watermark, simple background, white background, noise, blurry background, blurry, signature, black background, patreon username",
476
+ "Denoising strength": "0.45",
477
+ "Tiled Diffusion upscaler": "4x-UltraSharp",
478
+ "Tiled Diffusion scale factor": "2"
479
+ }
480
+ }
481
+ ],
482
+ "downloadUrl": "https://civitai.com/api/download/models/91129"
483
+ }
extensions/addtional/models/lora/Riven-000016.preview.png ADDED
extensions/addtional/models/lora/Riven-000016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4361ee9e0df5a41527bb73d0f2657a6670fe5a4c50052ba8ec42533984d4d384
3
+ size 37864982
extensions/addtional/models/lora/SelfBreastGrab.civitai.info ADDED
@@ -0,0 +1,346 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 29860,
3
+ "modelId": 24960,
4
+ "name": "SelfBreastGrab",
5
+ "createdAt": "2023-03-27T02:56:23.846Z",
6
+ "updatedAt": "2023-03-27T03:03:40.085Z",
7
+ "trainedWords": [
8
+ "sbg",
9
+ "breast grab",
10
+ "breast lift",
11
+ "nipples"
12
+ ],
13
+ "baseModel": "SD 1.5",
14
+ "earlyAccessTimeFrame": 0,
15
+ "description": null,
16
+ "stats": {
17
+ "downloadCount": 29850,
18
+ "ratingCount": 28,
19
+ "rating": 4.96
20
+ },
21
+ "model": {
22
+ "name": "Breast Grab",
23
+ "type": "LORA",
24
+ "nsfw": true,
25
+ "poi": false
26
+ },
27
+ "files": [
28
+ {
29
+ "id": 24681,
30
+ "url": "https://5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/civitai-prod-settled/68198/model/selfbreastgrab.98bS.safetensors",
31
+ "sizeKB": 147587.0087890625,
32
+ "name": "SelfBreastGrab.safetensors",
33
+ "type": "Model",
34
+ "metadata": {
35
+ "fp": "fp16",
36
+ "size": "full",
37
+ "format": "SafeTensor"
38
+ },
39
+ "pickleScanResult": "Success",
40
+ "pickleScanMessage": "No Pickle imports",
41
+ "virusScanResult": "Success",
42
+ "virusScanMessage": null,
43
+ "scannedAt": "2023-03-27T03:06:45.359Z",
44
+ "hashes": {
45
+ "AutoV1": "C7423862",
46
+ "AutoV2": "5186573A2B",
47
+ "SHA256": "5186573A2BC25CA3E97C5B0D3408B77F37F7717DB8DB4BCD0683CD8B54CB1F23",
48
+ "CRC32": "F94499AE",
49
+ "BLAKE3": "2FD2798451FAF308943D905A97511EA6AC3541414ED3CFA2965FACB983F33060"
50
+ },
51
+ "primary": true,
52
+ "downloadUrl": "https://civitai.com/api/download/models/29860"
53
+ }
54
+ ],
55
+ "images": [
56
+ {
57
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/48c56409-5452-4ebc-b54e-41e5bb7d2c00/width=450/338217.jpeg",
58
+ "nsfw": "X",
59
+ "width": 512,
60
+ "height": 512,
61
+ "hash": "UoMZ{|xu_NV@-;t7xuWBRkWVxuofM{WBaeae",
62
+ "meta": {
63
+ "ENSD": "31337",
64
+ "Size": "512x512",
65
+ "seed": 2600148762,
66
+ "steps": 25,
67
+ "hashes": {
68
+ "vae": "f921fb3f29",
69
+ "model": "834cc0a55a",
70
+ "embed:bad_prompt": "6f35e7dd81",
71
+ "lora:SelfBreastGrab": "5186573a2b"
72
+ },
73
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SelfBreastGrab:0.8>, sbg, breast grab, breast lift, shirt, white shirt, see-through, huge breasts, wet",
74
+ "sampler": "DPM++ 2M Karras",
75
+ "cfgScale": 6,
76
+ "Clip skip": "2",
77
+ "resources": [
78
+ {
79
+ "name": "SelfBreastGrab",
80
+ "type": "lora",
81
+ "weight": 0.8
82
+ }
83
+ ],
84
+ "Model hash": "834cc0a55a",
85
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
86
+ }
87
+ },
88
+ {
89
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1023894c-ba51-49db-cc8c-26c176f0ad00/width=450/338225.jpeg",
90
+ "nsfw": "X",
91
+ "width": 512,
92
+ "height": 512,
93
+ "hash": "UJIgv60100%20fIVxt?G00%Mxtxu~CozRjE1",
94
+ "meta": {
95
+ "ENSD": "31337",
96
+ "Size": "512x512",
97
+ "seed": 3396267809,
98
+ "steps": 25,
99
+ "hashes": {
100
+ "vae": "f921fb3f29",
101
+ "model": "834cc0a55a",
102
+ "embed:bad_prompt": "6f35e7dd81",
103
+ "lora:SelfBreastGrab": "5186573a2b"
104
+ },
105
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SelfBreastGrab:0.8>, sbg, breast grab, breast lift, nipples, deep skin",
106
+ "sampler": "DPM++ 2M Karras",
107
+ "cfgScale": 6,
108
+ "Clip skip": "2",
109
+ "resources": [
110
+ {
111
+ "name": "SelfBreastGrab",
112
+ "type": "lora",
113
+ "weight": 0.8
114
+ }
115
+ ],
116
+ "Model hash": "834cc0a55a",
117
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
118
+ }
119
+ },
120
+ {
121
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8109d721-f8df-4954-f3ac-941743eaa600/width=450/338224.jpeg",
122
+ "nsfw": "X",
123
+ "width": 512,
124
+ "height": 512,
125
+ "hash": "UtJ@qC~po}t7tR%MofaeNGj[t7R*nin%ofWV",
126
+ "meta": {
127
+ "ENSD": "31337",
128
+ "Size": "512x512",
129
+ "seed": 2029415788,
130
+ "steps": 25,
131
+ "hashes": {
132
+ "vae": "f921fb3f29",
133
+ "model": "834cc0a55a",
134
+ "embed:bad_prompt": "6f35e7dd81",
135
+ "lora:SelfBreastGrab": "5186573a2b"
136
+ },
137
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SelfBreastGrab:0.8>, sbg, breast grab, breast lift, nipples, from side",
138
+ "sampler": "DPM++ 2M Karras",
139
+ "cfgScale": 6,
140
+ "Clip skip": "2",
141
+ "resources": [
142
+ {
143
+ "name": "SelfBreastGrab",
144
+ "type": "lora",
145
+ "weight": 0.8
146
+ }
147
+ ],
148
+ "Model hash": "834cc0a55a",
149
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
150
+ }
151
+ },
152
+ {
153
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/205b9b22-4f55-4d72-0dc2-71c0e6cd9f00/width=450/338223.jpeg",
154
+ "nsfw": "X",
155
+ "width": 512,
156
+ "height": 512,
157
+ "hash": "UJJkJ-?bTxH@56%N_3NINGa{?Gnh~pe-aKoz",
158
+ "meta": {
159
+ "ENSD": "31337",
160
+ "Size": "512x512",
161
+ "seed": 2426138713,
162
+ "steps": 25,
163
+ "hashes": {
164
+ "vae": "f921fb3f29",
165
+ "model": "834cc0a55a",
166
+ "embed:bad_prompt": "6f35e7dd81",
167
+ "lora:SelfBreastGrab": "5186573a2b"
168
+ },
169
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SelfBreastGrab:0.8>, sbg, breast grab, breast lift, large breasts, shirt, white shirt, see-through, wet, dark skin, dark-skinned female, wet",
170
+ "sampler": "DPM++ 2M Karras",
171
+ "cfgScale": 6,
172
+ "Clip skip": "2",
173
+ "resources": [
174
+ {
175
+ "name": "SelfBreastGrab",
176
+ "type": "lora",
177
+ "weight": 0.8
178
+ }
179
+ ],
180
+ "Model hash": "834cc0a55a",
181
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
182
+ }
183
+ },
184
+ {
185
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2b87c285-6585-43d9-0243-4f1db24d4b00/width=450/338222.jpeg",
186
+ "nsfw": "X",
187
+ "width": 512,
188
+ "height": 512,
189
+ "hash": "ULKmz*~qAD9Z5n%M-;Wn01smt7t7xGayj]WC",
190
+ "meta": {
191
+ "ENSD": "31337",
192
+ "Size": "512x512",
193
+ "seed": 2418322233,
194
+ "steps": 25,
195
+ "hashes": {
196
+ "vae": "f921fb3f29",
197
+ "model": "834cc0a55a",
198
+ "embed:bad_prompt": "6f35e7dd81",
199
+ "lora:SelfBreastGrab": "5186573a2b"
200
+ },
201
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SelfBreastGrab:0.8>, sbg, breast grab, breast lift, nipples, medium breasts",
202
+ "sampler": "DPM++ 2M Karras",
203
+ "cfgScale": 6,
204
+ "Clip skip": "2",
205
+ "resources": [
206
+ {
207
+ "name": "SelfBreastGrab",
208
+ "type": "lora",
209
+ "weight": 0.8
210
+ }
211
+ ],
212
+ "Model hash": "834cc0a55a",
213
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
214
+ }
215
+ },
216
+ {
217
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/607e599c-c33e-4f64-4bfe-1d37e31f1900/width=450/338221.jpeg",
218
+ "nsfw": "X",
219
+ "width": 512,
220
+ "height": 512,
221
+ "hash": "UCG+H?9t6,_N00$K-o%M9Z?a~VS#~Wx]IURP",
222
+ "meta": {
223
+ "ENSD": "31337",
224
+ "Size": "512x512",
225
+ "seed": 3594889271,
226
+ "steps": 25,
227
+ "hashes": {
228
+ "vae": "f921fb3f29",
229
+ "model": "834cc0a55a",
230
+ "embed:bad_prompt": "6f35e7dd81",
231
+ "lora:SelfBreastGrab": "5186573a2b"
232
+ },
233
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SelfBreastGrab:0.8>, sbg, breast grab, breast lift, medium breasts, shirt, white shirt, see-through, wet, dark skin, dark-skinned female, wet",
234
+ "sampler": "DPM++ 2M Karras",
235
+ "cfgScale": 6,
236
+ "Clip skip": "2",
237
+ "resources": [
238
+ {
239
+ "name": "SelfBreastGrab",
240
+ "type": "lora",
241
+ "weight": 0.8
242
+ }
243
+ ],
244
+ "Model hash": "834cc0a55a",
245
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
246
+ }
247
+ },
248
+ {
249
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/170cacc4-aa35-4159-d3c6-622c85601b00/width=450/338220.jpeg",
250
+ "nsfw": "X",
251
+ "width": 512,
252
+ "height": 512,
253
+ "hash": "UDHL3e0200?a0Knm~UE2R4oe-oxu~V4;x[%2",
254
+ "meta": {
255
+ "ENSD": "31337",
256
+ "Size": "512x512",
257
+ "seed": 60409036,
258
+ "steps": 25,
259
+ "hashes": {
260
+ "vae": "f921fb3f29",
261
+ "model": "834cc0a55a",
262
+ "embed:bad_prompt": "6f35e7dd81",
263
+ "lora:SelfBreastGrab": "5186573a2b"
264
+ },
265
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SelfBreastGrab:0.8>, sbg, breast grab, breast lift, nipples, large breasts, hoodie, hood,",
266
+ "sampler": "DPM++ 2M Karras",
267
+ "cfgScale": 6,
268
+ "Clip skip": "2",
269
+ "resources": [
270
+ {
271
+ "name": "SelfBreastGrab",
272
+ "type": "lora",
273
+ "weight": 0.8
274
+ }
275
+ ],
276
+ "Model hash": "834cc0a55a",
277
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
278
+ }
279
+ },
280
+ {
281
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/deed185d-f75f-4528-8c79-d4ad2e8da700/width=450/338219.jpeg",
282
+ "nsfw": "X",
283
+ "width": 512,
284
+ "height": 512,
285
+ "hash": "URH_lJ8w0Lo~?^8_$*%gElIn-VbbWEWAozWB",
286
+ "meta": {
287
+ "ENSD": "31337",
288
+ "Size": "512x512",
289
+ "seed": 3583666667,
290
+ "steps": 25,
291
+ "hashes": {
292
+ "vae": "f921fb3f29",
293
+ "model": "834cc0a55a",
294
+ "embed:bad_prompt": "6f35e7dd81",
295
+ "lora:SelfBreastGrab": "5186573a2b"
296
+ },
297
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SelfBreastGrab:0.8>, sbg, breast grab, breast lift, nipples, cowboy shot, shorts, short shorts, topless",
298
+ "sampler": "DPM++ 2M Karras",
299
+ "cfgScale": 6,
300
+ "Clip skip": "2",
301
+ "resources": [
302
+ {
303
+ "name": "SelfBreastGrab",
304
+ "type": "lora",
305
+ "weight": 0.8
306
+ }
307
+ ],
308
+ "Model hash": "834cc0a55a",
309
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
310
+ }
311
+ },
312
+ {
313
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c0cc6b75-da38-4009-c245-1b0aa7c83200/width=450/338218.jpeg",
314
+ "nsfw": "X",
315
+ "width": 512,
316
+ "height": 512,
317
+ "hash": "UKG[D[E200%10LWB-p%2D%t6WVof~VoeIVWU",
318
+ "meta": {
319
+ "ENSD": "31337",
320
+ "Size": "512x512",
321
+ "seed": 3874740097,
322
+ "steps": 25,
323
+ "hashes": {
324
+ "vae": "f921fb3f29",
325
+ "model": "834cc0a55a",
326
+ "embed:bad_prompt": "6f35e7dd81",
327
+ "lora:SelfBreastGrab": "5186573a2b"
328
+ },
329
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SelfBreastGrab:0.8>, sbg, breast grab, breast lift, nipples,",
330
+ "sampler": "DPM++ 2M Karras",
331
+ "cfgScale": 6,
332
+ "Clip skip": "2",
333
+ "resources": [
334
+ {
335
+ "name": "SelfBreastGrab",
336
+ "type": "lora",
337
+ "weight": 0.8
338
+ }
339
+ ],
340
+ "Model hash": "834cc0a55a",
341
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)"
342
+ }
343
+ }
344
+ ],
345
+ "downloadUrl": "https://civitai.com/api/download/models/29860"
346
+ }
extensions/addtional/models/lora/SelfBreastGrab.preview.png ADDED
extensions/addtional/models/lora/SelfBreastGrab.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5186573a2bc25ca3e97c5b0d3408b77f37f7717db8db4bcd0683cd8b54cb1f23
3
+ size 151129097
extensions/addtional/models/lora/SideFellatio.civitai.info ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 32317,
3
+ "modelId": 27000,
4
+ "name": "SideFellatio",
5
+ "createdAt": "2023-03-31T04:39:47.712Z",
6
+ "updatedAt": "2023-03-31T04:39:47.712Z",
7
+ "trainedWords": [
8
+ "sidefellatio",
9
+ "fellatio",
10
+ "from side",
11
+ "1boy",
12
+ "penis"
13
+ ],
14
+ "baseModel": "SD 1.5",
15
+ "earlyAccessTimeFrame": 0,
16
+ "description": null,
17
+ "stats": {
18
+ "downloadCount": 27376,
19
+ "ratingCount": 28,
20
+ "rating": 4.79
21
+ },
22
+ "model": {
23
+ "name": "Fellatio (Side View)",
24
+ "type": "LORA",
25
+ "nsfw": true,
26
+ "poi": false
27
+ },
28
+ "files": [
29
+ {
30
+ "id": 26634,
31
+ "url": "https://civitai-delivery-worker-prod-2023-03-30.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/68198/model/sidefellatio.62Dj.safetensors",
32
+ "sizeKB": 36985.1875,
33
+ "name": "SideFellatio.safetensors",
34
+ "type": "Model",
35
+ "metadata": {
36
+ "fp": "fp16",
37
+ "size": "full",
38
+ "format": "SafeTensor"
39
+ },
40
+ "pickleScanResult": "Success",
41
+ "pickleScanMessage": "No Pickle imports",
42
+ "virusScanResult": "Success",
43
+ "virusScanMessage": null,
44
+ "scannedAt": "2023-03-31T04:40:58.144Z",
45
+ "hashes": {
46
+ "AutoV1": "40D5544F",
47
+ "AutoV2": "B7E7356EB7",
48
+ "SHA256": "B7E7356EB7D884024CB73AF60B29917F6FC73949B47B2C5E9EB9E6173743C7BF",
49
+ "CRC32": "5C0B15E9",
50
+ "BLAKE3": "C1F47C91D92DB78B941CA8BC9BB0A5AC6837C2C6EA6F1505CC095496C072ED51"
51
+ },
52
+ "primary": true,
53
+ "downloadUrl": "https://civitai.com/api/download/models/32317"
54
+ }
55
+ ],
56
+ "images": [
57
+ {
58
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e359e65a-898f-4d07-d1b7-99afacdc7200/width=450/367913.jpeg",
59
+ "nsfw": "X",
60
+ "width": 768,
61
+ "height": 768,
62
+ "hash": "UXE{8_~Vni-pNst6sqIVNYIoRkxaxtt6jbjb",
63
+ "meta": {
64
+ "ENSD": "31337",
65
+ "Size": "512x512",
66
+ "seed": 3679889485,
67
+ "steps": 25,
68
+ "hashes": {
69
+ "vae": "f921fb3f29",
70
+ "model": "834cc0a55a",
71
+ "embed:bad_prompt": "6f35e7dd81",
72
+ "lora:SideFellatio": "aa1dee593c"
73
+ },
74
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SideFellatio:1>, sidefellatio, 1boy, penis, fellatio, from side,",
75
+ "sampler": "DPM++ 2M Karras",
76
+ "cfgScale": 6,
77
+ "Clip skip": "2",
78
+ "resources": [
79
+ {
80
+ "name": "SideFellatio",
81
+ "type": "lora",
82
+ "weight": 1
83
+ }
84
+ ],
85
+ "Model hash": "834cc0a55a",
86
+ "Hires steps": "25",
87
+ "Hires upscale": "1.5",
88
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
89
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)",
90
+ "Denoising strength": "0.5"
91
+ }
92
+ },
93
+ {
94
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/883344a2-f9eb-4974-c6d4-3e2f595caf00/width=450/367921.jpeg",
95
+ "nsfw": "X",
96
+ "width": 768,
97
+ "height": 768,
98
+ "hash": "UYFYAU~AxCt6Rjt7s:V@E2Ioxa%Madxat7ay",
99
+ "meta": {
100
+ "ENSD": "31337",
101
+ "Size": "512x512",
102
+ "seed": 1803996465,
103
+ "steps": 25,
104
+ "hashes": {
105
+ "vae": "f921fb3f29",
106
+ "model": "834cc0a55a",
107
+ "embed:bad_prompt": "6f35e7dd81",
108
+ "lora:SideFellatio": "aa1dee593c",
109
+ "lora:KiryuinSatsuki": "3ded91bcda"
110
+ },
111
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SideFellatio:0.9>, sidefellatio, 1boy, penis, fellatio, <lora:KiryuinSatsuki:0.8>, kiryuin satsuki",
112
+ "sampler": "DPM++ 2M Karras",
113
+ "cfgScale": 6,
114
+ "Clip skip": "2",
115
+ "resources": [
116
+ {
117
+ "name": "SideFellatio",
118
+ "type": "lora",
119
+ "weight": 0.9
120
+ },
121
+ {
122
+ "name": "KiryuinSatsuki",
123
+ "type": "lora",
124
+ "weight": 0.8
125
+ }
126
+ ],
127
+ "Model hash": "834cc0a55a",
128
+ "Hires steps": "25",
129
+ "Hires upscale": "1.5",
130
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
131
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)",
132
+ "Denoising strength": "0.5"
133
+ }
134
+ },
135
+ {
136
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1cddf36e-2b63-42ec-3db8-99c5458a8a00/width=450/367920.jpeg",
137
+ "nsfw": "X",
138
+ "width": 768,
139
+ "height": 768,
140
+ "hash": "UJGk%ooy4n}@0K,nt7t-I;S$%1D%IotR%1r=",
141
+ "meta": {
142
+ "ENSD": "31337",
143
+ "Size": "512x512",
144
+ "seed": 2671883378,
145
+ "steps": 25,
146
+ "hashes": {
147
+ "vae": "f921fb3f29",
148
+ "model": "834cc0a55a",
149
+ "embed:bad_prompt": "6f35e7dd81",
150
+ "lora:SideFellatio": "aa1dee593c"
151
+ },
152
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SideFellatio:0.9>, sidefellatio, 1boy, penis, fellatio,",
153
+ "sampler": "DPM++ 2M Karras",
154
+ "cfgScale": 6,
155
+ "Clip skip": "2",
156
+ "resources": [
157
+ {
158
+ "name": "SideFellatio",
159
+ "type": "lora",
160
+ "weight": 0.9
161
+ }
162
+ ],
163
+ "Model hash": "834cc0a55a",
164
+ "Hires steps": "25",
165
+ "Hires upscale": "1.5",
166
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
167
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)",
168
+ "Denoising strength": "0.5"
169
+ }
170
+ },
171
+ {
172
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b3464ce6-b787-40e8-b688-d15a36424e00/width=450/367919.jpeg",
173
+ "nsfw": "X",
174
+ "width": 768,
175
+ "height": 768,
176
+ "hash": "UIG[TYtl-pKP~p%g-p$*NH-VjZWBS#RjIV9u",
177
+ "meta": {
178
+ "ENSD": "31337",
179
+ "Size": "512x512",
180
+ "seed": 3269353828,
181
+ "steps": 25,
182
+ "hashes": {
183
+ "vae": "f921fb3f29",
184
+ "model": "834cc0a55a",
185
+ "embed:bad_prompt": "6f35e7dd81",
186
+ "lora:SideFellatio": "aa1dee593c"
187
+ },
188
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SideFellatio:0.9>, sidefellatio, 1boy, penis, fellatio, tongue,",
189
+ "sampler": "DPM++ 2M Karras",
190
+ "cfgScale": 6,
191
+ "Clip skip": "2",
192
+ "resources": [
193
+ {
194
+ "name": "SideFellatio",
195
+ "type": "lora",
196
+ "weight": 0.9
197
+ }
198
+ ],
199
+ "Model hash": "834cc0a55a",
200
+ "Hires steps": "25",
201
+ "Hires upscale": "1.5",
202
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
203
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)",
204
+ "Denoising strength": "0.5"
205
+ }
206
+ },
207
+ {
208
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/0f2f51df-153e-4d17-a070-353811866d00/width=450/367918.jpeg",
209
+ "nsfw": "X",
210
+ "width": 768,
211
+ "height": 768,
212
+ "hash": "UMHnmYw[00~V%#%29ENe9ZS5-pROD%s:-pae",
213
+ "meta": {
214
+ "ENSD": "31337",
215
+ "Size": "512x512",
216
+ "seed": 885600489,
217
+ "steps": 25,
218
+ "hashes": {
219
+ "vae": "f921fb3f29",
220
+ "model": "834cc0a55a",
221
+ "embed:bad_prompt": "6f35e7dd81",
222
+ "lora:SideFellatio": "aa1dee593c"
223
+ },
224
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SideFellatio:0.9>, sidefellatio, 1boy, penis, fellatio, white hair, yellow eyes, dark skin, dark-skinned female",
225
+ "sampler": "DPM++ 2M Karras",
226
+ "cfgScale": 6,
227
+ "Clip skip": "2",
228
+ "resources": [
229
+ {
230
+ "name": "SideFellatio",
231
+ "type": "lora",
232
+ "weight": 0.9
233
+ }
234
+ ],
235
+ "Model hash": "834cc0a55a",
236
+ "Hires steps": "25",
237
+ "Hires upscale": "1.5",
238
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
239
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)",
240
+ "Denoising strength": "0.5"
241
+ }
242
+ },
243
+ {
244
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f61bfa6f-761e-4c74-6b7f-89833c075a00/width=450/367917.jpeg",
245
+ "nsfw": "X",
246
+ "width": 768,
247
+ "height": 768,
248
+ "hash": "UFH2D%009t00%2IURj.8_34.xat7~q4n%2of",
249
+ "meta": {
250
+ "ENSD": "31337",
251
+ "Size": "512x512",
252
+ "seed": 1419991347,
253
+ "steps": 25,
254
+ "hashes": {
255
+ "vae": "f921fb3f29",
256
+ "model": "834cc0a55a",
257
+ "embed:bad_prompt": "6f35e7dd81",
258
+ "lora:SideFellatio": "aa1dee593c"
259
+ },
260
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SideFellatio:1>, sidefellatio, 1boy, penis, fellatio, from side",
261
+ "sampler": "DPM++ 2M Karras",
262
+ "cfgScale": 6,
263
+ "Clip skip": "2",
264
+ "resources": [
265
+ {
266
+ "name": "SideFellatio",
267
+ "type": "lora",
268
+ "weight": 1
269
+ }
270
+ ],
271
+ "Model hash": "834cc0a55a",
272
+ "Hires steps": "25",
273
+ "Hires upscale": "1.5",
274
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
275
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)",
276
+ "Denoising strength": "0.5"
277
+ }
278
+ },
279
+ {
280
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8f6a1a85-9a63-4528-0921-5d63177b1600/width=450/367916.jpeg",
281
+ "nsfw": "X",
282
+ "width": 768,
283
+ "height": 768,
284
+ "hash": "UIFhk=8w0}-o.TrDNbx]TyIUaKg2t,E1w{oL",
285
+ "meta": {
286
+ "ENSD": "31337",
287
+ "Size": "512x512",
288
+ "seed": 3146103547,
289
+ "steps": 25,
290
+ "hashes": {
291
+ "vae": "f921fb3f29",
292
+ "model": "db925c899e",
293
+ "embed:bad_prompt": "6f35e7dd81",
294
+ "lora:SideFellatio": "aa1dee593c"
295
+ },
296
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SideFellatio:1>, sidefellatio, 1boy, penis, fellatio, from side, interracial, large penis, dark-skinned male",
297
+ "sampler": "DPM++ 2M Karras",
298
+ "cfgScale": 6,
299
+ "Clip skip": "2",
300
+ "resources": [
301
+ {
302
+ "name": "SideFellatio",
303
+ "type": "lora",
304
+ "weight": 1
305
+ }
306
+ ],
307
+ "Model hash": "db925c899e",
308
+ "Hires steps": "25",
309
+ "Hires upscale": "1.5",
310
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
311
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)",
312
+ "Denoising strength": "0.5"
313
+ }
314
+ },
315
+ {
316
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c92340db-0bff-415c-a477-719dcb1ff200/width=450/367915.jpeg",
317
+ "nsfw": "X",
318
+ "width": 768,
319
+ "height": 768,
320
+ "hash": "UGHnvreA~p4U_3RQ?G4.-pIp9G^+-:%MMxRj",
321
+ "meta": {
322
+ "ENSD": "31337",
323
+ "Size": "512x512",
324
+ "seed": 2208804675,
325
+ "steps": 25,
326
+ "hashes": {
327
+ "vae": "f921fb3f29",
328
+ "model": "834cc0a55a",
329
+ "embed:bad_prompt": "6f35e7dd81",
330
+ "lora:SideFellatio": "aa1dee593c"
331
+ },
332
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SideFellatio:1>, sidefellatio, 1boy, penis, fellatio, from side",
333
+ "sampler": "DPM++ 2M Karras",
334
+ "cfgScale": 6,
335
+ "Clip skip": "2",
336
+ "resources": [
337
+ {
338
+ "name": "SideFellatio",
339
+ "type": "lora",
340
+ "weight": 1
341
+ }
342
+ ],
343
+ "Model hash": "834cc0a55a",
344
+ "Hires steps": "25",
345
+ "Hires upscale": "1.5",
346
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
347
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)",
348
+ "Denoising strength": "0.5"
349
+ }
350
+ },
351
+ {
352
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9d5e2473-1302-4745-79e8-47b399dc1800/width=450/367914.jpeg",
353
+ "nsfw": "X",
354
+ "width": 768,
355
+ "height": 768,
356
+ "hash": "UVG[KA~VM{~V9abIxuIVR*IofR-o%2oeayxt",
357
+ "meta": {
358
+ "ENSD": "31337",
359
+ "Size": "512x512",
360
+ "seed": 1680003174,
361
+ "steps": 25,
362
+ "hashes": {
363
+ "vae": "f921fb3f29",
364
+ "model": "834cc0a55a",
365
+ "embed:bad_prompt": "6f35e7dd81",
366
+ "lora:SideFellatio": "aa1dee593c"
367
+ },
368
+ "prompt": "beautiful, masterpiece, best quality, extremely detailed face, perfect lighting, 1girl, solo, <lora:SideFellatio:1>, sidefellatio, 1boy, penis, fellatio, from side, hand on another's head",
369
+ "sampler": "DPM++ 2M Karras",
370
+ "cfgScale": 6,
371
+ "Clip skip": "2",
372
+ "resources": [
373
+ {
374
+ "name": "SideFellatio",
375
+ "type": "lora",
376
+ "weight": 1
377
+ }
378
+ ],
379
+ "Model hash": "834cc0a55a",
380
+ "Hires steps": "25",
381
+ "Hires upscale": "1.5",
382
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
383
+ "negativePrompt": "(low quality, worst quality:1.4),(bad_prompt:0.8), (monochrome:1.1), (greyscale)",
384
+ "Denoising strength": "0.5"
385
+ }
386
+ }
387
+ ],
388
+ "downloadUrl": "https://civitai.com/api/download/models/32317"
389
+ }
extensions/addtional/models/lora/SideFellatio.preview.png ADDED
extensions/addtional/models/lora/SideFellatio.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7e7356eb7d884024cb73af60b29917f6fc73949b47b2c5e9eb9e6173743c7bf
3
+ size 37872832
extensions/addtional/models/lora/ireliav2-000034.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d858be32cb2622822c06b3829ca6a8498e5afb87ef4de941bb60431acb4f348
3
+ size 151074564
extensions/addtional/models/lora/kidnap_v0.2.civitai.info ADDED
@@ -0,0 +1,477 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 122632,
3
+ "modelId": 113516,
4
+ "name": "v0.2",
5
+ "createdAt": "2023-07-21T16:09:34.462Z",
6
+ "updatedAt": "2023-07-21T16:26:59.183Z",
7
+ "trainedWords": [],
8
+ "baseModel": "SD 1.5",
9
+ "earlyAccessTimeFrame": 0,
10
+ "description": null,
11
+ "stats": {
12
+ "downloadCount": 4887,
13
+ "ratingCount": 20,
14
+ "rating": 4.85
15
+ },
16
+ "model": {
17
+ "name": "Kidnapped / bdsm / willing partner",
18
+ "type": "LORA",
19
+ "nsfw": true,
20
+ "poi": false
21
+ },
22
+ "files": [
23
+ {
24
+ "id": 88299,
25
+ "url": "https://civitai-delivery-worker-prod-2023-07-01.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/3865/model/kidnapV02.2sgA.safetensors",
26
+ "sizeKB": 9350.54296875,
27
+ "name": "kidnap_v0.2.safetensors",
28
+ "type": "Model",
29
+ "metadata": {
30
+ "fp": null,
31
+ "size": null,
32
+ "format": "SafeTensor"
33
+ },
34
+ "pickleScanResult": "Success",
35
+ "pickleScanMessage": "No Pickle imports",
36
+ "virusScanResult": "Success",
37
+ "virusScanMessage": null,
38
+ "scannedAt": "2023-07-21T16:11:25.597Z",
39
+ "hashes": {
40
+ "AutoV1": "9E68073F",
41
+ "AutoV2": "96C07BD2FC",
42
+ "SHA256": "96C07BD2FC3DFE2DAAF993740F4F162A1AB2AB231701A1EE8564FE02623C1ECA",
43
+ "CRC32": "C9F257DD",
44
+ "BLAKE3": "E31941D90CF00B9E716A29B477FC15C9F288E0B696452F9614975286A76589B3"
45
+ },
46
+ "primary": true,
47
+ "downloadUrl": "https://civitai.com/api/download/models/122632"
48
+ }
49
+ ],
50
+ "images": [
51
+ {
52
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cb894c9f-33c2-451b-b9bd-b67ee357ca02/width=450/1657712.jpeg",
53
+ "nsfw": "X",
54
+ "width": 1024,
55
+ "height": 1536,
56
+ "hash": "UGH2K9Io.T?H4.s:9FD%_3a#%Mt7NHRkxa%L",
57
+ "meta": {
58
+ "ENSD": "31337",
59
+ "Size": "512x768",
60
+ "seed": 2728569489,
61
+ "Model": "hassakuHentaiModel_v13",
62
+ "steps": 20,
63
+ "hashes": {
64
+ "vae": "f921fb3f29",
65
+ "model": "7eb674963a"
66
+ },
67
+ "prompt": "<lora:kidnap_v0.2:1>\n1girl, tape gag, bdsm, rope, dress,, masterpiece, best quality, highly detailed",
68
+ "Version": "v1.3.2",
69
+ "sampler": "Euler a",
70
+ "cfgScale": 7,
71
+ "clipSkip": 2,
72
+ "resources": [
73
+ {
74
+ "name": "kidnap_v0.2",
75
+ "type": "lora",
76
+ "weight": 1
77
+ },
78
+ {
79
+ "hash": "7eb674963a",
80
+ "name": "hassakuHentaiModel_v13",
81
+ "type": "model"
82
+ }
83
+ ],
84
+ "Model hash": "7eb674963a",
85
+ "\"kidnap_v0.2": "8b46761ba3d1\"",
86
+ "Hires upscale": "2",
87
+ "Hires upscaler": "4x-UltraSharp",
88
+ "negativePrompt": "(worst quality, low quality:1.4)",
89
+ "Denoising strength": "0.3"
90
+ }
91
+ },
92
+ {
93
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a41ad9f3-1ca3-4b91-9745-d77239f66886/width=450/1657709.jpeg",
94
+ "nsfw": "X",
95
+ "width": 1024,
96
+ "height": 1536,
97
+ "hash": "UgHe2u~WNat6xWs:R+oLIoIoR.t7ozWXWBoJ",
98
+ "meta": {
99
+ "ENSD": "31337",
100
+ "Size": "512x768",
101
+ "seed": 2728569493,
102
+ "Model": "hassakuHentaiModel_v13",
103
+ "steps": 20,
104
+ "hashes": {
105
+ "vae": "f921fb3f29",
106
+ "model": "7eb674963a"
107
+ },
108
+ "prompt": "<lora:kidnap_v0.2:1>\n1girl, tape gag, rope, sundress, restrained,, masterpiece, best quality, highly detailed",
109
+ "Version": "v1.3.2",
110
+ "sampler": "Euler a",
111
+ "cfgScale": 7,
112
+ "clipSkip": 2,
113
+ "resources": [
114
+ {
115
+ "name": "kidnap_v0.2",
116
+ "type": "lora",
117
+ "weight": 1
118
+ },
119
+ {
120
+ "hash": "7eb674963a",
121
+ "name": "hassakuHentaiModel_v13",
122
+ "type": "model"
123
+ }
124
+ ],
125
+ "Model hash": "7eb674963a",
126
+ "\"kidnap_v0.2": "8b46761ba3d1\"",
127
+ "Hires upscale": "2",
128
+ "Hires upscaler": "4x-UltraSharp",
129
+ "negativePrompt": "(worst quality, low quality:1.4)",
130
+ "Denoising strength": "0.3"
131
+ }
132
+ },
133
+ {
134
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c4628e18-63db-493d-bea9-72e9806a06c5/width=450/1657711.jpeg",
135
+ "nsfw": "Mature",
136
+ "width": 1024,
137
+ "height": 1536,
138
+ "hash": "U6HUFL003=QT+x4..l4U00~p0yRP_2-A9F.7",
139
+ "meta": {
140
+ "ENSD": "31337",
141
+ "Size": "512x768",
142
+ "seed": 2728569496,
143
+ "Model": "hassakuHentaiModel_v13",
144
+ "steps": 20,
145
+ "hashes": {
146
+ "vae": "f921fb3f29",
147
+ "model": "7eb674963a"
148
+ },
149
+ "prompt": "<lora:kidnap_v0.2:1>\n1girl, shibari, suspension, drooling, swimsuit, ball gag,, masterpiece, best quality, highly detailed",
150
+ "Version": "v1.3.2",
151
+ "sampler": "Euler a",
152
+ "cfgScale": 7,
153
+ "clipSkip": 2,
154
+ "resources": [
155
+ {
156
+ "name": "kidnap_v0.2",
157
+ "type": "lora",
158
+ "weight": 1
159
+ },
160
+ {
161
+ "hash": "7eb674963a",
162
+ "name": "hassakuHentaiModel_v13",
163
+ "type": "model"
164
+ }
165
+ ],
166
+ "Model hash": "7eb674963a",
167
+ "\"kidnap_v0.2": "8b46761ba3d1\"",
168
+ "Hires upscale": "2",
169
+ "Hires upscaler": "4x-UltraSharp",
170
+ "negativePrompt": "(worst quality, low quality:1.4)",
171
+ "Denoising strength": "0.3"
172
+ }
173
+ },
174
+ {
175
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d23dece3-21ae-47c5-8ce4-7ba95b3b9ce8/width=450/1657716.jpeg",
176
+ "nsfw": "None",
177
+ "width": 1024,
178
+ "height": 1536,
179
+ "hash": "UNG8+a~WW-D*_3%L?HjZ%1s:tRD%009Go2t7",
180
+ "meta": {
181
+ "ENSD": "31337",
182
+ "Size": "512x768",
183
+ "seed": 3610773244,
184
+ "Model": "hassakuHentaiModel_v13",
185
+ "steps": 20,
186
+ "hashes": {
187
+ "vae": "f921fb3f29",
188
+ "model": "7eb674963a"
189
+ },
190
+ "prompt": "<lora:kidnap_v0.2:1>\n1girl, tape gag, bound, angry, car seat,, masterpiece, best quality, highly detailed",
191
+ "Version": "v1.3.2",
192
+ "sampler": "Euler a",
193
+ "cfgScale": 7,
194
+ "clipSkip": 2,
195
+ "resources": [
196
+ {
197
+ "name": "kidnap_v0.2",
198
+ "type": "lora",
199
+ "weight": 1
200
+ },
201
+ {
202
+ "hash": "7eb674963a",
203
+ "name": "hassakuHentaiModel_v13",
204
+ "type": "model"
205
+ }
206
+ ],
207
+ "Model hash": "7eb674963a",
208
+ "\"kidnap_v0.2": "8b46761ba3d1\"",
209
+ "Hires upscale": "2",
210
+ "Hires upscaler": "4x-UltraSharp",
211
+ "negativePrompt": "(worst quality, low quality:1.4)",
212
+ "Denoising strength": "0.3"
213
+ }
214
+ },
215
+ {
216
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6df03e2a-0c13-4b95-a418-d301913486d1/width=450/1657710.jpeg",
217
+ "nsfw": "X",
218
+ "width": 1024,
219
+ "height": 1536,
220
+ "hash": "UGC$Za~CE0xZ%L%1RjNG01E2xuNGD*NGxuof",
221
+ "meta": {
222
+ "ENSD": "31337",
223
+ "Size": "512x768",
224
+ "seed": 2728569499,
225
+ "Model": "hassakuHentaiModel_v13",
226
+ "steps": 20,
227
+ "hashes": {
228
+ "vae": "f921fb3f29",
229
+ "model": "7eb674963a"
230
+ },
231
+ "prompt": "<lora:kidnap_v0.2:1>\n1girl, tape, duct tape, lying, tape gag, bound ankles, lingerie,, masterpiece, best quality, highly detailed",
232
+ "Version": "v1.3.2",
233
+ "sampler": "Euler a",
234
+ "cfgScale": 7,
235
+ "clipSkip": 2,
236
+ "resources": [
237
+ {
238
+ "name": "kidnap_v0.2",
239
+ "type": "lora",
240
+ "weight": 1
241
+ },
242
+ {
243
+ "hash": "7eb674963a",
244
+ "name": "hassakuHentaiModel_v13",
245
+ "type": "model"
246
+ }
247
+ ],
248
+ "Model hash": "7eb674963a",
249
+ "\"kidnap_v0.2": "8b46761ba3d1\"",
250
+ "Hires upscale": "2",
251
+ "Hires upscaler": "4x-UltraSharp",
252
+ "negativePrompt": "(worst quality, low quality:1.4)",
253
+ "Denoising strength": "0.3"
254
+ }
255
+ },
256
+ {
257
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a7a1ebd4-bdca-49dd-9980-cf5bcf0157bc/width=450/1657718.jpeg",
258
+ "nsfw": "X",
259
+ "width": 1024,
260
+ "height": 1536,
261
+ "hash": "UBF=H+9]00Io00~C-o4.D*9Z?G?Hx[9t0L-p",
262
+ "meta": {
263
+ "ENSD": "31337",
264
+ "Size": "512x768",
265
+ "seed": 2670314219,
266
+ "Model": "hassakuHentaiModel_v13",
267
+ "steps": 20,
268
+ "hashes": {
269
+ "vae": "f921fb3f29",
270
+ "model": "7eb674963a"
271
+ },
272
+ "prompt": "<lora:kidnap_v0.2:1>\n1girl, rope, lying, tape gag, bound, scared, curled up, multiple boys, groping, bound arms, arms behind back, deep skin,, masterpiece, best quality, highly detailed",
273
+ "Version": "v1.3.2",
274
+ "sampler": "Euler a",
275
+ "cfgScale": 7,
276
+ "clipSkip": 2,
277
+ "resources": [
278
+ {
279
+ "name": "kidnap_v0.2",
280
+ "type": "lora",
281
+ "weight": 1
282
+ },
283
+ {
284
+ "hash": "7eb674963a",
285
+ "name": "hassakuHentaiModel_v13",
286
+ "type": "model"
287
+ }
288
+ ],
289
+ "Model hash": "7eb674963a",
290
+ "\"kidnap_v0.2": "8b46761ba3d1\"",
291
+ "Hires upscale": "2",
292
+ "Hires upscaler": "4x-UltraSharp",
293
+ "negativePrompt": "(worst quality, low quality:1.4)",
294
+ "Denoising strength": "0.3"
295
+ }
296
+ },
297
+ {
298
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4df5e19f-8fca-434d-882c-a9c0aa8bde78/width=450/1657714.jpeg",
299
+ "nsfw": "X",
300
+ "width": 1024,
301
+ "height": 1536,
302
+ "hash": "UCG8TJ0101tR57ww?F9tE2I:~BIo~V4:sT%M",
303
+ "meta": {
304
+ "ENSD": "31337",
305
+ "Size": "512x768",
306
+ "seed": 3610773238,
307
+ "Model": "hassakuHentaiModel_v13",
308
+ "steps": 20,
309
+ "hashes": {
310
+ "vae": "f921fb3f29",
311
+ "model": "7eb674963a"
312
+ },
313
+ "prompt": "<lora:kidnap_v0.2:1>\n1girl, shibari over clothes, lying, tape gag, bound, scared, multiple boys, multiple penises, ass, arms behind back,, masterpiece, best quality, highly detailed",
314
+ "Version": "v1.3.2",
315
+ "sampler": "Euler a",
316
+ "cfgScale": 7,
317
+ "clipSkip": 2,
318
+ "resources": [
319
+ {
320
+ "name": "kidnap_v0.2",
321
+ "type": "lora",
322
+ "weight": 1
323
+ },
324
+ {
325
+ "hash": "7eb674963a",
326
+ "name": "hassakuHentaiModel_v13",
327
+ "type": "model"
328
+ }
329
+ ],
330
+ "Model hash": "7eb674963a",
331
+ "\"kidnap_v0.2": "8b46761ba3d1\"",
332
+ "Hires upscale": "2",
333
+ "Hires upscaler": "4x-UltraSharp",
334
+ "negativePrompt": "(worst quality, low quality:1.4)",
335
+ "Denoising strength": "0.3"
336
+ }
337
+ },
338
+ {
339
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a289d9d7-d83f-4d4e-96b3-1a54cca417e4/width=450/1657732.jpeg",
340
+ "nsfw": "X",
341
+ "width": 1024,
342
+ "height": 1536,
343
+ "hash": "UIGuH{00kq%1~q9GxujskqRjxuRj?GE2t7Rj",
344
+ "meta": {
345
+ "ENSD": "31337",
346
+ "Size": "512x768",
347
+ "seed": 1470052431,
348
+ "Model": "hassakuHentaiModel_v13",
349
+ "steps": 20,
350
+ "hashes": {
351
+ "vae": "f921fb3f29",
352
+ "model": "7eb674963a"
353
+ },
354
+ "prompt": "<lora:kidnap_v0.2:1>\n1girl, tape gag, bound, restrained, sitting, chair, rope, bondage,, masterpiece, best quality, highly detailed",
355
+ "Version": "v1.3.2",
356
+ "sampler": "Euler a",
357
+ "cfgScale": 7,
358
+ "clipSkip": 2,
359
+ "resources": [
360
+ {
361
+ "name": "kidnap_v0.2",
362
+ "type": "lora",
363
+ "weight": 1
364
+ },
365
+ {
366
+ "hash": "7eb674963a",
367
+ "name": "hassakuHentaiModel_v13",
368
+ "type": "model"
369
+ }
370
+ ],
371
+ "Model hash": "7eb674963a",
372
+ "\"kidnap_v0.2": "8b46761ba3d1\"",
373
+ "Hires upscale": "2",
374
+ "Hires upscaler": "4x-UltraSharp",
375
+ "negativePrompt": "(worst quality, low quality:1.4)",
376
+ "Denoising strength": "0.3"
377
+ }
378
+ },
379
+ {
380
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/46920c30-8003-4aba-876c-91f5df92d42f/width=450/1657734.jpeg",
381
+ "nsfw": "X",
382
+ "width": 1024,
383
+ "height": 1536,
384
+ "hash": "UCATG?xa01WA0Kt6^+xa~Wof9GRj01oL?Hfk",
385
+ "meta": {
386
+ "ENSD": "31337",
387
+ "Size": "512x768",
388
+ "seed": 687138458,
389
+ "Model": "hassakuHentaiModel_v13",
390
+ "steps": 20,
391
+ "hashes": {
392
+ "vae": "f921fb3f29",
393
+ "model": "7eb674963a",
394
+ "lora:basement_v0.2": "db5f11795a"
395
+ },
396
+ "prompt": "<lora:kidnap_v0.2:1>\n1girl, bsdm, ball gag, rope,\n<lora:basement_v0.2:1> basement, dark, dimly lit, wet, wet floor, reflective water, dripping, face,, masterpiece, best quality, highly detailed",
397
+ "Version": "v1.3.2",
398
+ "sampler": "Euler a",
399
+ "cfgScale": 7,
400
+ "clipSkip": 2,
401
+ "resources": [
402
+ {
403
+ "name": "kidnap_v0.2",
404
+ "type": "lora",
405
+ "weight": 1
406
+ },
407
+ {
408
+ "name": "basement_v0.2",
409
+ "type": "lora",
410
+ "weight": 1
411
+ },
412
+ {
413
+ "hash": "7eb674963a",
414
+ "name": "hassakuHentaiModel_v13",
415
+ "type": "model"
416
+ }
417
+ ],
418
+ "Model hash": "7eb674963a",
419
+ "\"kidnap_v0.2": "8b46761ba3d1",
420
+ "Hires upscale": "2",
421
+ "basement_v0.2": "71eb37d41aeb\"",
422
+ "Hires upscaler": "4x-UltraSharp",
423
+ "negativePrompt": "(worst quality, low quality:1.4)",
424
+ "Denoising strength": "0.3"
425
+ }
426
+ },
427
+ {
428
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4bf6edb1-60d9-4765-8bcb-bd5d40feaa12/width=450/1657731.jpeg",
429
+ "nsfw": "X",
430
+ "width": 1024,
431
+ "height": 1536,
432
+ "hash": "UAAA2S~WozWBR*s:xat6-:^+~Vxu%2s:baWV",
433
+ "meta": {
434
+ "ENSD": "31337",
435
+ "Size": "512x768",
436
+ "seed": 687138462,
437
+ "Model": "hassakuHentaiModel_v13",
438
+ "steps": 20,
439
+ "hashes": {
440
+ "vae": "f921fb3f29",
441
+ "model": "7eb674963a",
442
+ "lora:basement_v0.2": "db5f11795a"
443
+ },
444
+ "prompt": "<lora:kidnap_v0.2:1>\n1girl, bsdm, ball gag, rope, bound wrists, bound ankles, \n<lora:basement_v0.2:1> basement, dark, dimly lit, wet, wet floor, reflective water, dripping, face,, masterpiece, best quality, highly detailed",
445
+ "Version": "v1.3.2",
446
+ "sampler": "Euler a",
447
+ "cfgScale": 7,
448
+ "clipSkip": 2,
449
+ "resources": [
450
+ {
451
+ "name": "kidnap_v0.2",
452
+ "type": "lora",
453
+ "weight": 1
454
+ },
455
+ {
456
+ "name": "basement_v0.2",
457
+ "type": "lora",
458
+ "weight": 1
459
+ },
460
+ {
461
+ "hash": "7eb674963a",
462
+ "name": "hassakuHentaiModel_v13",
463
+ "type": "model"
464
+ }
465
+ ],
466
+ "Model hash": "7eb674963a",
467
+ "\"kidnap_v0.2": "8b46761ba3d1",
468
+ "Hires upscale": "2",
469
+ "basement_v0.2": "71eb37d41aeb\"",
470
+ "Hires upscaler": "4x-UltraSharp",
471
+ "negativePrompt": "(worst quality, low quality:1.4)",
472
+ "Denoising strength": "0.3"
473
+ }
474
+ }
475
+ ],
476
+ "downloadUrl": "https://civitai.com/api/download/models/122632"
477
+ }
extensions/addtional/models/lora/kidnap_v0.2.preview.png ADDED
extensions/addtional/models/lora/kidnap_v0.2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96c07bd2fc3dfe2daaf993740f4f162a1ab2ab231701a1ee8564fe02623c1eca
3
+ size 9574956
extensions/addtional/models/lora/nixeu_offset64dim.civitai.info ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 73181,
3
+ "modelId": 5087,
4
+ "name": "offset 64 dim",
5
+ "createdAt": "2023-05-17T12:00:18.173Z",
6
+ "updatedAt": "2023-05-17T12:01:13.527Z",
7
+ "trainedWords": [
8
+ "nixeu"
9
+ ],
10
+ "baseModel": "SD 1.5",
11
+ "earlyAccessTimeFrame": 0,
12
+ "description": null,
13
+ "stats": {
14
+ "downloadCount": 105,
15
+ "ratingCount": 2,
16
+ "rating": 5
17
+ },
18
+ "model": {
19
+ "name": "Nixeu Style LoRA",
20
+ "type": "LORA",
21
+ "nsfw": false,
22
+ "poi": false
23
+ },
24
+ "files": [
25
+ {
26
+ "name": "nixeu_offset64dim.safetensors",
27
+ "id": 50736,
28
+ "sizeKB": 72137.21875,
29
+ "type": "Model",
30
+ "metadata": {
31
+ "fp": null,
32
+ "size": null,
33
+ "format": "SafeTensor"
34
+ },
35
+ "pickleScanResult": "Success",
36
+ "pickleScanMessage": "No Pickle imports",
37
+ "virusScanResult": "Success",
38
+ "scannedAt": "2023-05-17T14:49:03.722Z",
39
+ "hashes": {
40
+ "AutoV1": "8EAF15F4",
41
+ "AutoV2": "22E33E6779",
42
+ "SHA256": "22E33E67791E70BDDD9F7C6FACE965A15A151D54B3E1529AA366E55148CE83DE",
43
+ "CRC32": "905D7F9A",
44
+ "BLAKE3": "0018A0AFB62FC3F871FC173C7F78FE4ECD9C210F649BB53206C9B2DC8BE3F60A"
45
+ },
46
+ "primary": true,
47
+ "downloadUrl": "https://civitai.com/api/download/models/73181"
48
+ }
49
+ ],
50
+ "images": [
51
+ {
52
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/017f1e82-0377-4350-8c10-6b4a2a456b59/width=450/816668.jpeg",
53
+ "nsfw": "None",
54
+ "width": 2520,
55
+ "height": 1459,
56
+ "hash": "UWK-Rj%NWU%M.SW=j[WV_4kCWAof~Ws-WBof",
57
+ "meta": {
58
+ "ENSD": "31337",
59
+ "Size": "512x768",
60
+ "seed": 2760905093,
61
+ "Model": "AnyLoRA_bakedVae_fp16_NOTpruned",
62
+ "nixeu": "0.6>",
63
+ "steps": 30,
64
+ "Script": "X/Y/Z plot",
65
+ "X Type": "Prompt S/R",
66
+ "hashes": {
67
+ "model": "b775b13509"
68
+ },
69
+ "prompt": "nixeu, 1girl, black background, blonde hair, closed mouth, earrings, fur trim, grey eyes, hat, highres, jewelry, large hat, light particles, long hair, looking at viewer, mixed-language commentary, mole, mole under mouth, nostrils, original, red lips, shaded face, shadow, simple background, solo, upper body, witch hat <lora:nixeu:0.6>",
70
+ "sampler": "DPM++ SDE Karras",
71
+ "cfgScale": 7,
72
+ "Clip skip": "2",
73
+ "resources": [
74
+ {
75
+ "name": "nixeu",
76
+ "type": "lora",
77
+ "weight": 0.6
78
+ },
79
+ {
80
+ "hash": "b775b13509",
81
+ "name": "AnyLoRA_bakedVae_fp16_NOTpruned",
82
+ "type": "model"
83
+ }
84
+ ],
85
+ "Model hash": "b775b13509",
86
+ "nixeu_offset": "1>",
87
+ "Hires upscale": "1.65",
88
+ "Hires upscaler": "R-ESRGAN 4x+",
89
+ "negativePrompt": "(painting by bad-artist-anime:0.9), (painting by bad-artist:0.9), watermark, text, error, blurry, jpeg artifacts, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, artist name, (worst quality, low quality:1.4), bad anatomy",
90
+ "nixeu_offset64dim": "1>\"",
91
+ "Denoising strength": "0.4"
92
+ }
93
+ }
94
+ ],
95
+ "downloadUrl": "https://civitai.com/api/download/models/73181"
96
+ }
extensions/addtional/models/lora/nixeu_offset64dim.preview.png ADDED
extensions/addtional/models/lora/nixeu_offset64dim.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22e33e67791e70bddd9f7c6face965a15a151d54b3e1529aa366e55148ce83de
3
+ size 73868512
extensions/addtional/models/lora/paizuri.civitai.info ADDED
@@ -0,0 +1,382 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 106320,
3
+ "modelId": 99350,
4
+ "name": "v1.0",
5
+ "createdAt": "2023-06-29T03:27:09.402Z",
6
+ "updatedAt": "2023-06-29T03:57:47.162Z",
7
+ "trainedWords": [
8
+ "paizuri_keyword",
9
+ "1boy",
10
+ "1girl",
11
+ "breasts",
12
+ "nipples",
13
+ "hetero",
14
+ "paizuri",
15
+ "solo focus",
16
+ "penis",
17
+ "pov"
18
+ ],
19
+ "baseModel": "SD 1.5",
20
+ "earlyAccessTimeFrame": 0,
21
+ "description": "",
22
+ "stats": {
23
+ "downloadCount": 4428,
24
+ "ratingCount": 12,
25
+ "rating": 5
26
+ },
27
+ "model": {
28
+ "name": "POV Paizuri LoRA",
29
+ "type": "LORA",
30
+ "nsfw": true,
31
+ "poi": false
32
+ },
33
+ "files": [
34
+ {
35
+ "id": 74856,
36
+ "url": "https://civitai-delivery-worker-prod-2023-06-01.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/10924/model/paizuri.fbRz.safetensors",
37
+ "sizeKB": 37001.939453125,
38
+ "name": "paizuri.safetensors",
39
+ "type": "Model",
40
+ "metadata": {
41
+ "fp": null,
42
+ "size": null,
43
+ "format": "SafeTensor"
44
+ },
45
+ "pickleScanResult": "Success",
46
+ "pickleScanMessage": "No Pickle imports",
47
+ "virusScanResult": "Success",
48
+ "virusScanMessage": null,
49
+ "scannedAt": "2023-06-29T03:30:38.203Z",
50
+ "hashes": {
51
+ "AutoV1": "4320ACC5",
52
+ "AutoV2": "800EE2752D",
53
+ "SHA256": "800EE2752DEF9370114F2B2A9159841DD38A26430A8CB3560FEBB8B722FCF648",
54
+ "CRC32": "346C93C7",
55
+ "BLAKE3": "4A02933499CB648962CBF2D94542A3BECA6CB5EEF81F8139E7824650020DAD81"
56
+ },
57
+ "primary": true,
58
+ "downloadUrl": "https://civitai.com/api/download/models/106320"
59
+ }
60
+ ],
61
+ "images": [
62
+ {
63
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3e243a24-1c8f-4d4d-9e4b-21164339a813/width=450/1329639.jpeg",
64
+ "nsfw": "X",
65
+ "width": 1024,
66
+ "height": 1536,
67
+ "hash": "UYJafvs:_Nt8%~Rj~qxt?GWBt7oftRa}M{of",
68
+ "meta": {
69
+ "Size": "512x768",
70
+ "seed": 221325534,
71
+ "Model": "SCH Excelsior",
72
+ "steps": 75,
73
+ "hashes": {
74
+ "model": "ee5e7d0285"
75
+ },
76
+ "prompt": "(masterpiece:1.2, best quality:1.2, beautiful, high quality, highres:1.1, aesthetic), detailed, extremely detailed, ambient soft lighting, 4K, perfect lighting, perfect face, perfect eyes, paizuri_keyword, 1boy, 1girl, @_@, ahoge, alternate breast size, bangs, black hair, blush, breasts, breasts squeezed together, closed mouth, clothed female nude male, clothes lift, erection, hair between eyes, hetero, hex maniac \\(pokemon\\), huge breasts, long hair, long sleeves, looking at viewer, messy hair, motion lines, nipples, nude, paizuri, penis, pov, pov crotch, precum, purple eyes, purple hair, purple sweater, simple background, smile, solo focus, sweat, sweater, sweater lift, turtleneck, turtleneck sweater, uncensored, veins, veiny penis, very long hair, wavy mouth, white background, <lora:paizuri:0.75>",
77
+ "Version": "v1.3.2",
78
+ "sampler": "DPM++ SDE Karras",
79
+ "\"paizuri": "ab770c3ce34a\"",
80
+ "cfgScale": 6,
81
+ "resources": [
82
+ {
83
+ "name": "paizuri",
84
+ "type": "lora",
85
+ "weight": 0.75
86
+ },
87
+ {
88
+ "hash": "ee5e7d0285",
89
+ "name": "SCH Excelsior",
90
+ "type": "model"
91
+ }
92
+ ],
93
+ "Model hash": "ee5e7d0285",
94
+ "Hires steps": "15",
95
+ "Hires upscale": "2",
96
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
97
+ "negativePrompt": "(low quality, worst quality:1.3, monochrome:1.1), , (EasyNegative, bad-hands-5:0.6, bad_prompt_version2:0.8, verybadimagenegative_v1.3, aid291), (muscular)",
98
+ "Denoising strength": "0.4"
99
+ }
100
+ },
101
+ {
102
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/4b5b4d29-4116-4acf-a435-4f1c58cb1162/width=450/1329642.jpeg",
103
+ "nsfw": "X",
104
+ "width": 1024,
105
+ "height": 1536,
106
+ "hash": "UHK0]I00Lg%#PC8__Mx]vfD%s-M{^+t7E2bb",
107
+ "meta": {
108
+ "Size": "512x768",
109
+ "seed": 254126893,
110
+ "Model": "SCH Excelsior",
111
+ "steps": 75,
112
+ "hashes": {
113
+ "model": "ee5e7d0285"
114
+ },
115
+ "prompt": "(masterpiece:1.2, best quality:1.2, beautiful, high quality, highres:1.1, aesthetic), detailed, extremely detailed, ambient soft lighting, 4K, perfect lighting, perfect face, perfect eyes, chubby girl, 1boy, 1girl, blue eyes, breasts, collared shirt, glasses, hetero, huge breasts, lips, long sleeves, looking at viewer, nipples, open clothes, open shirt, paizuri, penis, pov, puckered lips, red hair, shirt, short hair, solo focus, uncensored, white background, white shirt, maxine, paizuri_keyword, <lora:maxine:0.75>, <lora:paizuri:0.75>",
116
+ "\"maxine": "4bf2b501bad1",
117
+ "Version": "v1.3.2",
118
+ "paizuri": "ab770c3ce34a\"",
119
+ "sampler": "DPM++ SDE Karras",
120
+ "cfgScale": 6,
121
+ "resources": [
122
+ {
123
+ "name": "maxine",
124
+ "type": "lora",
125
+ "weight": 0.75
126
+ },
127
+ {
128
+ "name": "paizuri",
129
+ "type": "lora",
130
+ "weight": 0.75
131
+ },
132
+ {
133
+ "hash": "ee5e7d0285",
134
+ "name": "SCH Excelsior",
135
+ "type": "model"
136
+ }
137
+ ],
138
+ "Model hash": "ee5e7d0285",
139
+ "Hires steps": "15",
140
+ "Hires upscale": "2",
141
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
142
+ "negativePrompt": "(low quality, worst quality:1.3, monochrome:1.1), , (EasyNegative, bad-hands-5:0.6, bad_prompt_version2:0.8, verybadimagenegative_v1.3, aid291), (muscular)",
143
+ "Denoising strength": "0.4"
144
+ }
145
+ },
146
+ {
147
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f941d6ee-e55f-46c3-9a27-242e26eae634/width=450/1329645.jpeg",
148
+ "nsfw": "X",
149
+ "width": 1024,
150
+ "height": 1536,
151
+ "hash": "UHKmFS~V00D%1kI:IA9Z10%2vyoM_3tQIAs.",
152
+ "meta": {
153
+ "Size": "512x768",
154
+ "seed": 2680968748,
155
+ "Model": "SCH Auxier",
156
+ "steps": 75,
157
+ "hashes": {
158
+ "model": "0265299a9d"
159
+ },
160
+ "prompt": "(masterpiece:1.2, best quality:1.2, beautiful, high quality, highres:1.1, aesthetic), detailed, extremely detailed, ambient soft lighting, 4K, perfect lighting, perfect face, perfect eyes, paizuri_keyword, 1boy, 1girl, :d, after paizuri, blush, breasts, collarbone, cum, cum on body, cum on breasts, fang, grey hair, hair between eyes, heavy breathing, hetero, huge breasts, large breasts, nipples, nose blush, nude, open mouth, paizuri, short hair, skin fang, smile, solo focus, sweat, <lora:paizuri:0.75>",
161
+ "Version": "v1.3.2",
162
+ "sampler": "DPM++ SDE Karras",
163
+ "\"paizuri": "ab770c3ce34a\"",
164
+ "cfgScale": 6,
165
+ "resources": [
166
+ {
167
+ "name": "paizuri",
168
+ "type": "lora",
169
+ "weight": 0.75
170
+ },
171
+ {
172
+ "hash": "0265299a9d",
173
+ "name": "SCH Auxier",
174
+ "type": "model"
175
+ }
176
+ ],
177
+ "Model hash": "0265299a9d",
178
+ "Hires steps": "15",
179
+ "Hires upscale": "2",
180
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
181
+ "negativePrompt": "(low quality, worst quality:1.3, monochrome:1.1), , (EasyNegative, bad-hands-5:0.6, bad_prompt_version2:0.8, verybadimagenegative_v1.3, aid291), (muscular)",
182
+ "Denoising strength": "0.4"
183
+ }
184
+ },
185
+ {
186
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/589b7ce7-090e-4e83-8a61-2887aef44ef6/width=450/1329643.jpeg",
187
+ "nsfw": "X",
188
+ "width": 1024,
189
+ "height": 1536,
190
+ "hash": "UdLWeU~V?wt7PBkX.8tRs-t7s9ogxvaKRjRj",
191
+ "meta": {
192
+ "Size": "512x768",
193
+ "seed": 3045389672,
194
+ "Model": "SCH Auxier",
195
+ "steps": 75,
196
+ "hashes": {
197
+ "model": "0265299a9d"
198
+ },
199
+ "prompt": "(masterpiece:1.2, best quality:1.2, beautiful, high quality, highres:1.1, aesthetic), detailed, extremely detailed, ambient soft lighting, 4K, perfect lighting, perfect face, perfect eyes, paizuri_keyword, 1boy, 1girl, :d, bangs, blush, braid, breasts, bright pupils, brown hair, completely nude, french braid, hair ribbon, hetero, large breasts, long hair, looking at viewer, mature female, nipples, nude, open mouth, paizuri, penis, pov, purple eyes, ribbon, simple background, smile, solo focus, upper body, white background, white pupils, <lora:paizuri:0.75>",
200
+ "Version": "v1.3.2",
201
+ "sampler": "DPM++ SDE Karras",
202
+ "\"paizuri": "ab770c3ce34a\"",
203
+ "cfgScale": 6,
204
+ "resources": [
205
+ {
206
+ "name": "paizuri",
207
+ "type": "lora",
208
+ "weight": 0.75
209
+ },
210
+ {
211
+ "hash": "0265299a9d",
212
+ "name": "SCH Auxier",
213
+ "type": "model"
214
+ }
215
+ ],
216
+ "Model hash": "0265299a9d",
217
+ "Hires steps": "15",
218
+ "Hires upscale": "2",
219
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
220
+ "negativePrompt": "(low quality, worst quality:1.3, monochrome:1.1), , (EasyNegative, bad-hands-5:0.6, bad_prompt_version2:0.8, verybadimagenegative_v1.3, aid291), (muscular)",
221
+ "Denoising strength": "0.4"
222
+ }
223
+ },
224
+ {
225
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aec1839b-6598-4003-86dc-7ae961210fe5/width=450/1329638.jpeg",
226
+ "nsfw": "X",
227
+ "width": 1024,
228
+ "height": 1536,
229
+ "hash": "UHH1PgIV0fNH0Lnhxuax01SL-Usl~VtRMxWX",
230
+ "meta": {
231
+ "Size": "512x768",
232
+ "seed": 937051394,
233
+ "Model": "Galena REDUX",
234
+ "steps": 75,
235
+ "hashes": {
236
+ "model": "6e9e1f4bc8"
237
+ },
238
+ "prompt": "(masterpiece:1.2, best quality:1.2, beautiful, high quality, highres:1.1, aesthetic), detailed, extremely detailed, ambient soft lighting, 4K, perfect lighting, perfect face, perfect eyes, paizuri_keyword, 1boy, 1girl, blush, breasts, collarbone, completely nude, gigantic breasts, hetero, huge breasts, large areolae, long hair, looking at viewer, nipples, nude, one eye closed, paizuri, penis, black hair, pov, puffy nipples, smile, solo focus, uncensored, yellow eyes, <lora:paizuri:0.75>",
239
+ "Version": "v1.3.2",
240
+ "sampler": "DPM++ SDE Karras",
241
+ "\"paizuri": "ab770c3ce34a\"",
242
+ "cfgScale": 6,
243
+ "resources": [
244
+ {
245
+ "name": "paizuri",
246
+ "type": "lora",
247
+ "weight": 0.75
248
+ },
249
+ {
250
+ "hash": "6e9e1f4bc8",
251
+ "name": "Galena REDUX",
252
+ "type": "model"
253
+ }
254
+ ],
255
+ "Model hash": "6e9e1f4bc8",
256
+ "Hires steps": "15",
257
+ "Hires upscale": "2",
258
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
259
+ "negativePrompt": "(low quality, worst quality:1.3, monochrome:1.1), , (EasyNegative, bad-hands-5:0.6, bad_prompt_version2:0.8, verybadimagenegative_v1.3, aid291), (muscular)",
260
+ "Denoising strength": "0.4"
261
+ }
262
+ },
263
+ {
264
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/22a5a57c-f824-47c3-8a11-48f9bfb5fd34/width=450/1329644.jpeg",
265
+ "nsfw": "X",
266
+ "width": 1024,
267
+ "height": 1536,
268
+ "hash": "URI4qu-:9]9aI:%MnhRPpIxu%2M{~WozWBju",
269
+ "meta": {
270
+ "Size": "512x768",
271
+ "seed": 936343685,
272
+ "Model": "Galena REDUX",
273
+ "steps": 75,
274
+ "hashes": {
275
+ "model": "6e9e1f4bc8"
276
+ },
277
+ "prompt": "(masterpiece:1.2, best quality:1.2, beautiful, high quality, highres:1.1, aesthetic), detailed, extremely detailed, ambient soft lighting, 4K, perfect lighting, perfect face, perfect eyes, paizuri_keyword, 1boy, 1girl, blush, breasts, brown eyes, brown hair, collarbone, gloves, hetero, high ponytail, large breasts, lips, long hair, looking at viewer, nipples, one eye closed, paizuri, penis, ponytail, pov, shiranui mai, smile, solo focus, uncensored, <lora:paizuri:0.75>",
278
+ "Version": "v1.3.2",
279
+ "sampler": "DPM++ SDE Karras",
280
+ "\"paizuri": "ab770c3ce34a\"",
281
+ "cfgScale": 6,
282
+ "resources": [
283
+ {
284
+ "name": "paizuri",
285
+ "type": "lora",
286
+ "weight": 0.75
287
+ },
288
+ {
289
+ "hash": "6e9e1f4bc8",
290
+ "name": "Galena REDUX",
291
+ "type": "model"
292
+ }
293
+ ],
294
+ "Model hash": "6e9e1f4bc8",
295
+ "Hires steps": "15",
296
+ "Hires upscale": "2",
297
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
298
+ "negativePrompt": "(low quality, worst quality:1.3, monochrome:1.1), , (EasyNegative, bad-hands-5:0.6, bad_prompt_version2:0.8, verybadimagenegative_v1.3, aid291), (muscular)",
299
+ "Denoising strength": "0.4"
300
+ }
301
+ },
302
+ {
303
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b56a2207-386d-4fcd-b005-4220cf150771/width=450/1329637.jpeg",
304
+ "nsfw": "X",
305
+ "width": 1024,
306
+ "height": 1536,
307
+ "hash": "URG*vb~WI=WA5QkDs:NFxZxtsooc~q%MRkRj",
308
+ "meta": {
309
+ "Size": "512x768",
310
+ "seed": 1758693995,
311
+ "Model": "Sardonyx REDUX",
312
+ "steps": 75,
313
+ "hashes": {
314
+ "model": "40d4f9d626"
315
+ },
316
+ "prompt": "(masterpiece:1.2, best quality:1.2, beautiful, high quality, highres:1.1, aesthetic), detailed, extremely detailed, ambient soft lighting, 4K, perfect lighting, perfect face, perfect eyes, paizuri_keyword, 1boy, 1girl, breasts, nipples, hetero, paizuri, solo focus, penis, pov, black hair, glasses, button shirt, open shirt, open clothes, long hair, messy hair, large breasts, <lora:paizuri:0.75>",
317
+ "Version": "v1.3.2",
318
+ "sampler": "DPM++ SDE Karras",
319
+ "\"paizuri": "ab770c3ce34a\"",
320
+ "cfgScale": 6,
321
+ "resources": [
322
+ {
323
+ "name": "paizuri",
324
+ "type": "lora",
325
+ "weight": 0.75
326
+ },
327
+ {
328
+ "hash": "40d4f9d626",
329
+ "name": "Sardonyx REDUX",
330
+ "type": "model"
331
+ }
332
+ ],
333
+ "Model hash": "40d4f9d626",
334
+ "Hires steps": "15",
335
+ "Hires upscale": "2",
336
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
337
+ "negativePrompt": "(low quality, worst quality:1.3, monochrome:1.1), , (EasyNegative, bad-hands-5:0.6, bad_prompt_version2:0.8, verybadimagenegative_v1.3, aid291), (muscular)",
338
+ "Denoising strength": "0.4"
339
+ }
340
+ },
341
+ {
342
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5aaf9a32-72fa-4dd5-9ba7-ab3ed700f255/width=450/1329640.jpeg",
343
+ "nsfw": "X",
344
+ "width": 1024,
345
+ "height": 1536,
346
+ "hash": "UZJ%Xy~WEgRjIpR+S#bIE2oLt6xukDR*RQoL",
347
+ "meta": {
348
+ "Size": "512x768",
349
+ "seed": 3309163196,
350
+ "Model": "Sardonyx REDUX",
351
+ "steps": 75,
352
+ "hashes": {
353
+ "model": "40d4f9d626"
354
+ },
355
+ "prompt": "(masterpiece:1.2, best quality:1.2, beautiful, high quality, highres:1.1, aesthetic), detailed, extremely detailed, ambient soft lighting, 4K, perfect lighting, perfect face, perfect eyes, paizuri_keyword, 1boy, 1girl, blush, breasts, breasts squeezed together, brown eyes, brown hair, completely nude, hetero, heterochromia, huge breasts, long hair, looking at viewer, multicolored hair, nipples, nude, open mouth, paizuri, penis, pink eyes, pink hair, pov, pov crotch, saliva, saliva trail, solo focus, split-color hair, tongue, tongue out, two-tone hair, uncensored, <lora:paizuri:0.75>",
356
+ "Version": "v1.3.2",
357
+ "sampler": "DPM++ SDE Karras",
358
+ "\"paizuri": "ab770c3ce34a\"",
359
+ "cfgScale": 6,
360
+ "resources": [
361
+ {
362
+ "name": "paizuri",
363
+ "type": "lora",
364
+ "weight": 0.75
365
+ },
366
+ {
367
+ "hash": "40d4f9d626",
368
+ "name": "Sardonyx REDUX",
369
+ "type": "model"
370
+ }
371
+ ],
372
+ "Model hash": "40d4f9d626",
373
+ "Hires steps": "15",
374
+ "Hires upscale": "2",
375
+ "Hires upscaler": "4x_fatal_Anime_500000_G",
376
+ "negativePrompt": "(low quality, worst quality:1.3, monochrome:1.1), , (EasyNegative, bad-hands-5:0.6, bad_prompt_version2:0.8, verybadimagenegative_v1.3, aid291), (muscular)",
377
+ "Denoising strength": "0.4"
378
+ }
379
+ }
380
+ ],
381
+ "downloadUrl": "https://civitai.com/api/download/models/106320"
382
+ }
extensions/addtional/models/lora/paizuri.preview.png ADDED
extensions/addtional/models/lora/paizuri.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:800ee2752def9370114f2b2a9159841dd38a26430a8cb3560febb8b722fcf648
3
+ size 37889986
extensions/addtional/models/lora/ratatatat74-000030.civitai.info ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 5568,
3
+ "modelId": 4844,
4
+ "name": "ratatatat74-30",
5
+ "createdAt": "2023-01-19T23:02:18.860Z",
6
+ "updatedAt": "2023-03-23T22:30:32.751Z",
7
+ "trainedWords": [
8
+ "ratatatat74"
9
+ ],
10
+ "baseModel": "SD 1.5",
11
+ "earlyAccessTimeFrame": 0,
12
+ "description": null,
13
+ "stats": {
14
+ "downloadCount": 220,
15
+ "ratingCount": 2,
16
+ "rating": 5
17
+ },
18
+ "model": {
19
+ "name": "ratatatat74 Style LoRA",
20
+ "type": "LORA",
21
+ "nsfw": false,
22
+ "poi": false
23
+ },
24
+ "files": [
25
+ {
26
+ "name": "ratatatat74-000030.safetensors",
27
+ "id": 5756,
28
+ "sizeKB": 294990.0458984375,
29
+ "type": "Model",
30
+ "metadata": {
31
+ "fp": "fp16",
32
+ "size": "full",
33
+ "format": "SafeTensor"
34
+ },
35
+ "pickleScanResult": "Success",
36
+ "pickleScanMessage": "No Pickle imports",
37
+ "virusScanResult": "Success",
38
+ "scannedAt": "2023-01-19T23:10:58.093Z",
39
+ "hashes": {
40
+ "AutoV1": "E5787969",
41
+ "AutoV2": "4C73420947",
42
+ "SHA256": "4C73420947724614FA2FB380A5402603E6EEBAF4A1A9B1252E681EBA179E3BB5",
43
+ "CRC32": "9ECA4419",
44
+ "BLAKE3": "C372AACFD3D62BC259AE28EF9382871E38381D5D34EC72611F0895DD1112E7B0"
45
+ },
46
+ "primary": true,
47
+ "downloadUrl": "https://civitai.com/api/download/models/5568"
48
+ }
49
+ ],
50
+ "images": [
51
+ {
52
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8819aa59-3315-4af5-a147-7a6547514f00/width=450/44521.jpeg",
53
+ "nsfw": "None",
54
+ "width": 1024,
55
+ "height": 1536,
56
+ "hash": "UIJa[Cx?0jxb0bI@Bhn+MdX9xwsl+;oe?GWB",
57
+ "meta": null
58
+ },
59
+ {
60
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a08ef88d-ff6c-45fb-4cb4-bee419a0fe00/width=450/44534.jpeg",
61
+ "nsfw": "Soft",
62
+ "width": 1024,
63
+ "height": 1536,
64
+ "hash": "UIKd-|~W1Q~q00.7H=nNyC0KD%J80Ls8IAnN",
65
+ "meta": {
66
+ "ENSD": "31337",
67
+ "Size": "512x768",
68
+ "seed": 2451970401,
69
+ "steps": 20,
70
+ "prompt": "ratatatat74, 1girl, ((anime screencap)), white_hair, fire, a girl with white hair and blue eyes wearing a white dress and black wings in front of a dark background with fire behind her, bare_shoulders, closed_mouth, dark-skinned_female, ((dark_skin)), hoop_earrings, long_hair, looking_at_viewer, purple_eyes, star_eyes, solo, upper_body, white_hair, (((masterpiece))), ((best quality)), (extremely detailed), watercolor, illustration, depth of field, sketch, dark intense shadows, sharp focus, soft lighting, hdr, colorful, good composition",
71
+ "sampler": "Euler a",
72
+ "cfgScale": 7,
73
+ "Model hash": "a87fd7da",
74
+ "Hires upscale": "2",
75
+ "Hires upscaler": "4x_foolhardy_Remacri",
76
+ "negativePrompt": "(painting by bad-artist-anime:0.9), (painting by bad-artist:0.9), watermark, text, error, blurry, jpeg artifacts, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, artist name, (worst quality, low quality:1.4), bad anatomy",
77
+ "Denoising strength": "0.45"
78
+ }
79
+ },
80
+ {
81
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/031f1b80-acb1-428f-fa55-a9482639c800/width=450/44533.jpeg",
82
+ "nsfw": "Soft",
83
+ "width": 1024,
84
+ "height": 1536,
85
+ "hash": "UOHd?q=OXT~W8{EK9EIU0_bp-:S|OSi{WFj@",
86
+ "meta": {
87
+ "ENSD": "31337",
88
+ "Size": "512x768",
89
+ "seed": 951659047,
90
+ "steps": 20,
91
+ "prompt": "ratatatat74, Cosmic sorceress, nebulas, galactic, Concept art portrait by Greg rutkowski, Artgerm, hyperdetailed intricately detailed gothic art trending on Artstation triadic colors Unreal Engine 5 detailed matte painting, deep color, fantastical, intricate detail, splash screen, complementary colors, fantasy concept art, 8k resolution, gothic deviantart masterpiece",
92
+ "sampler": "Euler a",
93
+ "cfgScale": 7,
94
+ "Model hash": "a87fd7da",
95
+ "Hires upscale": "2",
96
+ "Hires upscaler": "4x_foolhardy_Remacri",
97
+ "negativePrompt": "(painting by bad-artist-anime:0.9), (painting by bad-artist:0.9), watermark, text, error, blurry, jpeg artifacts, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, artist name, (worst quality, low quality:1.4), bad anatomy",
98
+ "Denoising strength": "0.39"
99
+ }
100
+ },
101
+ {
102
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3012a022-d32b-4ca8-3d01-01836df61e00/width=450/44532.jpeg",
103
+ "nsfw": "None",
104
+ "width": 1024,
105
+ "height": 1536,
106
+ "hash": "UBIX:S000KxtB1tmu4%Ns~KjITEe~B01~CNt",
107
+ "meta": {
108
+ "ENSD": "31337",
109
+ "Size": "512x768",
110
+ "seed": 2114314504,
111
+ "steps": 30,
112
+ "prompt": "ratatatat74, 1girl, yamato_5000, white_hair, green_hair, gradient_hair, horns, absurdres, ((masterpiece)), ((best quality)), extremely detailed, bloom, illustration, kimono, traditional_clothing, (perfect hands), depth of field, sketch, dark intense shadows, sharp focus, soft lighting, hdr, colorful, good composition, solo, highres, dojo background, japanese background, sakura blossoms",
113
+ "sampler": "DPM++ 2M Karras",
114
+ "cfgScale": 9,
115
+ "Model hash": "a87fd7da",
116
+ "Hires upscale": "2",
117
+ "Hires upscaler": "4x_foolhardy_Remacri",
118
+ "negativePrompt": "(((nsfw))), (((naked))), (painting by bad-artist-anime:0.9), (painting by bad-artist:0.9), watermark, text, error, blurry, jpeg artifacts, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, artist name, (worst quality, low quality:1.4), bad anatomy, watermark, signature, text, logo",
119
+ "Denoising strength": "0.45"
120
+ }
121
+ },
122
+ {
123
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/32f61d5c-ca6d-4da8-be2f-622e5bd7bd00/width=450/44531.jpeg",
124
+ "nsfw": "Soft",
125
+ "width": 1024,
126
+ "height": 1536,
127
+ "hash": "UFHUO%t800XAIUNGI8xa00sk-XRQ~Cf+OTRj",
128
+ "meta": {
129
+ "ENSD": "31337",
130
+ "Size": "512x768",
131
+ "seed": 951659046,
132
+ "steps": 20,
133
+ "prompt": "ratatatat74, Cosmic sorceress, nebulas, galactic, Concept art portrait by Greg rutkowski, Artgerm, hyperdetailed intricately detailed gothic art trending on Artstation triadic colors Unreal Engine 5 detailed matte painting, deep color, fantastical, intricate detail, splash screen, complementary colors, fantasy concept art, 8k resolution, gothic deviantart masterpiece",
134
+ "sampler": "Euler a",
135
+ "cfgScale": 7,
136
+ "Model hash": "a87fd7da",
137
+ "Hires upscale": "2",
138
+ "Hires upscaler": "4x_foolhardy_Remacri",
139
+ "negativePrompt": "(painting by bad-artist-anime:0.9), (painting by bad-artist:0.9), watermark, text, error, blurry, jpeg artifacts, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, artist name, (worst quality, low quality:1.4), bad anatomy",
140
+ "Denoising strength": "0.39"
141
+ }
142
+ },
143
+ {
144
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55cb9fe5-3a00-4170-ebb1-3f2a50229700/width=450/44530.jpeg",
145
+ "nsfw": "None",
146
+ "width": 1024,
147
+ "height": 1536,
148
+ "hash": "UDK-2r9$.lDi004:8{xY4m^$_2kV-:w]R,kW",
149
+ "meta": {
150
+ "ENSD": "31337",
151
+ "Size": "512x768",
152
+ "seed": 738224787,
153
+ "steps": 34,
154
+ "prompt": "ratatatat74, 1girl, tifa, highres, absurdres, (masterpiece), (best quality), extremely detailed, watercolor, bloom, delicate and beautiful, ink, illustration, depth of field, sketch, dark intense shadows, sharp focus, soft lighting, hdr, colorful, good composition, delicate and beautiful, from below, ((red_eyes)), white top, skirt, suspenders, large_chest",
155
+ "sampler": "Euler a",
156
+ "cfgScale": 7,
157
+ "Clip skip": "2",
158
+ "Model hash": "a87fd7da",
159
+ "Hires upscale": "2",
160
+ "Hires upscaler": "4x_foolhardy_Remacri",
161
+ "negativePrompt": "text, b&w, cartoon, bad art, poorly drawn, close up, blurry, disfigured, deformed, extra limbs:1.5, extra heads:1.5, noise, short hair, cartoon, 3d, ((disfigured)), ((bad art)), ((deformed)), ((poorly drawn)), ((extra limbs)), ((close up)), ((b&w)), weird colors, blurry",
162
+ "Denoising strength": "0.38"
163
+ }
164
+ },
165
+ {
166
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d5c945e0-e894-41ba-69b2-790661dcaf00/width=450/44529.jpeg",
167
+ "nsfw": "None",
168
+ "width": 1024,
169
+ "height": 1536,
170
+ "hash": "UOK1E=kqEL~p9GIV?bs:4:n*s:M{.8E1%1WB",
171
+ "meta": null
172
+ },
173
+ {
174
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/5a77dd89-c9b7-4c15-318a-270a0ea66500/width=450/44528.jpeg",
175
+ "nsfw": "X",
176
+ "width": 1024,
177
+ "height": 1536,
178
+ "hash": "UEF=5p?Z000L00xb~pM{EwE1i|?H9Gad-;bI",
179
+ "meta": {
180
+ "ENSD": "31337",
181
+ "Size": "512x768",
182
+ "seed": 951659049,
183
+ "steps": 20,
184
+ "prompt": "ratatatat74, Cosmic sorceress, nebulas, galactic, Concept art portrait by Greg rutkowski, Artgerm, hyperdetailed intricately detailed gothic art trending on Artstation triadic colors Unreal Engine 5 detailed matte painting, deep color, fantastical, intricate detail, splash screen, complementary colors, fantasy concept art, 8k resolution, gothic deviantart masterpiece",
185
+ "sampler": "Euler a",
186
+ "cfgScale": 7,
187
+ "Model hash": "a87fd7da",
188
+ "Hires upscale": "2",
189
+ "Hires upscaler": "4x_foolhardy_Remacri",
190
+ "negativePrompt": "(painting by bad-artist-anime:0.9), (painting by bad-artist:0.9), watermark, text, error, blurry, jpeg artifacts, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, artist name, (worst quality, low quality:1.4), bad anatomy",
191
+ "Denoising strength": "0.39"
192
+ }
193
+ }
194
+ ],
195
+ "downloadUrl": "https://civitai.com/api/download/models/5568"
196
+ }
extensions/addtional/models/lora/ratatatat74-000030.preview.png ADDED
extensions/addtional/models/lora/ratatatat74-000030.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c73420947724614fa2fb380a5402603e6eebaf4a1a9b1252e681eba179e3bb5
3
+ size 302069807
extensions/addtional/models/lora/reverse fellatio lion2-000012.civitai.info ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": 22001,
3
+ "modelId": 18543,
4
+ "name": "v1.0",
5
+ "createdAt": "2023-03-12T08:06:25.110Z",
6
+ "updatedAt": "2023-03-15T12:20:54.999Z",
7
+ "trainedWords": [
8
+ "reverse fellatio"
9
+ ],
10
+ "baseModel": "SD 1.5",
11
+ "earlyAccessTimeFrame": 0,
12
+ "description": null,
13
+ "stats": {
14
+ "downloadCount": 11651,
15
+ "ratingCount": 11,
16
+ "rating": 4.27
17
+ },
18
+ "model": {
19
+ "name": "concept Reverse fellatio",
20
+ "type": "LORA",
21
+ "nsfw": true,
22
+ "poi": false
23
+ },
24
+ "files": [
25
+ {
26
+ "id": 18338,
27
+ "url": "https://5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/civitai-prod-settled/105182/model/reverse20fellatio.2xW9.safetensors",
28
+ "sizeKB": 36979.7578125,
29
+ "name": "reverse fellatio lion2-000012.safetensors",
30
+ "type": "Model",
31
+ "metadata": {
32
+ "fp": "fp16",
33
+ "size": "full",
34
+ "format": "SafeTensor"
35
+ },
36
+ "pickleScanResult": "Success",
37
+ "pickleScanMessage": "No Pickle imports",
38
+ "virusScanResult": "Success",
39
+ "virusScanMessage": null,
40
+ "scannedAt": "2023-03-12T08:11:38.774Z",
41
+ "hashes": {
42
+ "AutoV1": "2BAE93F6",
43
+ "AutoV2": "F74E40211A",
44
+ "SHA256": "F74E40211A54EB54CF47A3375BC4B85E99BC09803A3CEA908A78F08A4D042346",
45
+ "CRC32": "25AD59C7",
46
+ "BLAKE3": "79E38844162331DD653DEF225E91F40D51163A83D08F667C135C5CDCA3FCE23A"
47
+ },
48
+ "primary": true,
49
+ "downloadUrl": "https://civitai.com/api/download/models/22001"
50
+ }
51
+ ],
52
+ "images": [
53
+ {
54
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/111117e0-5748-4750-5afa-2d05304f9400/width=450/235452.jpeg",
55
+ "nsfw": "X",
56
+ "width": 768,
57
+ "height": 768,
58
+ "hash": "UjJH5ZOsrqof~W%MahWBS#%2s;R+xut6s:t7",
59
+ "meta": {
60
+ "steps": 20,
61
+ "prompt": "masterpiece,1girl,reverse fellatio,penis, from side <lora:reverse fellatio v1\u3010reverse fellatio\u3011:1>",
62
+ "sampler": "Euler a",
63
+ "negativePrompt": "(worst quality:1.4), (low quality:1.4), (normal quality:1.4), lowres"
64
+ }
65
+ },
66
+ {
67
+ "url": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ef99d143-4dc1-41ba-0dc2-92621bcb0400/width=450/235454.jpeg",
68
+ "nsfw": "X",
69
+ "width": 768,
70
+ "height": 768,
71
+ "hash": "UNHUwr_NMdIV-6xttRs:00MxxuM{9^RPn$g3",
72
+ "meta": {
73
+ "steps": 20,
74
+ "prompt": "masterpiece,1girl,reverse fellatio,penis, from side <lora:reverse fellatio v1\u3010reverse fellatio\u3011:1>",
75
+ "sampler": "Euler a",
76
+ "negativePrompt": "(worst quality:1.4), (low quality:1.4), (normal quality:1.4), lowres"
77
+ }
78
+ }
79
+ ],
80
+ "downloadUrl": "https://civitai.com/api/download/models/22001"
81
+ }
extensions/addtional/models/lora/reverse fellatio lion2-000012.preview.png ADDED