mrlnc / streetview-diffusion

Google Street View & Stable Diffusion + ControlNet

Home Page:https://panoramai.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panoramai

This is the code for the panoramai.xyz web app.

panoramai

Frontend

To run the development server:

npm install
npm run dev

You'll need to fill in NEXT_PUBLIC_GOOGLE_API_KEYand NEXT_PUBLIC_BACKEND_URL in frontend/.env.local.

Backend

To build the worker and server images:

sudo docker build -t WORKER_IMAGE_NAME:TAG -f docker/Dockerfile.worker .
sudo docker build -t SERVER_IMAGE_NAME:TAG -f docker/Dockerfile.server .

To run the backend, fill in APP_WORKER_IMAGE, APP_SERVER_IMAGE, GOOGLE_KEY and DOMAIN_NAME in docker/.env.

Then, run in the docker folder:

sudo docker compose up

About

Google Street View & Stable Diffusion + ControlNet

https://panoramai.xyz

License:MIT License


Languages

Language:TypeScript 65.4%Language:Python 30.8%Language:CSS 3.5%Language:JavaScript 0.3%