renderartist
commited on
Commit
•
405aa94
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +141 -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,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
r0ygb1v This image is a digital illustration depicting an extreme closeup of
|
10 |
+
a Little Red Riding Hood character face in a forest, she has a white ribbon
|
11 |
+
on her collar, upper body view, medium complexion, the plants have brush
|
12 |
+
texture and dappling, minimalist shapes, simple colors, abstract
|
13 |
+
output:
|
14 |
+
url: images/ComfyUI_temp_qpxhm_00164_.png
|
15 |
+
- text: >-
|
16 |
+
r0ygb1v This illustration captures a striking scene of a black wolf with
|
17 |
+
piercing yellow eyes and black pupils emerging from a mystical forest
|
18 |
+
setting. The artwork employs a distinctive limited color palette featuring
|
19 |
+
deep navy blues, various shades of forest greens, bright coral reds, and a
|
20 |
+
dark red background. The composition is layered with silhouetted tree trunks
|
21 |
+
in the foreground and background, while decorative fern-like foliage in both
|
22 |
+
green and vibrant red creates a lush forest floor. The wolf's fur is
|
23 |
+
rendered with detailed texture, appearing almost bristled and dark against
|
24 |
+
the lighter backdrop. The overall aesthetic combines elements of traditional
|
25 |
+
Japanese woodblock prints with modern digital illustration techniques,
|
26 |
+
creating a moody, atmospheric piece that balances both menace and beauty in
|
27 |
+
its forest setting.
|
28 |
+
output:
|
29 |
+
url: images/ComfyUI_temp_qpxhm_00060_.png
|
30 |
+
- text: >-
|
31 |
+
r0ygb1v digital illustration, castle in a purple scene, texture, contrast,
|
32 |
+
flat colors, bold shapes striking geometric design
|
33 |
+
output:
|
34 |
+
url: images/ComfyUI_temp_qpxhm_00069_.png
|
35 |
+
- text: >-
|
36 |
+
r0ygb1v style digital illustration gouache style, a large tree trunk with a
|
37 |
+
carved face clearing mythical, flat shading, brush strokes, textured
|
38 |
+
output:
|
39 |
+
url: images/ComfyUI_temp_qpxhm_00066_.png
|
40 |
+
- text: >-
|
41 |
+
r0ygb1v digital illustration, a phoenix with orange feathers, brush strokes
|
42 |
+
and textures, modern art, gouache textures, digital painting, majestic
|
43 |
+
fantasy scene landscape background
|
44 |
+
output:
|
45 |
+
url: images/ComfyUI_temp_qpxhm_00068_.png
|
46 |
+
- text: >-
|
47 |
+
r0ygb1v style digital illustration gouache style with (((visible
|
48 |
+
textures))) focus on a penguin in arctic scene, dotted with rocks and snow
|
49 |
+
output:
|
50 |
+
url: images/ComfyUI_temp_qpxhm_00154_.png
|
51 |
+
- text: >-
|
52 |
+
r0ygb1v style, This illustration depicts a striking knight figure rendered
|
53 |
+
in a stylized, almost robotic design, standing in a dramatic pose against a
|
54 |
+
vivid red sky. The armor is rendered in deep metallic blue with gold trim
|
55 |
+
detailing, featuring segmented plates that suggest both medieval armor and
|
56 |
+
mechanical components. The knight stands atop a rocky outcrop in a heroic
|
57 |
+
stance, holding a sword with a distinctive cruciform handle. The artwork
|
58 |
+
employs a bold, limited color palette of deep blues, bright red, and sandy
|
59 |
+
beige for the landscape, with subtle highlights that give the armor a
|
60 |
+
glossy, metallic finish. The design combines classical medieval knight
|
61 |
+
imagery with modern, streamlined aesthetics, creating a unique fusion of
|
62 |
+
ancient and futuristic elements. The composition is enhanced by scattered
|
63 |
+
blue particles or sparks in the background, and a flowing cape adds dynamic
|
64 |
+
movement to the otherwise rigid armored figure.
|
65 |
+
output:
|
66 |
+
url: images/ComfyUI_temp_qpxhm_00102_.png
|
67 |
+
- text: >-
|
68 |
+
r0ygb1v style, This is a stylized illustration of a regal figure wearing a
|
69 |
+
crown and flowing cape, rendered in a striking color palette of light and
|
70 |
+
deep blues, vibrant reds, and set against a warm orange sky. The figure
|
71 |
+
stands tall and proud, holding aloft a metallic staff topped with a luminous
|
72 |
+
red orb surrounded by radiating blue rays. The character's attire consists
|
73 |
+
of a red tunic with dark blue accents, wrapped in a dramatic cape that
|
74 |
+
features a cosmic, starry pattern on its inner lining. The landscape beneath
|
75 |
+
the figure is composed of geometric, angular mountains in shades of blue and
|
76 |
+
red, with a dusting of snow or starlight creating a sparkly, magical
|
77 |
+
atmosphere. The overall aesthetic combines elements of fantasy art with a
|
78 |
+
modern, graphic design sensibility, using textured gradients and a limited
|
79 |
+
but bold color scheme to create a powerful, eye-catching composition.
|
80 |
+
output:
|
81 |
+
url: images/ComfyUI_temp_qpxhm_00116_.png
|
82 |
+
- text: >-
|
83 |
+
r0ygb1v style digital illustration, scene of a charming Italian secret
|
84 |
+
garden with dark stone pathway, the sky is stormy the aesthetic is whimsy
|
85 |
+
output:
|
86 |
+
url: images/ComfyUI_temp_qpxhm_00139_.png
|
87 |
+
- text: >-
|
88 |
+
r0ygb1v style digital illustration flat color style with (((visible
|
89 |
+
textures))) focus on a lake scene with a singular large swan, closeup,
|
90 |
+
detailed, dark moody atmosphere
|
91 |
+
output:
|
92 |
+
url: images/ComfyUI_temp_qpxhm_00144_.png
|
93 |
+
- text: >-
|
94 |
+
r0ygb1v style digital illustration flat color style with (((visible
|
95 |
+
textures))) focus on a tropical forest scene with a gorilla, closeup
|
96 |
+
output:
|
97 |
+
url: images/ComfyUI_temp_qpxhm_00150_.png
|
98 |
+
base_model: black-forest-labs/FLUX.1-dev
|
99 |
+
instance_prompt: r0ygb1v, digital illustration, textured
|
100 |
+
license: creativeml-openrail-m
|
101 |
+
---
|
102 |
+
# ROYGBIV Flux
|
103 |
+
|
104 |
+
<Gallery />
|
105 |
+
|
106 |
+
## Model description
|
107 |
+
|
108 |
+
ROYGBIV Flux blends elements inspired by risograph and textured painting techniques to create a unique style that provides images a striking visual appeal with a storybook feel.
|
109 |
+
|
110 |
+
ROYGBIV v2 was trained on 149 AI-generated images, 2 batch, 1 repeat, 24 DIM / 32 ALPHA -- 2,600 training steps.
|
111 |
+
|
112 |
+
I'm sharing two versions of this LoRA:
|
113 |
+
|
114 |
+
v1 - Requires more prompting to achieve the effect but has more general flexibility in terms of composition.
|
115 |
+
|
116 |
+
v2 - Works with less prompting but can be a little more rigid in terms of flexibility.
|
117 |
+
|
118 |
+
Still trying to work out the best settings for training this style but it's still very usable and provides some great results with a little forethought and creative prompting. Check out the prompts to get an idea of certain phrases that achieve the look you're trying to focus on.
|
119 |
+
|
120 |
+
FOR THE BEST RESULTS USE EULER SAMPLER
|
121 |
+
|
122 |
+
Trigger keyword: 'r0ygb1v' 'digital illustration' 'textured'
|
123 |
+
|
124 |
+
Recommended strengths: 0.7 - 0.9
|
125 |
+
|
126 |
+
Trained in Kohya, tested in ComfyUI.
|
127 |
+
|
128 |
+
## Trigger words
|
129 |
+
|
130 |
+
You should use `r0ygb1v` to trigger the image generation.
|
131 |
+
|
132 |
+
You should use `digital illustration` to trigger the image generation.
|
133 |
+
|
134 |
+
You should use `textured` to trigger the image generation.
|
135 |
+
|
136 |
+
|
137 |
+
## Download model
|
138 |
+
|
139 |
+
Weights for this model are available in Safetensors format.
|
140 |
+
|
141 |
+
[Download](/renderartist/ROYGBIVFlux/tree/main) them in the Files & versions tab.
|