Instructions to use linhqyy/human-1809 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use linhqyy/human-1809 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("linhqyy/human-1809") prompt = "photo-realistic. wide angle view, An elderly monk with bald head and a long white beard playing a flute in a tranquil waterfall setting. relaxing face, plays a traditional wooden flute near his mouth, both hand placed on the flute and separated, bright the man face with natural light. He is wearing traditional yellow Taoist robes and is meditating on the mountain path. The background is a waterfall over a jungle, wide view. High Detail, Beautiful scenary, realistic light, soft light, realistic photography, taken by Sony a7300." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K