Instructions to use TheLastBen/The_Hound with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheLastBen/The_Hound 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("TheLastBen/The_Hound") prompt = "sandor clegane drinking in a pub" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 10 files
Browse files- images/img (1).webp +0 -0
- images/img (10).webp +0 -0
- images/img (2).webp +0 -0
- images/img (3).webp +0 -0
- images/img (4).webp +0 -0
- images/img (5).webp +0 -0
- images/img (6).webp +0 -0
- images/img (7).webp +0 -0
- images/img (8).webp +0 -0
- images/img (9).webp +0 -0
images/img (1).webp
ADDED
|
images/img (10).webp
ADDED
|
images/img (2).webp
ADDED
|
images/img (3).webp
ADDED
|
images/img (4).webp
ADDED
|
images/img (5).webp
ADDED
|
images/img (6).webp
ADDED
|
images/img (7).webp
ADDED
|
images/img (8).webp
ADDED
|
images/img (9).webp
ADDED
|