Instructions to use bingbangboom/flux-waterscape with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bingbangboom/flux-waterscape 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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("bingbangboom/flux-waterscape") prompt = "a cat in a field of lavender flowers, watercolor illustration in the style of WTRSCPE003" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 6 files
Browse files- extras/2a.png +3 -0
- extras/4a.png +3 -0
- extras/5.png +3 -0
- extras/6.png +3 -0
- extras/7.png +3 -0
- extras/8.png +3 -0
extras/2a.png
ADDED
|
Git LFS Details
|
extras/4a.png
ADDED
|
Git LFS Details
|
extras/5.png
ADDED
|
Git LFS Details
|
extras/6.png
ADDED
|
Git LFS Details
|
extras/7.png
ADDED
|
Git LFS Details
|
extras/8.png
ADDED
|
Git LFS Details
|