renderartist
commited on
Commit
•
763ee4d
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +93 -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,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
sculptur3 sculpture of Squidward, a distressed marble with detailed texture
|
10 |
+
head bust on a pedestal, his tentacles on his face are individually visible,
|
11 |
+
the scene is an intimate garden scene showcase with velvet blue curtains and
|
12 |
+
yellow cords
|
13 |
+
output:
|
14 |
+
url: images/ComfyUI_11077_.png
|
15 |
+
- text: >-
|
16 |
+
sculptur3 sculpture of Nosferatu, a distressed marble with detailed texture
|
17 |
+
head bust on a pedestal, his fanged teeth individually visible, the scene is
|
18 |
+
an intimate garden scene showcase with velvet blue curtains and yellow cords
|
19 |
+
output:
|
20 |
+
url: images/ComfyUI_11079_.png
|
21 |
+
- text: >-
|
22 |
+
sculptur3 sculpture of a bronze head bust, the subject is a large rhino, the
|
23 |
+
scene is an intimate museum showcase with velvet red curtains and yellow
|
24 |
+
cords
|
25 |
+
output:
|
26 |
+
url: images/ComfyUI_11050_.png
|
27 |
+
- text: >-
|
28 |
+
sculptur3 bizarre mechanic dreamy metallic skeletal with
|
29 |
+
{silver|gold|red|plastic|natural stone|agate|fluorite}, surrealism art,
|
30 |
+
fully body bust, museum piece, geometric modern fantasy design with a flair
|
31 |
+
for the strange (outdoors scenic idyllic)
|
32 |
+
output:
|
33 |
+
url: images/ComfyUI_11207_.png
|
34 |
+
- text: >-
|
35 |
+
sculptur3 sculpture a closeup view of large metal steel frame gleaming,
|
36 |
+
geometric, fluid, creature sculpture towers and is contrasted and surrounded
|
37 |
+
by tall topiaries studio set in a stormy purple sky landscape in Europe, the
|
38 |
+
cold light showcases the detail work in the chiseled aged appearance
|
39 |
+
output:
|
40 |
+
url: images/ComfyUI_11293_.png
|
41 |
+
- text: >-
|
42 |
+
sculptur3 metallic steel frame surrealism sculpture of a full body skeletal
|
43 |
+
forms frame character horse with a man riding it, museum piece
|
44 |
+
output:
|
45 |
+
url: images/ComfyUI_11104_.png
|
46 |
+
- text: >-
|
47 |
+
sculptur3 made of distressed steel and gold, metal hollow frame
|
48 |
+
construction, mechanic hybrid cow, black night background, even lighting,
|
49 |
+
professionally photographed from a ground angle
|
50 |
+
output:
|
51 |
+
url: images/ComfyUI_11331_.png
|
52 |
+
- text: >-
|
53 |
+
sculptur3 sculpture of a bronze head bust, the subject is a large goat, the
|
54 |
+
scene is an intimate museum showcase with velvet red curtains and yellow
|
55 |
+
cords
|
56 |
+
output:
|
57 |
+
url: images/ComfyUI_11048_.png
|
58 |
+
base_model: black-forest-labs/FLUX.1-dev
|
59 |
+
instance_prompt: sculptur3, sculpture
|
60 |
+
license: creativeml-openrail-m
|
61 |
+
---
|
62 |
+
# Sculpture Flux
|
63 |
+
|
64 |
+
<Gallery />
|
65 |
+
|
66 |
+
## Model description
|
67 |
+
|
68 |
+
Sculpture Flux draws from the Art Institute of Chicago's prestigious collection of high-resolution public domain images, capturing the nuanced textures, dynamic forms, and timeless beauty of classical sculpture. While masterfully rendering the exquisite details of carved stonework, this versatile concept model transcends traditional materials to generate bold contemporary pieces in marble, bronze, steel, and beyond. Great for visualizing everything from classical busts to abstract modernist forms, each generation maintains the weight, presence, and dimensional complexity inherent to sculptural art.
|
69 |
+
|
70 |
+
FOR THE BEST RESULTS USE EULER SAMPLER
|
71 |
+
|
72 |
+
Experiment with lowering the guidance scale from the default of 3.0-3.5 down to 2.5 to allow for more creative prompting, doing this will allow for more flexibility both in form and materials. The LoRA was trained primarily on busts but seems flexible enough for figures and full bodies as well.
|
73 |
+
|
74 |
+
This LoRA was trained with 22 images captioned with Joy Caption Batch, 2 repeats, 2 batch, 80 epochs, 32 DIM/32 ALPHA for a total of 1760 Steps.
|
75 |
+
|
76 |
+
Next phases: Since the outputs are so strong I want to make a v2 of this LoRA with a mixture of real images and AI-genereated images to allow for more flexibility in the styles by default.
|
77 |
+
|
78 |
+
Please support my research, I want to explore the fine-tuning of Flux to create better LoRAs. Cloud compute companies don't accept buzz! 🤣 ➡ https://ko-fi.com/renderartist ⬅ Thank you!
|
79 |
+
|
80 |
+
Trained with Kohya, tested in ComfyUI.
|
81 |
+
|
82 |
+
## Trigger words
|
83 |
+
|
84 |
+
You should use `sculptur3` to trigger the image generation.
|
85 |
+
|
86 |
+
You should use `sculpture` to trigger the image generation.
|
87 |
+
|
88 |
+
|
89 |
+
## Download model
|
90 |
+
|
91 |
+
Weights for this model are available in Safetensors format.
|
92 |
+
|
93 |
+
[Download](/renderartist/sculptureflux/tree/main) them in the Files & versions tab.
|