Commit
·
1e6ee0b
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +62 -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,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
The main object in the picture is a glossy, black, resealable pouch with a
|
11 |
+
rectangular shape and a slight curvature towards the top. The pouch is
|
12 |
+
medium-sized and features a vibrant, holographic design. The central logo is
|
13 |
+
a colorful, stylized cannabis leaf with text above it that reads "PURE" and
|
14 |
+
below it "DISCIPLES." To the left of the logo is a QR code. Below the logo,
|
15 |
+
there is a line of text in a holographic font reading, "WE HERE FOR THE
|
16 |
+
CULTURE" followed by the website URL "WWW.THEKUSHDISCIPLE.COM." The surface
|
17 |
+
of the pouch has a slight reflective quality, adding to its premium
|
18 |
+
appearance. The background is plain and light-colored, which highlights the
|
19 |
+
details of the pouch and makes the colors stand out prominently.
|
20 |
+
output:
|
21 |
+
url: images/take_115.jpg
|
22 |
+
base_model: black-forest-labs/FLUX.1-dev
|
23 |
+
instance_prompt: >-
|
24 |
+
The main object in the picture is a sleek black packaging pouch with a glossy
|
25 |
+
finish, featuring an elongated rectangular shape that tapers slightly toward
|
26 |
+
the top. The pouch has a vertical orientation and is adorned with vibrant,
|
27 |
+
holographic designs. At the top, within a circular emblem, there are three
|
28 |
+
stylized golden wheat heads and a blue ribbon that reads 'ORIGINAL'. Below
|
29 |
+
this emblem, bold text in a striking holographic gradient says 'FINE GRAIN
|
30 |
+
OUTDOOR GROWN'. In the bottom corner of the pouch, there is a small, colorful
|
31 |
+
circular label
|
32 |
+
|
33 |
+
---
|
34 |
+
# wedding_cake_packaging_box
|
35 |
+
|
36 |
+
<Gallery />
|
37 |
+
|
38 |
+
|
39 |
+
## Trigger words
|
40 |
+
|
41 |
+
You should use `The main object in the picture is a sleek black packaging pouch with a glossy finish` to trigger the image generation.
|
42 |
+
|
43 |
+
You should use `featuring an elongated rectangular shape that tapers slightly toward the top. The pouch has a vertical orientation and is adorned with vibrant` to trigger the image generation.
|
44 |
+
|
45 |
+
You should use `holographic designs. At the top` to trigger the image generation.
|
46 |
+
|
47 |
+
You should use `within a circular emblem` to trigger the image generation.
|
48 |
+
|
49 |
+
You should use `there are three stylized golden wheat heads and a blue ribbon that reads 'ORIGINAL'. Below this emblem` to trigger the image generation.
|
50 |
+
|
51 |
+
You should use `bold text in a striking holographic gradient says 'FINE GRAIN OUTDOOR GROWN'. In the bottom corner of the pouch` to trigger the image generation.
|
52 |
+
|
53 |
+
You should use `there is a small` to trigger the image generation.
|
54 |
+
|
55 |
+
You should use `colorful circular label` to trigger the image generation.
|
56 |
+
|
57 |
+
|
58 |
+
## Download model
|
59 |
+
|
60 |
+
Weights for this model are available in Safetensors format.
|
61 |
+
|
62 |
+
[Download](/theponpon/wedding_cake_packaging_box/tree/main) them in the Files & versions tab.
|