Skip to content

⛰️ Forever generating view of a village in valley with SDXL.

Notifications You must be signed in to change notification settings

nftchance/infinite-valley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⛰️ Infinite Valley

This repository contains a landscape generator that runs forever using SDXL on the backend and designed to be delivered in a chronological view in the browser/webview of your choice.

Preview generation image

Run the Backend

The backend generation is built using SDXL (a free image generation pipeline) and Django. You can be up and running with no configuration beyond installing dependencies by opening your terminal and running:

git clone https://github.com/nftchance/infinite-valley.git
cd infinite-valley/api
python3 -m venv venv
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

To see the backend processes you will need to create a superuser:

python manage.py createsuperuser

About

⛰️ Forever generating view of a village in valley with SDXL.

Resources

Stars

Watchers

Forks

Languages