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 (#5)
Browse files- Add generated example (e3a349c3de0a9877881677ca8b8295f59b77a3d6)
- README.md +3 -0
- images/example_7qpdcfbh7.png +0 -0
README.md
CHANGED
|
@@ -26,6 +26,9 @@ widget:
|
|
| 26 |
- text: v3ct0r style, simple flat vector art, isolated on white bg, rocket
|
| 27 |
output:
|
| 28 |
url: images/example_ylmvpzdqk.png
|
|
|
|
|
|
|
|
|
|
| 29 |
base_model:
|
| 30 |
- black-forest-labs/FLUX.1-schnell
|
| 31 |
instance_prompt: v3ct0r, vector
|
|
|
|
| 26 |
- text: v3ct0r style, simple flat vector art, isolated on white bg, rocket
|
| 27 |
output:
|
| 28 |
url: images/example_ylmvpzdqk.png
|
| 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
|
images/example_7qpdcfbh7.png
ADDED
|