Instructions to use Shakker-Labs/FLUX.1-dev-LoRA-Vector-Journey with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shakker-Labs/FLUX.1-dev-LoRA-Vector-Journey 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("Shakker-Labs/FLUX.1-dev-LoRA-Vector-Journey") prompt = "A cartoon style couple takes a selfie in front of an Egyptian pyramid, which is composed of a man and a woman, both wearing sunglasses. Men wear blue shirts, jeans, and white shoes, while women wear yellow hats, blue jackets, white tops, orange dresses, and pink sneakers. Sand and a group of tourists in the distance. Integrating reality and cartoon elements.," image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Delete images
Browse files- images/example1.png +0 -3
- images/example10.png +0 -3
- images/example11.png +0 -3
- images/example12.png +0 -3
- images/example13.png +0 -3
- images/example14.png +0 -3
- images/example15.png +0 -3
- images/example2.png +0 -3
- images/example3.png +0 -3
- images/example4.png +0 -3
- images/example5.png +0 -3
- images/example6.png +0 -3
- images/example7.png +0 -3
- images/example8.png +0 -3
- images/example9.png +0 -3
- images/f9c20664413ae628652eeb0cc3035ec257d1d32fc62178c947b54fc3d2e0f445.png +0 -3
- images/poster.jpeg +0 -3
images/example1.png
DELETED
Git LFS Details
|
images/example10.png
DELETED
Git LFS Details
|
images/example11.png
DELETED
Git LFS Details
|
images/example12.png
DELETED
Git LFS Details
|
images/example13.png
DELETED
Git LFS Details
|
images/example14.png
DELETED
Git LFS Details
|
images/example15.png
DELETED
Git LFS Details
|
images/example2.png
DELETED
Git LFS Details
|
images/example3.png
DELETED
Git LFS Details
|
images/example4.png
DELETED
Git LFS Details
|
images/example5.png
DELETED
Git LFS Details
|
images/example6.png
DELETED
Git LFS Details
|
images/example7.png
DELETED
Git LFS Details
|
images/example8.png
DELETED
Git LFS Details
|
images/example9.png
DELETED
Git LFS Details
|
images/f9c20664413ae628652eeb0cc3035ec257d1d32fc62178c947b54fc3d2e0f445.png
DELETED
Git LFS Details
|
images/poster.jpeg
DELETED
Git LFS Details
|