Commit ·
2741ecb
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +167 -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,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: '-'
|
| 9 |
+
output:
|
| 10 |
+
url: images/ComfyUI_01646_.png
|
| 11 |
+
- text: '-'
|
| 12 |
+
output:
|
| 13 |
+
url: images/ComfyUI_01645_.png
|
| 14 |
+
- text: '-'
|
| 15 |
+
output:
|
| 16 |
+
url: images/ComfyUI_01641_.png
|
| 17 |
+
- text: '-'
|
| 18 |
+
output:
|
| 19 |
+
url: images/ComfyUI_01638_.png
|
| 20 |
+
- text: '-'
|
| 21 |
+
output:
|
| 22 |
+
url: images/ComfyUI_01637_.png
|
| 23 |
+
- text: '-'
|
| 24 |
+
output:
|
| 25 |
+
url: images/ComfyUI_01636_.png
|
| 26 |
+
- text: '-'
|
| 27 |
+
output:
|
| 28 |
+
url: images/ComfyUI_01632_.png
|
| 29 |
+
- text: '-'
|
| 30 |
+
output:
|
| 31 |
+
url: images/ComfyUI_01628_.png
|
| 32 |
+
- text: '-'
|
| 33 |
+
output:
|
| 34 |
+
url: images/ComfyUI_01626_.png
|
| 35 |
+
- text: '-'
|
| 36 |
+
output:
|
| 37 |
+
url: images/ComfyUI_01616_.png
|
| 38 |
+
- text: '-'
|
| 39 |
+
output:
|
| 40 |
+
url: images/ComfyUI_01612_.png
|
| 41 |
+
- text: '-'
|
| 42 |
+
output:
|
| 43 |
+
url: images/ComfyUI_01610_.png
|
| 44 |
+
- text: '-'
|
| 45 |
+
output:
|
| 46 |
+
url: images/ComfyUI_01667_.png
|
| 47 |
+
- text: '-'
|
| 48 |
+
output:
|
| 49 |
+
url: images/ComfyUI_01665_.png
|
| 50 |
+
- text: '-'
|
| 51 |
+
output:
|
| 52 |
+
url: images/ComfyUI_01658_.png
|
| 53 |
+
- text: '-'
|
| 54 |
+
output:
|
| 55 |
+
url: images/ComfyUI_01655_.png
|
| 56 |
+
- text: '-'
|
| 57 |
+
output:
|
| 58 |
+
url: images/ComfyUI_01653_.png
|
| 59 |
+
- text: '-'
|
| 60 |
+
output:
|
| 61 |
+
url: images/ComfyUI_01651_.png
|
| 62 |
+
- text: '-'
|
| 63 |
+
output:
|
| 64 |
+
url: images/ComfyUI_01649_.png
|
| 65 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 66 |
+
instance_prompt: >-
|
| 67 |
+
jpgd99, graphic design, poster art, album cover, techy, futuristic minimalism,
|
| 68 |
+
neo-futurism, no humans, english text, text focus, logo, copyright name,
|
| 69 |
+
parody, cover, solo, science fiction, robot, 1girl, poster (medium), arrow
|
| 70 |
+
(symbol), yellow background, yellow theme, simple background, handheld game
|
| 71 |
+
console, this image is a stylized, modern design for a video game cover,
|
| 72 |
+
specifically for "wipeout pure." the background features a dynamic, abstract
|
| 73 |
+
design with a predominantly white, light gray, and red color scheme. the
|
| 74 |
+
design consists of bold, geometric shapes and lines that create a sense of
|
| 75 |
+
movement and speed., crescent, blue background, star (symbol)
|
| 76 |
+
license: creativeml-openrail-m
|
| 77 |
+
---
|
| 78 |
+
# WipedGD
|
| 79 |
+
|
| 80 |
+
<Gallery />
|
| 81 |
+
|
| 82 |
+
## Model description
|
| 83 |
+
|
| 84 |
+
This model yields images in a very heavy graphic design style, influenced by futuristic minimalism.
|
| 85 |
+
|
| 86 |
+
Recommended to use with juggernautxl or similar checkpoints.
|
| 87 |
+
Recommended to set the strength between .5 and .75.
|
| 88 |
+
Recommended to dictate colors wanted in the prompt, and/or to put colors you dont want in the negative prompt. The model leans into purple/orange/white quite a bit, so take that into account.
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
|
| 92 |
+
## Trigger words
|
| 93 |
+
|
| 94 |
+
You should use `jpgd99` to trigger the image generation.
|
| 95 |
+
|
| 96 |
+
You should use `graphic design` to trigger the image generation.
|
| 97 |
+
|
| 98 |
+
You should use `poster art` to trigger the image generation.
|
| 99 |
+
|
| 100 |
+
You should use `album cover` to trigger the image generation.
|
| 101 |
+
|
| 102 |
+
You should use `techy` to trigger the image generation.
|
| 103 |
+
|
| 104 |
+
You should use `futuristic minimalism` to trigger the image generation.
|
| 105 |
+
|
| 106 |
+
You should use `neo-futurism` to trigger the image generation.
|
| 107 |
+
|
| 108 |
+
You should use `no humans` to trigger the image generation.
|
| 109 |
+
|
| 110 |
+
You should use `english text` to trigger the image generation.
|
| 111 |
+
|
| 112 |
+
You should use `text focus` to trigger the image generation.
|
| 113 |
+
|
| 114 |
+
You should use `logo` to trigger the image generation.
|
| 115 |
+
|
| 116 |
+
You should use `copyright name` to trigger the image generation.
|
| 117 |
+
|
| 118 |
+
You should use `parody` to trigger the image generation.
|
| 119 |
+
|
| 120 |
+
You should use `cover` to trigger the image generation.
|
| 121 |
+
|
| 122 |
+
You should use `solo` to trigger the image generation.
|
| 123 |
+
|
| 124 |
+
You should use `science fiction` to trigger the image generation.
|
| 125 |
+
|
| 126 |
+
You should use `robot` to trigger the image generation.
|
| 127 |
+
|
| 128 |
+
You should use `1girl` to trigger the image generation.
|
| 129 |
+
|
| 130 |
+
You should use `poster (medium)` to trigger the image generation.
|
| 131 |
+
|
| 132 |
+
You should use `arrow (symbol)` to trigger the image generation.
|
| 133 |
+
|
| 134 |
+
You should use `yellow background` to trigger the image generation.
|
| 135 |
+
|
| 136 |
+
You should use `yellow theme` to trigger the image generation.
|
| 137 |
+
|
| 138 |
+
You should use `simple background` to trigger the image generation.
|
| 139 |
+
|
| 140 |
+
You should use `handheld game console` to trigger the image generation.
|
| 141 |
+
|
| 142 |
+
You should use `this image is a stylized` to trigger the image generation.
|
| 143 |
+
|
| 144 |
+
You should use `modern design for a video game cover` to trigger the image generation.
|
| 145 |
+
|
| 146 |
+
You should use `specifically for "wipeout pure." the background features a dynamic` to trigger the image generation.
|
| 147 |
+
|
| 148 |
+
You should use `abstract design with a predominantly white` to trigger the image generation.
|
| 149 |
+
|
| 150 |
+
You should use `light gray` to trigger the image generation.
|
| 151 |
+
|
| 152 |
+
You should use `and red color scheme. the design consists of bold` to trigger the image generation.
|
| 153 |
+
|
| 154 |
+
You should use `geometric shapes and lines that create a sense of movement and speed.` to trigger the image generation.
|
| 155 |
+
|
| 156 |
+
You should use `crescent` to trigger the image generation.
|
| 157 |
+
|
| 158 |
+
You should use `blue background` to trigger the image generation.
|
| 159 |
+
|
| 160 |
+
You should use `star (symbol)` to trigger the image generation.
|
| 161 |
+
|
| 162 |
+
|
| 163 |
+
## Download model
|
| 164 |
+
|
| 165 |
+
Weights for this model are available in Safetensors format.
|
| 166 |
+
|
| 167 |
+
[Download](/pookienumnums/WipedGD/tree/main) them in the Files & versions tab.
|