Instructions to use alvarobartt/ghibli-characters-flux-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alvarobartt/ghibli-characters-flux-lora 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("alvarobartt/ghibli-characters-flux-lora") prompt = "Ghibli style futuristic stormtrooper with glossy white armor and a sleek helmet, standing heroically on a lush alien planet, vibrant flowers blooming around, soft sunlight illuminating the scene, a gentle breeze rustling the leaves" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,7 @@ tags:
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- fal
|
|
|
|
| 8 |
base_model: black-forest-labs/FLUX.1-dev
|
| 9 |
instance_prompt: >-
|
| 10 |
Ghibli style [character description] with [distinctive features], [action or
|
|
|
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- fal
|
| 8 |
+
- endpoints-template
|
| 9 |
base_model: black-forest-labs/FLUX.1-dev
|
| 10 |
instance_prompt: >-
|
| 11 |
Ghibli style [character description] with [distinctive features], [action or
|