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
Add generated example
#7
by furaidosu - opened
- README.md +5 -0
- images/example_fpe41y8qu.png +0 -0
README.md
CHANGED
|
@@ -35,6 +35,11 @@ widget:
|
|
| 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
|
|
|
|
| 35 |
- The text on the clipboard says "FLUX TEST"
|
| 36 |
output:
|
| 37 |
url: images/example_8whcizm93.png
|
| 38 |
+
- text: >-
|
| 39 |
+
v3ct0r style, simple vector art, isolated on white bg, game asset, clip art.
|
| 40 |
+
horizontal Line of green bushes
|
| 41 |
+
output:
|
| 42 |
+
url: images/example_fpe41y8qu.png
|
| 43 |
base_model:
|
| 44 |
- black-forest-labs/FLUX.1-schnell
|
| 45 |
instance_prompt: v3ct0r, vector
|
images/example_fpe41y8qu.png
ADDED
|