renderartist commited on
Commit
f2d8d8e
·
verified ·
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +55 -0
  2. README.md +92 -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,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - lora
5
+ - diffusers
6
+ - template:diffusion-lora
7
+ widget:
8
+ - text: >-
9
+ v3ct0r style, simple flat vector art, isolated, cute playful duckling front
10
+ pose holding a sign that says "Simple Vector HiDream" in an orange font, the
11
+ background is solid dark blue background with star patterns
12
+ output:
13
+ url: images/SimpleVector_00685_.png
14
+ - text: '-'
15
+ output:
16
+ url: images/SimpleVector_00328_.png
17
+ - text: '-'
18
+ output:
19
+ url: images/SimpleVector_00343_.png
20
+ - text: '-'
21
+ output:
22
+ url: images/SimpleVector_00485_.png
23
+ - text: '-'
24
+ output:
25
+ url: images/SimpleVector_00449_.png
26
+ - text: '-'
27
+ output:
28
+ url: images/SimpleVector_00465_.png
29
+ - text: '-'
30
+ output:
31
+ url: images/SimpleVector_00496_.png
32
+ - text: '-'
33
+ output:
34
+ url: images/SimpleVector_00532_.png
35
+ - text: '-'
36
+ output:
37
+ url: images/SimpleVector_00637_.png
38
+ - text: '-'
39
+ output:
40
+ url: images/SimpleVector_00642_.png
41
+ - text: '-'
42
+ output:
43
+ url: images/SimpleVector_00651_.png
44
+ - text: '-'
45
+ output:
46
+ url: images/SimpleVector_00486_.png
47
+ - text: '-'
48
+ output:
49
+ url: images/SimpleVector_00401_.png
50
+ base_model: HiDream-ai/HiDream-I1-Full
51
+ instance_prompt: v3ct0r, cartoon vector art
52
+ license: apache-2.0
53
+ ---
54
+ # Simple Vector HiDream
55
+
56
+ <Gallery />
57
+
58
+ ## Model description
59
+
60
+ This HiDream LoRA is Lycoris based and trained to replicate vector art designs and styles, this LoRA leans more towards a modern and playful aesthetic rather than corporate style but it is capable of doing more than meets the eye, experiment with your prompts.
61
+
62
+ I recommend using LCM sampler with the simple scheduler, other samplers will work but not as sharp or coherent. The first image in the gallery will have an embedded workflow with a prompt example, try downloading the first image and dragging it into ComfyUI before complaining that it doesn&#39;t work. I don&#39;t have enough time to troubleshoot for everyone, sorry.
63
+
64
+ Trigger words: v3ct0r, cartoon vector art
65
+
66
+ Recommended Sampler: LCM
67
+
68
+ Recommended Scheduler: SIMPLE
69
+
70
+ Recommended Strength: 0.5-0.6
71
+
72
+ This model was trained to 2500 steps, 2 repeats with a learning rate of 4e-4 trained with Simple Tuner using the main branch. The dataset was around 148 synthetic images in total. All of the images used were 1:1 aspect ratio at 1024x1024 to fit into VRAM.
73
+
74
+ Training took around 3 hours using an RTX 4090 with 24GB VRAM, training times are on par with Flux LoRA training. Captioning was done using Joy Caption Batch with modified instructions and a token limit of 128 tokens (more than that gets truncated during training).
75
+
76
+ I trained the model with Full and ran inference in ComfyUI using the Dev model, it is said that this is the best strategy to get high quality outputs. Workflows are attached to every image in the gallery, just drag and drop into ComfyUI.
77
+
78
+ Testing and training takes a lot of time and personal resources. If you can afford it please contribute to my KoFi (https:&#x2F;&#x2F;ko-fi.com&#x2F;renderartist) – Contributing will allow me more flexibility to train in the cloud and continue experimenting and sharing.
79
+ renderartist.com
80
+
81
+ ## Trigger words
82
+
83
+ You should use `v3ct0r` to trigger the image generation.
84
+
85
+ You should use `cartoon vector art` to trigger the image generation.
86
+
87
+
88
+ ## Download model
89
+
90
+ Weights for this model are available in Safetensors format.
91
+
92
+ [Download](/renderartist/simplevectorhidream/tree/main) them in the Files & versions tab.