invokeai running and tested

This commit is contained in:
2026-04-13 21:02:18 -07:00
parent a1a6d2369d
commit 546f003a41
+9 -34
View File
@@ -1,46 +1,21 @@
# Project Name # Invokeai
## Overview ## Overview
A short 1--3 sentence description of what this Docker Compose project Makes images, needs gpu.
does.
## Project Details ## Project Details
- **Project Repository:** [Link](https://example.com) - **Project Repository:** [Github](https://github.com/invoke-ai/InvokeAI/tree/main)
- **Container Image:** [Docker Hub](https://dockerhub.com) - **Container Image:** ghcr.io/invoke-ai/invokeai
- **Compose Example:** [Compose](https://dockerhub.com) - **Documentation:** [Docs](https://invoke-ai.github.io/InvokeAI/)
- **Documentation:** [Docs](https://dockerhub.com) - **Reverse Proxy Port:** You Can set this in env, I have it set to 9090
- **Reverse Proxy Port:** `80`
## Environment Variable Notes
List any required or optional environment variables, where they come
from, and how they are used.
Example:
VAR_NAME explanation of purpose
ANOTHER_VAR where to get the value
## Volume Notes
Describe important volumes, what they store, and whether they need
manual creation or backups.
Example:
/data persistent application storage
/config configuration files
## Network Notes
Requires proxy network
## Additional Notes / Gotchas ## Additional Notes / Gotchas
Add any special information someone should know before running the To get started, go to the models tab and install: RealVisXL V3 or Juggernaut XL
project---quirks, caveats, network requirements, etc. Also in the model manager, for upscale install: RealESRGAN_x4plus
And last install Tile SDXL version
## Dockhand Stack, Deploy from Git ## Dockhand Stack, Deploy from Git