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
- Draw Things
- DiffusionBee
Add generated example
#3
by furaidosu - opened
- README.md +6 -0
- images/example_t6wl1q1dw.png +0 -0
README.md
CHANGED
|
@@ -17,6 +17,12 @@ widget:
|
|
| 17 |
eyeglasses
|
| 18 |
output:
|
| 19 |
url: images/example_tceiuip27.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
base_model:
|
| 21 |
- black-forest-labs/FLUX.1-schnell
|
| 22 |
instance_prompt: v3ct0r, vector
|
|
|
|
| 17 |
eyeglasses
|
| 18 |
output:
|
| 19 |
url: images/example_tceiuip27.png
|
| 20 |
+
- text: >-
|
| 21 |
+
v3ct0r style, simple flat vector art, isolated on white bg, kawaii bread
|
| 22 |
+
slice wearing black frame eyeglasses. Small smile. There is a blue flower
|
| 23 |
+
pink center placed at the top right corner of the bread slice.
|
| 24 |
+
output:
|
| 25 |
+
url: images/example_t6wl1q1dw.png
|
| 26 |
base_model:
|
| 27 |
- black-forest-labs/FLUX.1-schnell
|
| 28 |
instance_prompt: v3ct0r, vector
|
images/example_t6wl1q1dw.png
ADDED
|