Commit
·
ec66273
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +160 -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,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
a can of "BLIBLA", with exciting colors, rusted and dim lighting
|
11 |
+
<lora:soda_can_sdxl_v1:1>
|
12 |
+
output:
|
13 |
+
url: images/00007-4104990849.png
|
14 |
+
- text: >-
|
15 |
+
a can of "BLIBLA", with vibrant colors, plain background and optimal
|
16 |
+
lighting <lora:soda_can_sdxl_v1:1>
|
17 |
+
output:
|
18 |
+
url: images/00032-388743413.png
|
19 |
+
- text: >-
|
20 |
+
a can of "Acid Rain", with exciting colors, green background and bright
|
21 |
+
lighting <lora:soda_can_sdxl_v1:1>
|
22 |
+
output:
|
23 |
+
url: images/00069-2760974221.png
|
24 |
+
- text: >-
|
25 |
+
a can of "Crazy Juice", with exciting colors, condensation and dim lighting
|
26 |
+
<lora:soda_can_sdxl_v1:1>
|
27 |
+
output:
|
28 |
+
url: images/00091-2669279066.png
|
29 |
+
- text: >-
|
30 |
+
a can of "SDXL", with exciting colors, rusted and colorful lighting
|
31 |
+
<lora:soda_can_sdxl_v1:1>
|
32 |
+
output:
|
33 |
+
url: images/00089-2669279064.png
|
34 |
+
- text: >-
|
35 |
+
a can of "Stable Diffusion", with vibrant colors, plain background and dim
|
36 |
+
lighting <lora:soda_can_sdxl_v1:1>
|
37 |
+
output:
|
38 |
+
url: images/00131-4140798924.png
|
39 |
+
- text: >-
|
40 |
+
a can of "troll juice", with pale colors, intricate design and colorful
|
41 |
+
lighting <lora:soda_can_sdxl_v1:1>
|
42 |
+
output:
|
43 |
+
url: images/00129-4140798922.png
|
44 |
+
- text: >-
|
45 |
+
a can of "unicorn puke", with vibrant colors, intricate design and neon
|
46 |
+
lighting <lora:soda_can_sdxl_v1:1>
|
47 |
+
output:
|
48 |
+
url: images/00170-3311476337.png
|
49 |
+
- text: >-
|
50 |
+
a can of "Meat Juice", with pale colors, comic graphics and professional
|
51 |
+
lighting <lora:soda_can_sdxl_v1:1>
|
52 |
+
output:
|
53 |
+
url: images/00341-4049900463.png
|
54 |
+
- text: >-
|
55 |
+
a can of "Egg White", with pale colors, comic graphics and dark lighting
|
56 |
+
<lora:soda_can_sdxl_v1:1>
|
57 |
+
output:
|
58 |
+
url: images/00344-2643367320.png
|
59 |
+
- text: >-
|
60 |
+
a can of "fish tank", with vibrant colors, intricate design and optimal
|
61 |
+
lighting <lora:soda_can_sdxl_v1:1>
|
62 |
+
output:
|
63 |
+
url: images/00345-2643367321.png
|
64 |
+
- text: >-
|
65 |
+
a can of "Teddy Beer", with pale colors, crushed and colorful lighting
|
66 |
+
<lora:soda_can_sdxl_v1:1>
|
67 |
+
output:
|
68 |
+
url: images/00373-2701734220.png
|
69 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
70 |
+
instance_prompt: a can of "..."
|
71 |
+
license: cc-by-nc-nd-4.0
|
72 |
+
---
|
73 |
+
# Soda Can LoRA SDXL
|
74 |
+
|
75 |
+
<Gallery />
|
76 |
+
|
77 |
+
## Model description
|
78 |
+
|
79 |
+
# Soda Cans LoRA SDXL
|
80 |
+
|
81 |
+
[![Discord](https://img.shields.io/discord/1091306623819059300?color=7289da&label=Discord&logo=discord&logoColor=fff&style=for-the-badge)](https://discord.com/invite/m3TBB9XEkb)
|
82 |
+
|
83 |
+
## Model Overview
|
84 |
+
|
85 |
+
This model card introduces the LoRA (Low-Rank Adaptation) model trained on the Soda Can Dataset, sourced from our [Soda Can Dataset](https:&#x2F;&#x2F;huggingface.co&#x2F;datasets&#x2F;Blib-la&#x2F;soda_can_dataset). The model excels in generating high-fidelity images of soda cans under various conditions and settings.
|
86 |
+
|
87 |
+
## Training Configuration
|
88 |
+
|
89 |
+
- **Dataset**: [Soda Can Dataset](https:&#x2F;&#x2F;huggingface.co&#x2F;datasets&#x2F;Blib-la&#x2F;soda_can_dataset)
|
90 |
+
- **Epochs**: 10
|
91 |
+
- **Number of Images**: 200
|
92 |
+
- **Repeats per Image**: 10 (Each image was used 10 times during training)
|
93 |
+
- **Optimizer**: DAdaptAdam (Tailored for efficient and impactful AI model training)
|
94 |
+
- **Precision**: bf16 (Optimized balance between performance and memory efficiency)
|
95 |
+
- **Main Trigger**: Fine-tuned to generate diverse soda can images.
|
96 |
+
- **Xformers**: Enabled (For enhanced transformer model efficiency)
|
97 |
+
- **Captioning Method**: GPT-Vision (Generates descriptive captions for training images, optimized for token shuffling)
|
98 |
+
- **Base Model**: Stable Diffusion XL 1.0 (Leverages the robust image generation capabilities of Stable Diffusion XL 1.0)
|
99 |
+
|
100 |
+
## Model Usage
|
101 |
+
|
102 |
+
Specifically trained to generate a wide array of soda can images, this LoRA model can cater to creative, educational, and marketing needs.
|
103 |
+
|
104 |
+
## Performance and Limitations
|
105 |
+
|
106 |
+
- **Performance**: Shows strong capability in rendering soda cans with varied designs and in different contexts.
|
107 |
+
- **Limitations**: Given the dataset size of 200 images, the model might exhibit limitations in generating highly unique can designs not represented in the training set.
|
108 |
+
|
109 |
+
## Ethical Considerations
|
110 |
+
|
111 |
+
- **Intended Use**: Aimed at non-commercial applications, including creative design, educational projects, and marketing visualization.
|
112 |
+
- **Bias and Fairness**: Users should be cautious of potential dataset biases towards certain brands or can designs.
|
113 |
+
|
114 |
+
## Licensing
|
115 |
+
|
116 |
+
- **Model License**: Licensed under Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International (CC BY-NC-ND 4.0) for non-commercial use.
|
117 |
+
|
118 |
+
## Contributions and Feedback
|
119 |
+
|
120 |
+
Feedback and contributions to enhance the model are encouraged. For suggestions or contributions to the model's development, please connect through the model's Hugging Face page.
|
121 |
+
|
122 |
+
## Trigger words
|
123 |
+
|
124 |
+
Use `a can of "..."` to prompt the image generation process.
|
125 |
+
|
126 |
+
## Download model
|
127 |
+
|
128 |
+
The model's weights are available in Safetensors format for download.
|
129 |
+
|
130 |
+
[Download](/Blib-la/soda_cans_lora_sdxl/tree/main) them in the Files & versions tab.
|
131 |
+
|
132 |
+
## Related
|
133 |
+
|
134 |
+
https://blib.la/blog/reimagining-ai-in-design-bliblas-approach-to-model-training
|
135 |
+
|
136 |
+
## Additional Usage Restrictions for Blibla's LoRAs Hosted on Hugging Face
|
137 |
+
|
138 |
+
In line with our commitment to ethical use, and in addition to the CC BY-NC 4.0 license, we impose specific restrictions:
|
139 |
+
|
140 |
+
1. **Prohibited Platforms**: Redistribution, reuploading, or image generation services using our models on platforms not aligned with Blibla or Hugging Face's operations are forbidden. This includes platforms hosting or promoting NSFW content.
|
141 |
+
|
142 |
+
2. **Explicitly Forbidden Platforms**: Specifically, platforms such as Leonardo AI, Civit AI, and any "Hugging Face spaces" allowing NSFW content are barred from using Blibla's LoRAs.
|
143 |
+
|
144 |
+
3. **User Responsibility**: Users must ensure their use of Blibla's LoRAs complies with these restrictions. Violations may lead to license revocation and potential legal action.
|
145 |
+
|
146 |
+
4. **Restrictions' Purpose**: These are in place to uphold Blibla's ethical standards, preventing misuse or harmful associations of our models.
|
147 |
+
|
148 |
+
By using Blibla's LoRAs, users acknowledge and agree to adhere to these restrictions, promoting responsible and ethical AI use.
|
149 |
+
|
150 |
+
|
151 |
+
## Trigger words
|
152 |
+
|
153 |
+
You should use `a can of "..."` to trigger the image generation.
|
154 |
+
|
155 |
+
|
156 |
+
## Download model
|
157 |
+
|
158 |
+
Weights for this model are available in Safetensors format.
|
159 |
+
|
160 |
+
[Download](/Blib-la/soda_can_lora_sdxl_v1/tree/main) them in the Files & versions tab.
|