pixelass
commited on
Commit
•
36f2084
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +161 -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,161 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
hyperrealism illustration of a south east asian Curious 10yo male with Ash
|
11 |
+
blonde hair, person wearing Sweatpants, detailed facial features, at River,
|
12 |
+
upper body pose, highres digital art, 4k resolution, best quality, faded
|
13 |
+
colors
|
14 |
+
parameters:
|
15 |
+
negative_prompt: >-
|
16 |
+
worst quality, lowres, blurry, deformed, overexposure, bright, hands,
|
17 |
+
oversaturated, burned, oversharpened, artifacts
|
18 |
+
output:
|
19 |
+
url: images/00389-1195561389.png
|
20 |
+
- text: >-
|
21 |
+
ink splatter art illustration of a caucasian 25yo male with Brown hair,
|
22 |
+
person wearing Vest, detailed facial features, upper body pose, highres
|
23 |
+
digital art, 4k resolution, best quality, soft colors
|
24 |
+
parameters:
|
25 |
+
negative_prompt: >-
|
26 |
+
worst quality, lowres, blurry, deformed, overexposure, bright, hands,
|
27 |
+
oversaturated, burned, oversharpened, artifacts
|
28 |
+
output:
|
29 |
+
url: images/00387-1832325989.png
|
30 |
+
- text: >-
|
31 |
+
comic illustration of a Saudi Regretful 16yo female with Blunt haircut,
|
32 |
+
person wearing Leggings, detailed facial features, at nano-tech clinic
|
33 |
+
receiving advanced medical treatments, full body pose, highres digital art,
|
34 |
+
4k resolution, best quality, partial colors
|
35 |
+
parameters:
|
36 |
+
negative_prompt: >-
|
37 |
+
worst quality, lowres, blurry, deformed, overexposure, bright, hands,
|
38 |
+
oversaturated, burned, oversharpened, artifacts
|
39 |
+
output:
|
40 |
+
url: images/00384-628900932.png
|
41 |
+
- text: >-
|
42 |
+
storybook illustration of a tribal Determined 20yo male with Bowl cut,
|
43 |
+
person wearing Peplum top, detailed facial features, at Castle, full body
|
44 |
+
pose, highres digital art, 4k resolution, best quality, minimal colors
|
45 |
+
parameters:
|
46 |
+
negative_prompt: >-
|
47 |
+
worst quality, lowres, blurry, deformed, overexposure, bright, hands,
|
48 |
+
oversaturated, burned, oversharpened, artifacts
|
49 |
+
output:
|
50 |
+
url: images/00377-3222748076.png
|
51 |
+
- text: >-
|
52 |
+
character concept art illustration of a scandinavian 22yo male with Ombre
|
53 |
+
hair, person wearing Dirndl, detailed facial features, at Volcano of
|
54 |
+
Reversed Time, full body pose, highres digital art, 4k resolution, best
|
55 |
+
quality, partial colors
|
56 |
+
parameters:
|
57 |
+
negative_prompt: >-
|
58 |
+
worst quality, lowres, blurry, deformed, overexposure, bright, hands,
|
59 |
+
oversaturated, burned, oversharpened, artifacts
|
60 |
+
output:
|
61 |
+
url: images/00374-2297050401.png
|
62 |
+
- text: >-
|
63 |
+
modern cartoon illustration of a asian 30yo male with Blonde highlights
|
64 |
+
hair, person wearing Cardigan, detailed facial features, upper body pose,
|
65 |
+
highres digital art, 4k resolution, best quality, partial colors
|
66 |
+
parameters:
|
67 |
+
negative_prompt: >-
|
68 |
+
worst quality, lowres, blurry, deformed, overexposure, bright, hands,
|
69 |
+
oversaturated, burned, oversharpened, artifacts
|
70 |
+
output:
|
71 |
+
url: images/00371-3881824019.png
|
72 |
+
- text: >-
|
73 |
+
fine art illustration of a pale skinned 15yo male with Classic side sweep,
|
74 |
+
person wearing Pilot's uniform, detailed facial features, at Farm, upper
|
75 |
+
body pose, highres digital art, 4k resolution, best quality, minimal colors
|
76 |
+
parameters:
|
77 |
+
negative_prompt: >-
|
78 |
+
worst quality, lowres, blurry, deformed, overexposure, bright, hands,
|
79 |
+
oversaturated, burned, oversharpened, artifacts
|
80 |
+
output:
|
81 |
+
url: images/00367-3204960566.png
|
82 |
+
- text: >-
|
83 |
+
comic illustration of a Colombian Cheerful 19yo male with Green hair, person
|
84 |
+
wearing Henley shirt, detailed facial features, at Nursery, highres digital
|
85 |
+
art, 4k resolution, best quality, minimal colors
|
86 |
+
parameters:
|
87 |
+
negative_prompt: >-
|
88 |
+
worst quality, lowres, blurry, deformed, overexposure, bright, hands,
|
89 |
+
oversaturated, burned, oversharpened, artifacts
|
90 |
+
output:
|
91 |
+
url: images/00300-419054234.png
|
92 |
+
- text: >-
|
93 |
+
ink splatter art illustration of a asian 45yo male with Chestnut hair,
|
94 |
+
person wearing Hijab, detailed facial features, at Harbor, highres digital
|
95 |
+
art, 4k resolution, best quality, vibrant colors
|
96 |
+
parameters:
|
97 |
+
negative_prompt: >-
|
98 |
+
worst quality, lowres, blurry, deformed, overexposure, bright, hands,
|
99 |
+
oversaturated, burned, oversharpened, artifacts
|
100 |
+
output:
|
101 |
+
url: images/00344-3276914152.png
|
102 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
103 |
+
instance_prompt: null
|
104 |
+
license: cc-by-nc-nd-4.0
|
105 |
+
---
|
106 |
+
# Blibla Art Style
|
107 |
+
|
108 |
+
<Gallery />
|
109 |
+
|
110 |
+
## Model description
|
111 |
+
|
112 |
+
## Model Description
|
113 |
+
|
114 |
+
This model is a sophisticated blend of weights from various ethically trained LoRAs. It combines the unique styles of different artists and caricature elements, providing a diverse and powerful tool for generative tasks. The base models included in this merge are:
|
115 |
+
|
116 |
+
- **Honore Daumier**: [Model Link](https://huggingface.co/Blib-la/honore_daumier_lora_sdxl)
|
117 |
+
- **Thomas Rowlandson**: [Model Link](https://huggingface.co/Blib-la/thomas_rowlandson_lora_sdxl)
|
118 |
+
- **Caricature**: [Model Link](https://huggingface.co/Blib-la/caricature_lora_sdxl)
|
119 |
+
|
120 |
+
Additionally, we have incorporated preliminary weights from our research models that feature artistic styles by fictional artists "Quinn Storm" and "Akin Maudok." These models have been trained with the same ethical guidelines and are intended for non-commercial use upon release.
|
121 |
+
|
122 |
+
## Merging Process
|
123 |
+
|
124 |
+
The merging process involved combining several models with varying weights on the Stable Diffusion XL (SDXL) architecture. The weights distribution resulted in an overall LoRA weight of 1.6. From this, we extracted a LoRA with Network Rank 256 and Network Alpha 128, yielding highly effective results in style and detail fidelity.
|
125 |
+
|
126 |
+
## Intended Use
|
127 |
+
|
128 |
+
This model is designed for use in academic research and creative projects where ethical AI practices are upheld. It is ideal for those looking to explore artistic synthesis and generative art, especially in settings that respect and recognize the contributions of artists and AI ethics.
|
129 |
+
|
130 |
+
## Ethical Considerations
|
131 |
+
|
132 |
+
All base models used in this merger have been developed under strict ethical guidelines, with an emphasis on reducing bias and respecting artistic integrity. The addition of weights from fictional artists aims to explore the creative potential of AI without misattributing or replicating the work of real individuals.
|
133 |
+
|
134 |
+
## Limitations
|
135 |
+
|
136 |
+
While the model performs robustly across a variety of artistic styles, it may not perfectly emulate the nuances of each base model’s training data. Users are encouraged to experiment with different settings and provide feedback for future improvements.
|
137 |
+
|
138 |
+
## Related
|
139 |
+
|
140 |
+
https://blib.la/blog/crafting-the-future-blibla-s-ethical-approach-to-ai-model-training
|
141 |
+
|
142 |
+
## Additional Usage Restrictions for Blibla's LoRAs Hosted on Hugging Face
|
143 |
+
|
144 |
+
In alignment with our commitment to ensuring the responsible and ethical use of our models, and in addition to the terms set forth in the Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International License (CC BY-NC-ND 4.0) under which Blibla's LoRAs are licensed, we hereby impose the following specific restrictions:
|
145 |
+
|
146 |
+
1. **Prohibited Platforms**: Reuploading, redistributing, or offering of image generation services using our models on platforms not owned or operated by Blibla or Hugging Face is strictly forbidden. This includes, but is not limited to, any platforms that host, allow, or promote Not Safe For Work (NSFW) content.
|
147 |
+
|
148 |
+
2. **Explicitly Forbidden Platforms**: For clarity, and without limiting the generality of the above, platforms including but not limited to Leonardo AI, Civit AI, and any "Hugging Face spaces" that host or permit NSFW content are explicitly prohibited from hosting, or utilizing Blibla's LoRAs in any form or manner.
|
149 |
+
|
150 |
+
3. **Responsibility of Users**: Users of Blibla's LoRAs are responsible for ensuring that the environments in which they use, share, or promote our models adhere strictly to these restrictions. Violation of these terms may result in revocation of the license granted under CC BY-NC-ND 4.0 and may prompt further legal action to protect the integrity of our models and the safety of the communities we serve.
|
151 |
+
|
152 |
+
4. **Purpose of Restrictions**: These restrictions are put in place to align with Blibla's ethical standards and the intended use of our models. They are designed to prevent associations with content or platforms that do not reflect our values or the intended application of our technology.
|
153 |
+
|
154 |
+
By utilizing Blibla's LoRAs, you acknowledge and agree to these additional restrictions, ensuring that the use of our models remains within the bounds of ethical and responsible practice.
|
155 |
+
|
156 |
+
|
157 |
+
## Download model
|
158 |
+
|
159 |
+
Weights for this model are available in Safetensors format.
|
160 |
+
|
161 |
+
[Download](/Blib-la/blibla_art_style/tree/main) them in the Files & versions tab.
|