GMQ786
commited on
Commit
•
16ff66c
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +88 -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,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
A man wearing a suit designed with chocolate beans in multicolor patterns,
|
10 |
+
with matching chocolate bean shoes.
|
11 |
+
parameters:
|
12 |
+
negative_prompt: Cartoon, Odd, Watermark, woman
|
13 |
+
output:
|
14 |
+
url: images/ChocolateBeans (2).webp
|
15 |
+
- text: >-
|
16 |
+
A woman with hair styled from bunties, wearing a flowing dress made of
|
17 |
+
bunties.
|
18 |
+
parameters:
|
19 |
+
negative_prompt: Cartoon, Odd, Watermark, Man
|
20 |
+
output:
|
21 |
+
url: images/ChocolateBeans (8).webp
|
22 |
+
- text: >-
|
23 |
+
A luxurious handbag made of countless, tightly arranged rainbow chocolate
|
24 |
+
beans, with a shining strap also formed from beans aligned in a chain-like
|
25 |
+
pattern.
|
26 |
+
parameters:
|
27 |
+
negative_prompt: Cartoon, Odd, Watermark,
|
28 |
+
output:
|
29 |
+
url: images/ChocolateBeans (52).webp
|
30 |
+
- text: >-
|
31 |
+
A sofa where the cushions and frame are entirely composed of glossy, tightly
|
32 |
+
packed chocolate beans in a gradient of rainbow colors.
|
33 |
+
parameters:
|
34 |
+
negative_prompt: text, Odd, Watermark,
|
35 |
+
output:
|
36 |
+
url: images/ChocolateBeans (67).webp
|
37 |
+
- text: >-
|
38 |
+
A towering, majestic castle built from layers of tiny chocolate beans, with
|
39 |
+
multicolor turrets and shimmering walls, creating a fantasy-like structure.
|
40 |
+
parameters:
|
41 |
+
negative_prompt: text, Odd, Watermark,
|
42 |
+
output:
|
43 |
+
url: images/ChocolateBeans (69).webp
|
44 |
+
- text: >-
|
45 |
+
A luxurious handbag made of countless, tightly arranged rainbow chocolate
|
46 |
+
beans, with a shining strap also formed from beans aligned in a chain-like
|
47 |
+
pattern.
|
48 |
+
parameters:
|
49 |
+
negative_prompt: Cartoon, Odd, Watermark,
|
50 |
+
output:
|
51 |
+
url: images/ChocolateBeans (80).webp
|
52 |
+
- text: >-
|
53 |
+
A luxurious handbag made of countless, tightly arranged rainbow chocolate
|
54 |
+
beans, with a shining strap also formed from beans aligned in a chain-like
|
55 |
+
pattern.
|
56 |
+
parameters:
|
57 |
+
negative_prompt: Cartoon, Odd, Watermark,
|
58 |
+
output:
|
59 |
+
url: images/ChocolateBeans (81).webp
|
60 |
+
- text: >-
|
61 |
+
A towering, majestic castle built from layers of tiny chocolate beans, with
|
62 |
+
multicolor turrets and shimmering walls, creating a fantasy-like structure.
|
63 |
+
parameters:
|
64 |
+
negative_prompt: text, Odd, Watermark,
|
65 |
+
output:
|
66 |
+
url: images/ChocolateBeans (180).webp
|
67 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
68 |
+
instance_prompt: ChocolateBeanArt
|
69 |
+
license: creativeml-openrail-m
|
70 |
+
---
|
71 |
+
# Chocolate_Beans
|
72 |
+
|
73 |
+
<Gallery />
|
74 |
+
|
75 |
+
## Model description
|
76 |
+
|
77 |
+
Model DescriptionName: Multicolor Chocolate Beans Generator (SDXL)Description:This SDXL LoRA model is crafted to generate stunning, high-quality images where every element of the subject—be it objects, clothing, animals, or even entire scenes—is entirely composed of vibrant, multicolored chocolate beans. The tiny beans are arranged in intricate patterns to mimic realistic textures and shapes while maintaining a colorful, whimsical aesthetic.Creative OverviewTransform everyday objects, animals, and settings into unique works of art using a palette of rainbow-colored chocolate beans. Whether it’s a bird made of tiny beans, a girl's hairstyle designed from flowing bean-like strands, or landscapes filled with bean-crafted elements, this model brings your imagination to life with an unparalleled blend of creativity and vibrancy.This model is perfect for:Creating visually striking concept art.Generating themed illustrations for candy or fantasy worlds.Designing playful and artistic compositions for social media or promotional content.Usage InstructionsLoad the Model:Import the LoRA model into your preferred SDXL-compatible platform like SeaArt.ai, ComfyUI, or Automatic1111.Set Model Parameters:LoRA Weight: 0.7–0.9 (adjust depending on how dominant you want the bean-based theme).Base Model: Use an SDXL checkpoint that aligns with your aesthetic goals (e.g., a realistic or vibrant art style).Adjust Settings for Quality:Sampling Method: Euler a / DPM++ 2M Karras.Steps: 30–50 for finer details.CFG Scale: 7–9 for balanced creativity and adherence to prompts.Resolution: 768x768 or higher for intricate details.Training ParametersModel Base: SDXL VAE for improved detail and color fidelity.Training Dataset:Training Settings:Tips for Best ResultsRefining Composition: Use negative prompts like blurry, low detail, dull colors, repetitive patterns to eliminate imperfections.Post-Processing: Enhance generated images with AI upscalers to bring out finer details in the bean textures.By offering such clear instructions and creative insights, your model can appeal to a broader audience while ensuring they achieve the best results effortlessly. Let me know if you'd like refinements!
|
78 |
+
|
79 |
+
## Trigger words
|
80 |
+
|
81 |
+
You should use `ChocolateBeanArt` to trigger the image generation.
|
82 |
+
|
83 |
+
|
84 |
+
## Download model
|
85 |
+
|
86 |
+
Weights for this model are available in Safetensors format.
|
87 |
+
|
88 |
+
[Download](/GMQ786/Chocolate-Beans_SDXL/tree/main) them in the Files & versions tab.
|