FutureMindsAI
commited on
Commit
•
957c2ba
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +126 -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,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
Disgusting oozling, biological abomination, gross goo pulsating,
|
11 |
+
Masterpiece, 3d octane render, 4k, concept art, hyper realistic, Intricate,
|
12 |
+
High Detail, dramatic, absurdes,<lora:Hob-sdxl-04-000002:1>
|
13 |
+
parameters:
|
14 |
+
negative_prompt: low quality
|
15 |
+
output:
|
16 |
+
url: images/00342-781542464.png
|
17 |
+
- text: >-
|
18 |
+
Disgusting oozling, biological abomination, gross goo pulsating,
|
19 |
+
Masterpiece, 3d octane render, 4k, concept art, hyper realistic, Intricate,
|
20 |
+
High Detail, dramatic, absurdes,<lora:Hob-sdxl-04-000002:1>
|
21 |
+
parameters:
|
22 |
+
negative_prompt: low quality
|
23 |
+
output:
|
24 |
+
url: images/feh_124663_000001_00341-781542464.png
|
25 |
+
- text: >-
|
26 |
+
a chubby demon, hobsdxl, demon kings ruling over hell and commanding an army
|
27 |
+
of millions of demons, smile, evil grin. high quality
|
28 |
+
parameters:
|
29 |
+
negative_prompt: low quality
|
30 |
+
output:
|
31 |
+
url: images/feh_124873_000001_00234-1375203391.png
|
32 |
+
- text: >-
|
33 |
+
Drawing inspiration from modern masters like Yoshitaka Amano, War depicted
|
34 |
+
as a disease like cancer, deep digital painting layers,fluid watercolor
|
35 |
+
techniques, ${"lightning storm, nuclear explosion":prompt_weight_1},
|
36 |
+
monolithic, demon face
|
37 |
+
parameters:
|
38 |
+
negative_prompt: low quality, breasts, nipples unaestheticXL_Sky3.1
|
39 |
+
output:
|
40 |
+
url: images/feh_129162_000001_00399-3399601526.png
|
41 |
+
- text: >-
|
42 |
+
Drawing inspiration from modern masters like Yoshitaka Amano, War depicted
|
43 |
+
as a disease like cancer, deep digital painting layers,fluid watercolor
|
44 |
+
techniques, ${"lightning storm, nuclear explosion":prompt_weight_1},
|
45 |
+
monolithic, demon face
|
46 |
+
parameters:
|
47 |
+
negative_prompt: low quality, breasts, nipples unaestheticXL_Sky3.1
|
48 |
+
output:
|
49 |
+
url: images/feh_129162_000002_00400-3399601527.png
|
50 |
+
- text: >-
|
51 |
+
a chubby demon, hobsdxl, demon kings ruling over hell and commanding an army
|
52 |
+
of millions of demons, smile, evil grin. high quality, octane render
|
53 |
+
parameters:
|
54 |
+
negative_prompt: low quality, breasts, nipples
|
55 |
+
output:
|
56 |
+
url: images/feh_129162_000003_00427-3391033012.png
|
57 |
+
- text: >-
|
58 |
+
concept art image of a chubby hobsdxl, aboard a Sea of Thieves galleon,
|
59 |
+
fluid watercolor techniques, parrot attire, so much drip, soft ambient
|
60 |
+
lighting, vibrant colors.
|
61 |
+
parameters:
|
62 |
+
negative_prompt: low quality, breasts, nipples
|
63 |
+
output:
|
64 |
+
url: images/feh_129162_000004_00435-3588961461.png
|
65 |
+
- text: >-
|
66 |
+
a chubby businessman wearing a suit, hobsdxl, behance contest winner, octane
|
67 |
+
render
|
68 |
+
parameters:
|
69 |
+
negative_prompt: low quality, deformed
|
70 |
+
output:
|
71 |
+
url: images/feh_129162_000005_00143-2197262531.png
|
72 |
+
- text: >-
|
73 |
+
a chubby businessman wearing a suit, hobsdxl, behance contest winner, octane
|
74 |
+
render
|
75 |
+
parameters:
|
76 |
+
negative_prompt: low quality, deformed
|
77 |
+
output:
|
78 |
+
url: images/feh_129162_000006_00197-2197262531.png
|
79 |
+
- text: >-
|
80 |
+
a photo of a chubby rock, hobsdxl as a statue, extremely detailed digital
|
81 |
+
painting, art deco, vibrant colors, steampunk, in the style of tomasz alen
|
82 |
+
kopera and fenghua zhong and peter mohrbacher, art nouveau, mystical colors
|
83 |
+
parameters:
|
84 |
+
negative_prompt: low quality, deformed
|
85 |
+
output:
|
86 |
+
url: images/feh_129162_000007_00243-3139693710.png
|
87 |
+
- text: "a\0 \0c\0h\0u\0b\0b\0y\0 \0b\0u\0s\0i\0n\0e\0s\0s\0m\0a\0n\0 \0w\0e\0a\0r\0i\0n\0g\0 \0a\0 \0s\0u\0i\0t\0,\0 \0h\0o\0b\0s\0d\0x\0l\0,\0 \0b\0e\0h\0a\0n\0c\0e\0 \0c\0o\0n\0t\0e\0s\0t\0 \0w\0i\0n\0n\0e\0r\0,\0 \0o\0c\0t\0a\0n\0e\0 \0r\0e\0n\0d\0e\0r\0,\0 \0<\0l\0o\0r\0a\0:\0H\0o\0b\0-\0s\0d\0x\0l\0-\00\04\0:\00\0.\05\0>\0"
|
88 |
+
output:
|
89 |
+
url: images/xyz_grid-0013-2197262531.jpg
|
90 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
91 |
+
instance_prompt: hobsdxl
|
92 |
+
license: apache-2.0
|
93 |
+
---
|
94 |
+
# Hob-sdxl-04
|
95 |
+
|
96 |
+
<Gallery />
|
97 |
+
|
98 |
+
## Model description
|
99 |
+
|
100 |
+
# Hob - (SDXL) v4
|
101 |
+
|
102 |
+
### Description
|
103 |
+
Training run version 4 of Hob - sdxl. This LoRa was trained using a dataset consisting of 36 images, each with dimensions of 1024x1024 pixels.
|
104 |
+
|
105 |
+
The image captions were generated using BLIP (Bootstrapping Language-Image Pre-training) captioning. The class prompt used for this training run was "woman". Some example captions include:
|
106 |
+
- "hobsdxl a man in a bikini holding a tennis racket"
|
107 |
+
- "hobsdxl a man in a boat with a large belly"
|
108 |
+
- "hobsdxl a cartoon character of a fat woman in a bikini"
|
109 |
+
|
110 |
+
### Recommendations
|
111 |
+
A model strength of `1` is too strong, try `0.75`.
|
112 |
+
|
113 |
+
|
114 |
+
**RARE Lora, beware of the chonk.**
|
115 |
+
|
116 |
+
|
117 |
+
## Trigger words
|
118 |
+
|
119 |
+
You should use `hobsdxl` to trigger the image generation.
|
120 |
+
|
121 |
+
|
122 |
+
## Download model
|
123 |
+
|
124 |
+
Weights for this model are available in Safetensors format.
|
125 |
+
|
126 |
+
[Download](/FutureMindsAI/Hob-sdxl-04/tree/main) them in the Files & versions tab.
|