Instructions to use lordjia/drone-photography with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lordjia/drone-photography with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("lordjia/drone-photography") prompt = " cinematic still of a small town by the ocean in the south italy, dramatic light" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Drone Photography for XL - 无人机摄影

- Prompt
- cinematic still of a small town by the ocean in the south italy, dramatic light

- Prompt
- a bear standing in a river in a forest

- Prompt
- a tropical resort on a heart shaped island in the ocean

- Prompt
- a morden house on cliff by the ocean, by Adrian Tomine

- Prompt
- a japanese garden , by Adrian Tomine
This LoRA model is used to simulate drone aerial photos. It not only reproduces the drone's signature top-down perspective (God's eye view), but also applies the best practices of drone photography composition to produce aesthetically pleasing images.
It can be used to generate a variety of subjects, including natural landscapes, urban sceneries, buildings, and animals.
Currently, there is only a version for SDXL 1.0, with a recommended LoRA weight of 0.8.
此 LoRA 模型用以模拟无人机航拍照片。不只再现无人机标志性的垂直向下视角(上帝视角),而且应用了无人机摄影的构图最佳实践,以生成符合美学要求的照片。可以用来生成自然景观,城市景观,建筑,动物等多样化题材。
目前只有针对 SDXL 1.0 的版本,权重推荐使用 0.8。
Image examples for the model:
a bear standing in a river in a forest
a tropical resort on a heart shaped island in the ocean
a morden house on cliff by the ocean, by Adrian Tomine
a japanese garden , by Adrian Tomine
- Downloads last month
- 46
Model tree for lordjia/drone-photography
Base model
stabilityai/stable-diffusion-xl-base-1.0


