Instructions to use MultiTrickFox/Flux-LoRA-360-Panorama-Tangbohu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MultiTrickFox/Flux-LoRA-360-Panorama-Tangbohu 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("MultiTrickFox/Flux-LoRA-360-Panorama-Tangbohu") prompt = "An exotic landscape of National Geographic award-winning quality, showcasing a remote tropical paradise at sunset. Towering limestone cliffs rise dramatically from the turquoise waters of a hidden lagoon, their surfaces covered in lush greenery and cascading vines. Crystal-clear water reflects the golden light of the setting sun, with small, wooden boats drifting peacefully across the surface. In the background, jagged islands fade into the horizon under a sky painted with hues of deep orange, pink, and purple. Exotic birds soar gracefully above, while the soft rustle of palm trees sways in the warm breeze. The intricate textures of the land and sea, combined with the serene atmosphere, create an awe-inspiring scene of untouched beauty." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!