fix png compression

This commit is contained in:
Madison Grubb
2025-09-04 23:02:28 -04:00
parent f0e9ebccb9
commit 714d0351ea
3 changed files with 2 additions and 32 deletions

View File

@@ -22,12 +22,13 @@ Scrollsmith is a Node.js tool for generating Dungeons & Dragons one-page dungeon
- Node.js 22+
- Ollama server running and accessible
- Nextcloud (optional) for PDF uploads
- Gitea Releases (optional) for PDF uploads
- `.env` file with:
```env
OLLAMA_API_URL=http://localhost:3000/api/chat/completions
OLLAMA_API_KEY=your_api_key_here
COMFYUI_URL=http://192.168.1.124:8188
````
---