Commit
·
1d569fb
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +164 -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,164 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- output:
|
9 |
+
url: images/20250818085146_Qwen8s_00001_.jpg
|
10 |
+
text: >-
|
11 |
+
g4m3b0yc4m3r4, color photo, pixel photo, An old advertisement featuring a
|
12 |
+
Nintendo Game Boy Color. Bold text reads: "QWEN GAME BOY CAMERA STYLE".
|
13 |
+
GameBoy, Game Boy,
|
14 |
+
- output:
|
15 |
+
url: images/20250818085906_Qwen8s_00002_.jpg
|
16 |
+
text: g4m3b0yc4m3r4, grayscale, pixel photo, an evil clown,
|
17 |
+
- output:
|
18 |
+
url: images/20250818085934_Qwen8s_00001_.jpg
|
19 |
+
text: g4m3b0yc4m3r4, pixel photo, color photo, a volcano erupting,
|
20 |
+
- output:
|
21 |
+
url: images/20250818090003_Qwen8s_00001_.jpg
|
22 |
+
text: >-
|
23 |
+
g4m3b0yc4m3r4, pixel photo, greyscale, a woman in the 1950s smoking a
|
24 |
+
cigarette,
|
25 |
+
- output:
|
26 |
+
url: images/20250818085816_Qwen8s_00002_.jpg
|
27 |
+
text: >-
|
28 |
+
g4m3b0yc4m3r4, pixel photo, color photo, luigi from super mario bros, angry,
|
29 |
+
mean,
|
30 |
+
- output:
|
31 |
+
url: images/20250818090012_Qwen8s_00002_.jpg
|
32 |
+
text: >-
|
33 |
+
g4m3b0yc4m3r4, color photo, pixel photo, futuristic astronaut walking on the
|
34 |
+
surface of mars planet,
|
35 |
+
- output:
|
36 |
+
url: images/20250818090022_Qwen8s_00001_.jpg
|
37 |
+
text: g4m3b0yc4m3r4, greyscale, a black cat,
|
38 |
+
- output:
|
39 |
+
url: images/20250818085854_Qwen8s_00002_.jpg
|
40 |
+
text: >-
|
41 |
+
g4m3b0yc4m3r4, pixel photo, a yellow lab dog, sitting on a couch, color
|
42 |
+
photo,
|
43 |
+
- output:
|
44 |
+
url: images/20250818085422_Qwen8s_00001_.jpg
|
45 |
+
text: >-
|
46 |
+
g4m3b0yc4m3r4, pixel photo, color photo, a large space ship flying through
|
47 |
+
space with a planet in the background,
|
48 |
+
- output:
|
49 |
+
url: images/20250818090102_Qwen8s_00002_.jpg
|
50 |
+
text: g4m3b0yc4m3r4, grayscale, pixel photo, batman,
|
51 |
+
- output:
|
52 |
+
url: images/20250818085820_Qwen8s_00001_.jpg
|
53 |
+
text: g4m3b0yc4m3r4, greyscale, pixel photo, chimpanzee,
|
54 |
+
- output:
|
55 |
+
url: images/20250818085829_Qwen8s_00001_.jpg
|
56 |
+
text: >-
|
57 |
+
g4m3b0yc4m3r4, pixel photo, color photo, 1990s 20 year old man with frosted
|
58 |
+
tips hair and oakley sunglasses, late 1990s style,
|
59 |
+
- output:
|
60 |
+
url: images/20250818090033_Qwen8s_00001_.jpg
|
61 |
+
text: >-
|
62 |
+
g4m3b0yc4m3r4, pixel photo, greyscale, a man standing next to a high end
|
63 |
+
car,
|
64 |
+
- output:
|
65 |
+
url: images/20250818085846_Qwen8s_00001_.jpg
|
66 |
+
text: g4m3b0yc4m3r4, pixel photo, color photo, a cyborg robot,
|
67 |
+
- output:
|
68 |
+
url: images/20250818085915_Qwen8s_00001_.jpg
|
69 |
+
text: >-
|
70 |
+
g4m3b0yc4m3r4, pixel photo, landscape shot, grass field, trees, mountains,
|
71 |
+
golden hour, color photo,
|
72 |
+
- output:
|
73 |
+
url: images/20250818085925_Qwen8s_00001_.jpg
|
74 |
+
text: >-
|
75 |
+
g4m3b0yc4m3r4, pixel photo, grayscale, an old man screaming and pointing at
|
76 |
+
the viewer,
|
77 |
+
- output:
|
78 |
+
url: images/20250818085837_Qwen8s_00002_.jpg
|
79 |
+
text: >-
|
80 |
+
g4m3b0yc4m3r4, pixel photo, color photo, a badass dragon shooting flames
|
81 |
+
from it's mouth,
|
82 |
+
- output:
|
83 |
+
url: images/20250818085943_Qwen8s_00002_.jpg
|
84 |
+
text: g4m3b0yc4m3r4, greyscale, pikachu,
|
85 |
+
- output:
|
86 |
+
url: images/20250818085952_Qwen8s_00002_.jpg
|
87 |
+
text: >-
|
88 |
+
g4m3b0yc4m3r4, pixel photo, color photo, a red and white Semper Augustus
|
89 |
+
tulip flower, still life painting,
|
90 |
+
- output:
|
91 |
+
url: images/20250818090113_Qwen8s_00001_.jpg
|
92 |
+
text: g4m3b0yc4m3r4, color photo, pixel photo, yoshi, super mario world,
|
93 |
+
- output:
|
94 |
+
url: images/20250818090151_Qwen8s_00001_.jpg
|
95 |
+
text: >-
|
96 |
+
g4m3b0yc4m3r4, color photo, pixel photo, a pretty 1990s woman laughing,
|
97 |
+
outdoors,
|
98 |
+
- output:
|
99 |
+
url: images/20250818090131_Qwen8s_00001_.jpg
|
100 |
+
text: >-
|
101 |
+
g4m3b0yc4m3r4, color photo, pixel photo, jason, friday the 13th, hockey
|
102 |
+
mask, machete,
|
103 |
+
- output:
|
104 |
+
url: images/20250818090324_Qwen8s_00001_.jpg
|
105 |
+
text: g4m3b0yc4m3r4, color photo, pixel photo, mario, super mario bros,
|
106 |
+
- output:
|
107 |
+
url: images/20250818090251_Qwen8s_00001_.jpg
|
108 |
+
text: g4m3b0yc4m3r4, color photo, pixel photo, a giant ant destroying city,
|
109 |
+
- output:
|
110 |
+
url: images/20250818090317_Qwen8s_00001_.jpg
|
111 |
+
text: >-
|
112 |
+
g4m3b0yc4m3r4, color photo, pixel photo, princess peach, super mario bros,
|
113 |
+
realistic,
|
114 |
+
- output:
|
115 |
+
url: images/20250818090201_Qwen8s_00001_.jpg
|
116 |
+
text: >-
|
117 |
+
g4m3b0yc4m3r4, grayscale, pixel photo, a black and white cat, looking up at
|
118 |
+
viewer,
|
119 |
+
- output:
|
120 |
+
url: images/20250818090230_Qwen8s_00001_.jpg
|
121 |
+
text: g4m3b0yc4m3r4, color photo, pixel photo, american bald eagle,
|
122 |
+
- output:
|
123 |
+
url: images/20250818090241_Qwen8s_00001_.jpg
|
124 |
+
text: g4m3b0yc4m3r4, pixel photo, grayscale, an elephant,
|
125 |
+
- output:
|
126 |
+
url: images/20250818090301_Qwen8s_00001_.jpg
|
127 |
+
text: 'g4m3b0yc4m3r4, pixel photo, grayscale, a soldier in battle, '
|
128 |
+
- output:
|
129 |
+
url: images/20250818090140_Qwen8s_00001_.jpg
|
130 |
+
text: g4m3b0yc4m3r4, pixel photo, grayscale, a giant dinosaur,
|
131 |
+
- output:
|
132 |
+
url: images/20250818090210_Qwen8s_00002_.jpg
|
133 |
+
text: 'g4m3b0yc4m3r4, color photo, pixel photo, superman, '
|
134 |
+
base_model: Qwen/Qwen-Image
|
135 |
+
instance_prompt: g4m3b0yc4m3r4, grayscale, pixel photo, color photo
|
136 |
+
license: apache-2.0
|
137 |
+
---
|
138 |
+
# Game_Boy_Camera_Pixel_Style_Qwen
|
139 |
+
|
140 |
+
<Gallery />
|
141 |
+
|
142 |
+
## Model description
|
143 |
+
|
144 |
+
Works best with a CFG of 3-3.5. Trained in AI-Toolkit using the 3 bit with ARA method. Leans more heavily into monochrome since the training images were all monochrome.
|
145 |
+
|
146 |
+
Trained on grayscale Game Boy Camera photos. But it can do color photos using the prompt "color photo" and not including "grayscale". The training data was just regular photos with none of the stamps and stickers.
|
147 |
+
|
148 |
+
Generate at 512x448 for it to be closest to the look and pixel size. To produce more accurate Game Boy Camera photos upscaled, generate at a smaller size like 512, then adjust the image size in Photoshop with the Resample using "Nearest Neighbor (hard edges)".
|
149 |
+
|
150 |
+
## Trigger words
|
151 |
+
|
152 |
+
You should use `g4m3b0yc4m3r4` to trigger the image generation.
|
153 |
+
|
154 |
+
You should use `grayscale` to trigger the image generation.
|
155 |
+
|
156 |
+
You should use `pixel photo` to trigger the image generation.
|
157 |
+
|
158 |
+
You should use `color photo` to trigger the image generation.
|
159 |
+
|
160 |
+
|
161 |
+
## Download model
|
162 |
+
|
163 |
+
|
164 |
+
[Download](/damnthatai/Game_Boy_Camera_Pixel_Style_Qwen/tree/main) them in the Files & versions tab.
|