Omarito2412
commited on
Commit
·
7027a9a
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +77 -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,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
The image is a C64 pixel style illustration of beautiful girl with blonde
|
11 |
+
hair and green eyes. She is wearing a shirt with text "Commodore 64"
|
12 |
+
output:
|
13 |
+
url: images/ComfyUI_temp_fdyji_00025_.png
|
14 |
+
- text: >-
|
15 |
+
The image is a C64 pixel style illustration of an old man with a long white
|
16 |
+
beard wearing purple robe. He is standing in front of a lightning background
|
17 |
+
with stars scattered around. The man is holding a staff in his right hand
|
18 |
+
and appears to be in the middle of a performance. He has a serious
|
19 |
+
expression on his face. In front of him there are three green monster heads
|
20 |
+
facing him. The overall style of the image is reminiscent of a medieval
|
21 |
+
scene.
|
22 |
+
output:
|
23 |
+
url: images/ComfyUI_temp_fdyji_00004_.png
|
24 |
+
- text: "T\0h\0e\0 \0i\0m\0a\0g\0e\0 \0i\0s\0 \0a\0 \0C\06\04\0 \0p\0i\0x\0e\0l\0 \0s\0t\0y\0l\0e\0 \0i\0l\0l\0u\0s\0t\0r\0a\0t\0i\0o\0n\0 \0o\0f\0 \0c\0l\0o\0s\0e\0-\0u\0p\0 \0p\0o\0r\0t\0r\0a\0i\0t\0 \0o\0f\0 \0b\0e\0a\0u\0t\0i\0f\0u\0l\0 \0g\0i\0r\0l\0'\0s\0 \0f\0a\0c\0e\0.\0 \0S\0h\0e\0 \0h\0a\0s\0 \0r\0e\0d\0 \0h\0a\0i\0r\0 \0a\0n\0d\0 \0g\0r\0e\0e\0n\0 \0e\0y\0e\0s\0.\0 \0S\0c\0a\0r\0f\0 \0a\0r\0o\0u\0n\0d\0 \0h\0e\0r\0 \0n\0e\0c\0k\0"
|
25 |
+
output:
|
26 |
+
url: images/C64_Flux_e000005_02_20240817082848.png
|
27 |
+
- text: "T\0h\0e\0 \0i\0m\0a\0g\0e\0 \0i\0s\0 \0a\0 \0C\06\04\0 \0p\0i\0x\0e\0l\0 \0s\0t\0y\0l\0e\0 \0i\0l\0l\0u\0s\0t\0r\0a\0t\0i\0o\0n\0 \0o\0f\0 \0s\0u\0p\0e\0r\0 \0c\0a\0r\0 \0d\0r\0i\0f\0t\0i\0n\0g\0 \0o\0n\0 \0m\0o\0u\0n\0t\0a\0i\0n\0 \0r\0o\0a\0d\0.\0"
|
28 |
+
output:
|
29 |
+
url: images/C64_Flux_e000005_01_20240817082839.png
|
30 |
+
- text: "\0\0T\0h\0e\0 \0i\0m\0a\0g\0e\0 \0i\0s\0 \0a\0 \0C\06\04\0 \0p\0i\0x\0e\0l\0 \0s\0t\0y\0l\0e\0 \0i\0l\0l\0u\0s\0t\0r\0a\0t\0i\0o\0n\0 \0o\0f\0 \0a\0 \0m\0a\0n\0 \0s\0e\0l\0l\0i\0n\0g\0 \0h\0o\0t\0d\0o\0g\0s\0 \0f\0r\0o\0m\0 \0a\0 \0h\0o\0t\0d\0o\0g\0 \0s\0t\0a\0n\0d\0.\0 \0D\0a\0r\0k\0 \0c\0i\0t\0y\0 \0n\0i\0g\0h\0t\0 \0b\0a\0c\0k\0r\0o\0u\0n\0d\0"
|
31 |
+
output:
|
32 |
+
url: images/C64_Flux_e000005_00_20240817082830.png
|
33 |
+
- text: >-
|
34 |
+
The image is a C64 pixel style illustration of a man and a woman in a red
|
35 |
+
row boat with Ferrari logo. Title text above image "BoatRun".Text below the
|
36 |
+
image "Press start". The man is slim and is wearing a blue shirt and black
|
37 |
+
pants and sunglasses. Man is rowing the boat.The woman is sitting on the
|
38 |
+
boat looking disappointed and doing facepalm. The woman has blonde hair and
|
39 |
+
white T-shirt. The background is a sunset on a cityscape
|
40 |
+
output:
|
41 |
+
url: images/MarkuryFLUX_00269_.png
|
42 |
+
- text: >-
|
43 |
+
The image is a C64 pixel style illustration of cover art for the video game
|
44 |
+
with title text "The Fast Ninja". It features a ninja on motorcycle, holding
|
45 |
+
a sword in his right hand.Image has sense of speed in it. He is wearing a
|
46 |
+
black ninja mask and is standing in front of a red torii gate. Behind him,
|
47 |
+
there are two other ninja warriors, one wearing a yellow ninja outfit and
|
48 |
+
the other wearing a red ninja outfit. The background is a dark blue sky with
|
49 |
+
a castle in the distance.
|
50 |
+
output:
|
51 |
+
url: images/MarkuryFLUX_00256_.png
|
52 |
+
base_model: black-forest-labs/FLUX.1-dev
|
53 |
+
instance_prompt: The image is a C64 pixel style illustration of
|
54 |
+
license: other
|
55 |
+
license_name: flux-1-dev-non-commercial-license
|
56 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
57 |
+
---
|
58 |
+
# Commodore 64 style pixel art
|
59 |
+
|
60 |
+
<Gallery />
|
61 |
+
|
62 |
+
## Model description
|
63 |
+
|
64 |
+
Forget about boring and bland pixel art! This stable diffusion model can create stunning results with low-resolution, limited colors, and dithering effects in the style of Commodore 64.
|
65 |
+
|
66 |
+
[CivitAI source](https://civitai.com/models/304097/commodore-64-style-pixel-art)
|
67 |
+
|
68 |
+
## Trigger words
|
69 |
+
|
70 |
+
You should use `The image is a C64 pixel style illustration of` to trigger the image generation.
|
71 |
+
|
72 |
+
|
73 |
+
## Download model
|
74 |
+
|
75 |
+
Weights for this model are available in Safetensors format.
|
76 |
+
|
77 |
+
[Download](/Omarito2412/Commodore-64/tree/main) them in the Files & versions tab.
|