Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c798277
Initial plan
Copilot Jan 15, 2026
fb21fe2
Implement Phase 8: Complete multiuser documentation (user, admin, and…
Copilot Jan 15, 2026
44c29db
Add Phase 8 verification report documenting completion
Copilot Jan 15, 2026
00f3817
Update multiuser documentation for single-user mode and CLI scripts
Copilot Jan 22, 2026
92100b3
docs(multiuser): bring user guide documentation up to date
lstein Jan 22, 2026
1c0d3e4
fix(model_manager): prevent Z-Image LoRAs from being misclassified as…
Pfannkuchensack Jan 15, 2026
41cc95f
Add user survey section to README (#8766)
lstein Jan 16, 2026
1f90b31
Implement user isolation for session queue and socket events (WIP - d…
Copilot Jan 18, 2026
21da3fc
translationBot(ui): update translation files (#8767)
weblate Jan 20, 2026
2f0f97c
Limit automated issue closure to bug issues only (#8776)
Copilot Jan 20, 2026
82d03e4
feat(queue): show user/total pending jobs in multiuser mode badge (#43)
Copilot Jan 21, 2026
2a148f8
Add JWT secret storage in database and app_settings service
Copilot Jan 21, 2026
d474b86
Add multiuser configuration option with default false
Copilot Jan 21, 2026
4d6f227
Update token service tests to initialize JWT secret
Copilot Jan 21, 2026
21238da
Fix frontend to bypass authentication in single-user mode
Copilot Jan 21, 2026
0f2be99
Fix auth tests to enable multiuser mode
Copilot Jan 21, 2026
334d257
Redirect login and setup pages to app in single-user mode
Copilot Jan 21, 2026
183eaf7
Prevent login form flash in single-user mode
Copilot Jan 21, 2026
2d5095a
Add user management utilities and rename add_user.py
Copilot Jan 21, 2026
d9997ea
Add userlist.py script for viewing database users
Copilot Jan 22, 2026
50093af
Add AdminUserOrDefault and fix model settings in single-user mode
Copilot Jan 22, 2026
f19de03
Revert to correct AdminUserOrDefault usage pattern
Copilot Jan 22, 2026
32d6d15
docs(app): update multiuser documentation
lstein Jan 23, 2026
7627597
Merge branch 'lstein-master' into copilot/implement-phase-8-multiuser
lstein Jan 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/installation/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Invoke runs on Windows 10+, macOS 14+ and Linux (Ubuntu 20.04+ is well-tested).

Hardware requirements vary significantly depending on model and image output size.

The requirements below are rough guidelines for best performance. GPUs with less VRAM typically still work, if a bit slower. Follow the [Low-VRAM mode guide](./features/low-vram.md) to optimize performance.
The requirements below are rough guidelines for best performance. GPUs
with less VRAM typically still work, if a bit slower. Follow the
[Low-VRAM mode guide](../features/low-vram.md) to optimize performance.

- All Apple Silicon (M1, M2, etc) Macs work, but 16GB+ memory is recommended.
- AMD GPUs are supported on Linux only. The VRAM requirements are the same as Nvidia GPUs.
Expand Down
Loading