Instructions to use furaidosu/flux-lora-simple-vector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use furaidosu/flux-lora-simple-vector 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-schnell", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("furaidosu/flux-lora-simple-vector") prompt = "v3ct0r style, simple flat vector art, isolated on white bg, cat" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Choquin commited on
Add generated example
Browse filesGenerated example for model lichorosario/flux-lora-simple-vector.
Prompt: 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"
- README.md +6 -0
- images/example_8whcizm93.png +0 -0
README.md
CHANGED
|
@@ -29,6 +29,12 @@ widget:
|
|
| 29 |
- text: v3ct0r style, simple flat vector art, isolated on white bg, clown
|
| 30 |
output:
|
| 31 |
url: images/example_7qpdcfbh7.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
base_model:
|
| 33 |
- black-forest-labs/FLUX.1-schnell
|
| 34 |
instance_prompt: v3ct0r, vector
|
|
|
|
| 29 |
- text: v3ct0r style, simple flat vector art, isolated on white bg, clown
|
| 30 |
output:
|
| 31 |
url: images/example_7qpdcfbh7.png
|
| 32 |
+
- text: >-
|
| 33 |
+
v3ct0r style, simple vector art, isolated on white bg, construction worker
|
| 34 |
+
wearing a hard hat and holding a small clipboard, character asset, clip art
|
| 35 |
+
- The text on the clipboard says "FLUX TEST"
|
| 36 |
+
output:
|
| 37 |
+
url: images/example_8whcizm93.png
|
| 38 |
base_model:
|
| 39 |
- black-forest-labs/FLUX.1-schnell
|
| 40 |
instance_prompt: v3ct0r, vector
|
images/example_8whcizm93.png
ADDED
|