EvilEngine
commited on
Commit
·
1ac5124
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +212 -0
.gitattributes
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
# Audio files - uncompressed
|
38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
41 |
+
# Audio files - compressed
|
42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
# Image files - uncompressed
|
48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
# Image files - compressed
|
53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,212 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
(RAW photo, best quality),(realistic, photo-Realistic:1.1),best
|
11 |
+
quality,masterpiece,beautiful and aesthetic,16K,(HDR:1.2),high
|
12 |
+
contrast,(vibrant color:1.3),(muted colors, dim colors, soothing
|
13 |
+
tones:0),cinematic lighting,ambient lighting,sidelighting,Exquisite details
|
14 |
+
and textures,cinematic shot,Warm tone,(Bright and intense:1.1),wide shot,by
|
15 |
+
xm887,ultra realistic illustration,siena natural ratio,head to thigh
|
16 |
+
portrait,Curly perm with shiny long blond hair,(a look of surprise:1.4),blue
|
17 |
+
loose-fitting,off-the-shoulder blouse,skinny jeans,a beautiful Ukrainian
|
18 |
+
model,icy eyeshadow,Pale skin,Rayben Sunglasses,Art by Josephine Wall and
|
19 |
+
Stephanie Law,Linda Ravenscroft,Kinuko Y. Craft. anime style.,
|
20 |
+
parameters:
|
21 |
+
negative_prompt: >-
|
22 |
+
easynegative,(badhandv4),(bad quality:1.3),(worst
|
23 |
+
quality:1.3),watermark,(blurry),5-funny-looking-fingers,
|
24 |
+
output:
|
25 |
+
url: images/00103-1222514973.jpeg
|
26 |
+
- text: >-
|
27 |
+
1girl,african girl,((dark-skinned)),long braids,body covered in words,words
|
28 |
+
on body,tattoos of words on body,(masterpiece, best quality),large
|
29 |
+
breasts,(intricate details),unity 8k wallpaper,ultra detailed,(pastel
|
30 |
+
colors),beautiful and aesthetic,see-through (clothes),detailed,solo,look at
|
31 |
+
viewer,
|
32 |
+
parameters:
|
33 |
+
negative_prompt: >-
|
34 |
+
easynegative,(badhandv4),(bad quality:1.3),(worst
|
35 |
+
quality:1.3),watermark,(blurry),5-funny-looking-fingers,
|
36 |
+
output:
|
37 |
+
url: images/00016-2960822032.jpeg
|
38 |
+
base_model: John6666/am-i-real-v45-sd15
|
39 |
+
instance_prompt: None
|
40 |
+
|
41 |
+
---
|
42 |
+
# realcartoon3d_v17
|
43 |
+
|
44 |
+
<Gallery />
|
45 |
+
|
46 |
+
## Model description
|
47 |
+
|
48 |
+
|
49 |
+
![RealCartoon3DV17.jpeg](https://cdn-uploads.huggingface.co/production/uploads/66a20b8a66ead78120bb86e1/TBb8p1KrBIn6CAYfsDGJf.jpeg)
|
50 |
+
|
51 |
+
You can also run this model on sinkin.ai and mage.space:
|
52 |
+
|
53 |
+
https://www.mage.space/ (Really helps out if you want to support to)
|
54 |
+
|
55 |
+
https://www.shakker.ai/userpage/76e974968502489794d7d7938e6dda54/publish
|
56 |
+
|
57 |
+
https://sinkin.ai/m/gLv9zeq
|
58 |
+
|
59 |
+
Want to send some support? (send some at Ko-fi)
|
60 |
+
Scroll down for some prompt recommendations
|
61 |
+
|
62 |
+
If you want to add some age to a subject, I tested Age Slider and it did well: Age Slider
|
63 |
+
|
64 |
+
Also recommend easynegative, badhandv4 in the negative prompt
|
65 |
+
The History:
|
66 |
+
|
67 |
+
RealCartoon3D was my first model uploaded. I was still learning this stuff, but wanted to create a checkpoint to do what I wanted it to do when prompted with a look I enjoyed. Some goals for the checkpoint (updated as time went on):
|
68 |
+
|
69 |
+
1. Variety in humans (I.E. African, European, Asian, etc). I did not want it just producing the same look I saw everywhere.
|
70 |
+
|
71 |
+
2. Produce a cartoon look with a realistic touch
|
72 |
+
|
73 |
+
3. Do well with LoRAs. (because this is where the customization really happens)
|
74 |
+
|
75 |
+
The mission was/is to attempt to get this checkpoint to a point where it will do well on first attempt or second attempt with prompts (my computer is just a gaming laptop that gets really hot when doing things like this lol...already kill the battery once).
|
76 |
+
|
77 |
+
I have learned a lot in the process and even started other checkpoints (RealCartoon-Anime, Realistic, Pixar, and 2.5D) to give a more focused variation. This checkpoint is the basis for all of them and gets a merge in from time to time to them. This one though will always be my main one though....even though that PIXAR one has a really nice look :P
|
78 |
+
|
79 |
+
I hope you all enjoy it! Please review and share your images. I very much appreciate the support with the downloads and feedback (THANK YOU ALL). Never thought it would get this much attention.
|
80 |
+
|
81 |
+
The Creation Process:
|
82 |
+
|
83 |
+
|
84 |
+
The starting checkpoints for merging were a couple of top ones during May of 2023 (The checkpoints do/did not have restrictions on checkpoint mergers). I also baked in the VAE (vae-ft-mse-840000-ema-pruned). I tried ClearVAE (which does some nice results, but it would mess up from time to time (which may have been my computer). I did not want this issue to fall to anyone that downloaded this model, so I did not use that VAE. Sadly, I did not have the resources to train from scratch; but found that many people would just train off these top checkpoints anyway. As time moved on, I would try to find checkpoints that had a look or cool backdrop (or odd result sometimes) that would help the overall look (again avoiding those that had restrictions with merging, as I do not want to mess up anyone's work or get lost in licensing). One issue that would always seem to show up was hands being messed up. They just did not come out right (as many checkpoints seemed to have a problem with in SD 1.5); but as I kept moving forward in merging, the hands seemed to get better. I would then look for LoRas to influence the look and style. These LoRas were not to take over the checkpoint but help mold it per say. As I wanted the user to have control of this. Since that is the point of LoRas.
|
85 |
+
|
86 |
+
Overall, this checkpoint moved up in versions quickly as it got figured out. Eventually it started to really go where I wanted with Version 3.0, 3.1, and then of course Version 4 (slowing down a bit in the updates as well). I still like the older versions; and these older versions are what influenced the other RealCartoon checkpoints. As the look for this primary one got figured out.
|
87 |
+
|
88 |
+
Prompt Settings:
|
89 |
+
|
90 |
+
(These settings are for A1111 ):
|
91 |
+
|
92 |
+
The below image is the top settings I recommend. I do not use a VAE normally as
|
93 |
+
|
94 |
+
(vae-ft-mse-840000-ema-pruned) is baked in.
|
95 |
+
![49089e68-ffb2-44fc-a415-fb587d13f013.png](https://cdn-uploads.huggingface.co/production/uploads/66a20b8a66ead78120bb86e1/b8KqCxRi3LpfjdBAxBSds.png)
|
96 |
+
|
97 |
+
Below are the normal settings I do run when generating most of my images.
|
98 |
+
|
99 |
+
![706895f3-8900-4f92-9c29-88d1d1b524fd.png](https://cdn-uploads.huggingface.co/production/uploads/66a20b8a66ead78120bb86e1/-RiyVzAiP2pYzIeW8sRSC.png)
|
100 |
+
|
101 |
+
Some variation of course happens depending on the desired outcome (I.E. Landscape). I also like to make portrait 512 by 904 as well. I only run batches when I am checking checkpoints or looking for that perfect image. This is normally set to 1
|
102 |
+
|
103 |
+
Sampling method I primarily use is Euler a, but DPM++ SDE Karra and DPM++ 2M Karras do well as well.
|
104 |
+
|
105 |
+
A newer version of the Euler sampler (Advanced Euler by licyk) - https://github.com/licyk/advanced_euler_sampler_extension
|
106 |
+
|
107 |
+
This one does better on hands
|
108 |
+
|
109 |
+
Normally produces images faster
|
110 |
+
|
111 |
+
Upscaler is either R-ESRGAN 4x+ or 4k-UltraSharp for most of my images.
|
112 |
+
|
113 |
+
The Upscale settings will vary depending on your computer.
|
114 |
+
|
115 |
+
Would run ADetailer if subject is in the distance as SD1.5 can sometimes fail at faces with distance people. Be careful if you have blurred subjects in backgrounds; as this can start "enhancing them" and thus mess with the overall look.
|
116 |
+
|
117 |
+
If you are having problems running A1111 you can change the "webui-user.bat" settings to help (by right clicking and opening in notepad):
|
118 |
+
|
119 |
+
set COMMANDLINE_ARGS= --xformers
|
120 |
+
|
121 |
+
If you do not have xformers or cannot install it, put the following instead:
|
122 |
+
|
123 |
+
set COMMANDLINE_ARGS= --disable-model-loading-ram-optimization --opt-sdp-no-mem-attention
|
124 |
+
|
125 |
+
To install xformers: how to install xformers
|
126 |
+
|
127 |
+
Prompt Recommendations:
|
128 |
+
|
129 |
+
When it comes to prompts that is really up to you. Here is some advice:
|
130 |
+
|
131 |
+
Please be careful on the strength you add to LoRas as this can affect the overall look with the checkpoint. Stronger does not always mean better. I normally run 0.4 - 1 strengths depending on the LoRa.
|
132 |
+
|
133 |
+
What is first in your prompt has higher priority.
|
134 |
+
|
135 |
+
Having parathesis increases a priority, but having everything in them is almost as good as typing without them.
|
136 |
+
|
137 |
+
Subtle changes in a prompt (to include punctuation) can change the image
|
138 |
+
|
139 |
+
The seed helps in producing similar images with similar software and settings. It does not guarantee the same image as even a difference in software (I.E. ComfyUI) or hardware can affect it.
|
140 |
+
|
141 |
+
If you want a more cartoon look (at least with this checkpoint) use the following near the front of the prompt: Anime, Cartoon, painted, or comic. This does not guarantee a look depending on the version; but it will lean more that way. This also works for Realistic looks (Realistic, real, etc).
|
142 |
+
|
143 |
+
If you want Safe for work or not nudity to show up then make sure you put the following in your negative prompt: nude, nudity, naked, NSFW, nipples. Of course if you have this in your actual prompt then it will more then likely do it.
|
144 |
+
|
145 |
+
The following is what I normally run in a negative prompt (you can click on easynagative or badhandv4 to get the files):
|
146 |
+
|
147 |
+
easynegative,(badhandv4),(bad quality:1.3),(worst quality:1.3),watermark,(blurry),5-funny-looking-fingers
|
148 |
+
|
149 |
+
NOTE: Badhandv4 is an embedding. So goes in the embedding folder of A1111
|
150 |
+
|
151 |
+
Why So Many Versions:
|
152 |
+
|
153 |
+
Because I wanted to share all the results that I felt reached a desired outcome. Allowed me to have fun, and I saw that many enjoyed them. Which motivated me to keep trying. Again, thank you.
|
154 |
+
|
155 |
+
__________________________________________________________________________________________________
|
156 |
+
License & Use
|
157 |
+
|
158 |
+
This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
|
159 |
+
|
160 |
+
1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content.
|
161 |
+
|
162 |
+
2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license.
|
163 |
+
|
164 |
+
3. You may re-distribute the weights. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the modified CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully).
|
165 |
+
|
166 |
+
Please read the full license here Stable Diffusion
|
167 |
+
|
168 |
+
Use Restrictions:
|
169 |
+
|
170 |
+
You agree not to use the Model or Derivatives of the Model:
|
171 |
+
|
172 |
+
- In any way that violates any applicable national, federal, state, local or international law or regulation
|
173 |
+
|
174 |
+
- For the purpose of exploiting, harming or attempting to exploit or harm minors in any way
|
175 |
+
|
176 |
+
- To generate or disseminate verifiably false information and/or content with the purpose of harming others
|
177 |
+
|
178 |
+
- To generate or disseminate personal identifiable information that can be used to harm an individual
|
179 |
+
|
180 |
+
- To defame, disparage or otherwise harass others
|
181 |
+
|
182 |
+
- For fully automated decision making that adversely impacts an individual’s legal rights or otherwise creates or modifies a binding, enforceable obligation
|
183 |
+
|
184 |
+
- For any use intended to or which has the effect of discriminating against or harming individuals or groups based on online or offline social behavior or known or predicted personal or personality characteristics
|
185 |
+
|
186 |
+
- To exploit any of the vulnerabilities of a specific group of persons based on their age, social, physical or mental characteristics, in order to materially distort the behavior of a person pertaining to that group in a manner that causes or is likely to cause that person or another person physical or psychological harm
|
187 |
+
|
188 |
+
- For any use intended to or which has the effect of discriminating against individuals or groups based on legally protected characteristics or categories
|
189 |
+
|
190 |
+
- To provide medical advice and medical results interpretation
|
191 |
+
|
192 |
+
- To generate or disseminate information for the purpose to be used for administration of justice, law enforcement, immigration or asylum processes, such as predicting an individual will commit fraud/crime commitment (e.g. by text profiling, drawing causal relationships between assertions made in documents, indiscriminate and arbitrarily-targeted use).
|
193 |
+
Terms of use:
|
194 |
+
|
195 |
+
- You are solely responsible for any legal liability resulting from unethical use of this model(s)
|
196 |
+
|
197 |
+
- If you use any of these models for merging, please state what steps you took to do so and clearly indicate where modifications have been made.
|
198 |
+
Note:
|
199 |
+
|
200 |
+
If you see any conflicts or corrections to be made, please let me know.
|
201 |
+
|
202 |
+
|
203 |
+
## Trigger words
|
204 |
+
|
205 |
+
You should use `None` to trigger the image generation.
|
206 |
+
|
207 |
+
|
208 |
+
## Download model
|
209 |
+
|
210 |
+
Weights for this model are available in Safetensors format.
|
211 |
+
|
212 |
+
[Download](/EvilEngine/realcartoon3d_v17/tree/main) them in the Files & versions tab.
|