Skip to content

Navigate dreamscapes with a click – your chosen point guides the drone’s flight in a thrilling visual journey.

Notifications You must be signed in to change notification settings

HyoKong/DreamDrone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DreamDrone

zero-shot training-free text-to-perceptual scene generation.

[Project Page] [Hugging Face Spaces] [Paper]

This repository is the official implementation of DreamDrone.

a desolate street in a Doomsday ruins style. aerial view of city, lego style, high-resolution. a winding trail in a fairy tale forest. a wide boulevard in a retro-futuristic style. a mountain village in the Japanese Ukiyo-e woodblock print style.
a corridor in a medieval castle. a grand hallway in a Baroque-style palace. a high building in a Steampunk world. a long, narrow corridor in an abandoned hospital from a horror game. Backyards of Old Houses in Antwerp in the Snow, van Gogh.

ToDo

  • To add LCM to the pipeline for faster generating speed.
  • To add temporal filter for enhancing the smoothness of the generated videos.

News

Setup

  1. Clone this repository and enter:
git clone https://github.com/HyoKong/DreamDrone.git
cd DreamDrone/
  1. Install requirements using Python 3.8 and CUDA >= 11.7
conda create -n DreamDrone python=3.8 -y
pip install -r requirements.txt

Inference API

To run Gradio interface

python app.py

BibTeX

If you use our work in your research, please cite our publication:

@misc{kong2023dreamdrone,
        title={DreamDrone}, 
        author={Hanyang Kong and Dongze Lian and Michael Bi Mi and Xinchao Wang},
        year={2023},
        eprint={2312.08746},
        archivePrefix={arXiv},
        primaryClass={cs.CV}
    }

We warmly welcome contributions from everyone. Please feel free to reach out to us.

Without further ado, welcome to DreamDrone – enjoy piloting your virtual drone through imaginative landscapes!

About

Navigate dreamscapes with a click – your chosen point guides the drone’s flight in a thrilling visual journey.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages