AIWarper
commited on
Commit
·
d157b8d
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +89 -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,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
RU883R style, soviet traditional children rear view walking next to a crop
|
11 |
+
field, a dirt trail, a river, some snow patches on the ground, early winter,
|
12 |
+
at a distance stands an old rusty broken giant mechanical quadripedal feet
|
13 |
+
war machine with wires hanging and a artillery canon and green paint, bulky
|
14 |
+
body, inspired by Jakub Rozalski. Vintage 1920s cartoon.
|
15 |
+
output:
|
16 |
+
url: images/Rub_00001_.png
|
17 |
+
- text: >-
|
18 |
+
RU883R style, A debonair pikachu is wearing a three piece business suit
|
19 |
+
standing in an alleyway at night. He is holding a pistol and aiming it
|
20 |
+
directly at the camera. There is a speech balloon that reads, "feeling
|
21 |
+
lucky, punk?". Vintage 1920s cartoon. He has a very toothy sinister grin and
|
22 |
+
the overall mood is sinister. He is wearing white gloves.
|
23 |
+
output:
|
24 |
+
url: images/Rub_00002_.png
|
25 |
+
- text: >-
|
26 |
+
RU883R style, A sexy devil nurse is laughing mannically, in the background
|
27 |
+
there is lightning. She is holding a syringe. She has a very toothy sinister
|
28 |
+
smile and the overall mood is sinister.
|
29 |
+
output:
|
30 |
+
url: images/Rub_00003_.png
|
31 |
+
- text: >-
|
32 |
+
A surreal 35mm analog photo of an adorable girl with blonde pigtails wearing
|
33 |
+
a blue dress and black shoes is falling. In the background there are
|
34 |
+
swirling vortex' and disfigured clocks passing by
|
35 |
+
output:
|
36 |
+
url: images/Rub_00004_.png
|
37 |
+
- text: RU883R, A surreal 35mm analog photo of shrek
|
38 |
+
output:
|
39 |
+
url: images/Rub_00005_.png
|
40 |
+
- text: >-
|
41 |
+
RU883R, A beautiful disney princess wearing a pink dress. She has blonde
|
42 |
+
hair and a big toothy grin. Rendered with vray. Pixar movie screencap
|
43 |
+
output:
|
44 |
+
url: images/Rub_00006_.png
|
45 |
+
- text: >-
|
46 |
+
RU883R, A colossal Lovecraftian tentacle creature with a sinister toothy
|
47 |
+
grin and massive yellow eyes rises ominously from the dark, churning ocean,
|
48 |
+
its massive form obscured by sheets of rain. Jagged bolts of lightning
|
49 |
+
crackle across the stormy sky, illuminating the creature's writhing
|
50 |
+
tentacles in brief, terrifying flashes. The view is from the deck of a
|
51 |
+
wooden boat looking up at the creature.
|
52 |
+
output:
|
53 |
+
url: images/Rub_00007_.png
|
54 |
+
base_model: black-forest-labs/FLUX.1-dev
|
55 |
+
instance_prompt: RU883R
|
56 |
+
license: apache-2.0
|
57 |
+
---
|
58 |
+
# RubberCore 1920s Cartoon Style
|
59 |
+
|
60 |
+
<Gallery />
|
61 |
+
|
62 |
+
## Model description
|
63 |
+
|
64 |
+
PLEASE READ ALL OF THE CONTENTS BELOW BEFORE USING
|
65 |
+
|
66 |
+
I am finding the best results with DEIS / BETA combo on the ksampler
|
67 |
+
|
68 |
+
Standard shift value works fine (1.15 / 0.5)
|
69 |
+
|
70 |
+
Depending on the style you are trying to achieve you will have to play with the LORA strength, with / without the trigger word (RU883R) and some other things I will list below:
|
71 |
+
|
72 |
+
If your image is looking too flat and cartooney (and this is not what you want) I've found adding common prompts that push realism (35mm analog photograph for example) and then just upping the strength of the lora yield much better results.
|
73 |
+
|
74 |
+
Similar to bullet point one, when prompting a specific character that the base model may already know really well (see my Shrek example in the images) I found experimenting with words like surreal, but still including the 35mm photo stuff really helps push a fun stylized cartoon look but also keeps some depth to the image
|
75 |
+
|
76 |
+
I've included all of the sample parameters I used to generate all of the images I've included. I urge you to look at those and see how I achieved the results I did.
|
77 |
+
|
78 |
+
THE TAKE AWAY HERE IS, THIS IS NOT A SET STRENGTH TO 1, PRESS GO, GET PERFECT IMAGES EVERY TIME. IT WILL TAKE SOME EXPERIMENTING ON YOUR END BUT I PROMISE YOU THE RESULTS CAN BE INCREDIBLE.
|
79 |
+
|
80 |
+
## Trigger words
|
81 |
+
|
82 |
+
You should use `RU883R` to trigger the image generation.
|
83 |
+
|
84 |
+
|
85 |
+
## Download model
|
86 |
+
|
87 |
+
Weights for this model are available in Safetensors format.
|
88 |
+
|
89 |
+
[Download](/AIWarper/RubberCore1920sCartoonStyle/tree/main) them in the Files & versions tab.
|