lichorosario
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: v3ct0r style, simple flat vector art, isolated on white bg, cat
|
10 |
+
output:
|
11 |
+
url: images/ComfyUI_09405_.jpeg
|
12 |
+
base_model:
|
13 |
+
- black-forest-labs/FLUX.1-schnell
|
14 |
+
instance_prompt: v3ct0r, vector
|
15 |
+
license: creativeml-openrail-m
|
16 |
+
---
|
17 |
+
# Simple Vector Flux LoRA
|
18 |
+
|
19 |
+
<Gallery />
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
It's just a clone of (https://huggingface.co/renderartist/simplevectorflux) to test schnell base model.
|
24 |
+
|
25 |
+
Simple Vector Flux was trained on a curated dataset of ~50 synthetic images in classic vector style, 17 epochs, 2 repeats, ~1700 steps.
|
26 |
+
|
27 |
+
This is a work in progress and it can be a little temperamental, the captioning was done using Joy Caption Batch with the trigger "v3ct0r" and "vector" in the prefix of the captions.
|
28 |
+
|
29 |
+
You have to work a little bit to get desired results and sometimes there is bleeding/blending of subjects but overall the style is present and the results can be really good. This LoRA takes a couple of tries adjusting your prompt and adding tokens to match the style.
|
30 |
+
|
31 |
+
## Trigger words
|
32 |
+
|
33 |
+
You should use `v3ct0r` to trigger the image generation.
|
34 |
+
|
35 |
+
You should use `vector` to trigger the image generation.
|
36 |
+
|
37 |
+
|
38 |
+
## Download model
|
39 |
+
|
40 |
+
Weights for this model are available in Safetensors format.
|
41 |
+
|
42 |
+
[Download](/renderartist/simplevectorflux/tree/main) them in the Files & versions tab.
|