Instructions to use TheAwakenOne/mtdp-balloon-character with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheAwakenOne/mtdp-balloon-character 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("TheAwakenOne/mtdp-balloon-character") prompt = "FLOAT a giant Pikachu balloon soaring through the city streets, its bright yellow color and cheerful expression captivating the crowd. Accompanied by Eevee in a Poké Ball-themed sleigh." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#2
by TheAwakenOne - opened
Generated example for model TheAwakenOne/mtdp-balloon-character.
Prompt: FLOAT a giant turkey in a military uniform balloon soaring through the city streets, its big grin expression while holding a sign that reads "No Gobble" captivating the crowd.
TheAwakenOne changed pull request status to merged