Instructions to use renderartist/simplevectorflux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use renderartist/simplevectorflux with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("renderartist/simplevectorflux") prompt = "v3ct0r style, simple flat vector art, isolated on white bg, cat" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - stable-diffusion | |
| - lora | |
| - diffusers | |
| - template:sd-lora | |
| widget: | |
| - text: v3ct0r style, simple flat vector art, isolated on white bg, cat | |
| output: | |
| url: images/ComfyUI_09405_.jpeg | |
| - text: v3ct0r style, simple flat vector art, isolated on white bg, rocket | |
| output: | |
| url: images/ComfyUI_09420_.jpeg | |
| - text: v3ct0r style, simple flat vector art, isolated on white bg, clown | |
| output: | |
| url: images/ComfyUI_09424_.jpeg | |
| - text: >- | |
| v3ct0r style, simple vector art, isolated on white bg, construction worker | |
| wearing a hard hat and holding a small clipboard, character asset, clip art | |
| - The text on the clipboard says "FLUX TEST" | |
| output: | |
| url: images/ComfyUI_09445_.jpeg | |
| - text: >- | |
| v3ct0r style, simple vector art, isolated on white bg, salesman giving a | |
| thumbs up in front of a car, character asset, clip art | |
| output: | |
| url: images/ComfyUI_09459_.jpeg | |
| - text: >- | |
| v3ct0r style, simple vector art, isolated on white bg, ugly witch standing | |
| next to a bubbling cauldron stirring the pot, character asset, clip art | |
| output: | |
| url: images/ComfyUI_09463_.jpeg | |
| - text: >- | |
| v3ct0r style, simple vector art, isolated on white bg, xmas tree with | |
| beautifully wrapped gifts beneath it, character asset, clip art | |
| output: | |
| url: images/ComfyUI_09465_.jpeg | |
| - text: >- | |
| v3ct0r style, simple vector art, isolated on white bg, tall cartoon style | |
| box truck side view, clip art | |
| output: | |
| url: images/ComfyUI_09466_.jpeg | |
| - text: >- | |
| v3ct0r style, simple vector art, isolated on white bg, a boy holding up a | |
| big gold coin with an orange lightning bolt embossed on the coin, character | |
| asset, clip art | |
| output: | |
| url: images/ComfyUI_09477_.jpeg | |
| - text: v3ct0r style, black and white icon of a man walking a dog | |
| output: | |
| url: images/example_j012efqdq.png | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: v3ct0r, vector | |
| license: creativeml-openrail-m | |
| # Simple Vector Flux LoRA | |
| <Gallery /> | |
| ## Model description | |
| Simple Vector Flux was trained on a curated dataset of ~50 synthetic images in classic vector style, 17 epochs, 2 repeats, ~1700 steps. | |
| 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. | |
| 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. | |
| ## Trigger words | |
| You should use `v3ct0r` to trigger the image generation. | |
| You should use `vector` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/renderartist/simplevectorflux/tree/main) them in the Files & versions tab. | |