├── AI_Image.yaml ├── Image_History └── temp.txt ├── LocalLLM_Update_Convo └── 20241020-13-43-02 (copy).json ├── README.md ├── VideoDemo └── Lucid_Vision_demoCompBig.mov ├── config.json ├── requirements.txt └── script.py /AI_Image.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomInternetPreson/Lucid_Vision/HEAD/AI_Image.yaml -------------------------------------------------------------------------------- /Image_History/temp.txt: -------------------------------------------------------------------------------- 1 | placeholder 2 | -------------------------------------------------------------------------------- /LocalLLM_Update_Convo/20241020-13-43-02 (copy).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomInternetPreson/Lucid_Vision/HEAD/LocalLLM_Update_Convo/20241020-13-43-02 (copy).json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomInternetPreson/Lucid_Vision/HEAD/README.md -------------------------------------------------------------------------------- /VideoDemo/Lucid_Vision_demoCompBig.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomInternetPreson/Lucid_Vision/HEAD/VideoDemo/Lucid_Vision_demoCompBig.mov -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomInternetPreson/Lucid_Vision/HEAD/config.json -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RandomInternetPreson/Lucid_Vision/HEAD/script.py --------------------------------------------------------------------------------