Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/e5l/hallucinate


https://github.com/e5l/hallucinate

Last synced: 27 days ago
JSON representation

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
```