Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e5l/hallucinate
https://github.com/e5l/hallucinate
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/e5l/hallucinate
- Owner: e5l
- License: mit
- Created: 2023-12-14T07:21:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-14T07:28:50.000Z (11 months ago)
- Last Synced: 2023-12-14T08:31:41.642Z (11 months ago)
- Language: Python
- Size: 876 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hallucinate
Infinity image feed based on a single prompt. The prompt variations are generated using a language model. Images produced by SDXL turbo.
## Screenshot
![screnshot](screenshot.jpeg)
## Requirements
GPU is required to run the app.
Install dependencies:
```sh
sudo apt install tmux
pip install -r requirements.txt
chmod +x ./start.sh
```## Run
```sh
./start.sh
```