mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-04 21:27:29 -07:00
Update readme and location for photoprism data.
This commit is contained in:
parent
bbe5a74241
commit
d7737c74a3
13
README.md
13
README.md
@ -221,6 +221,7 @@ When connecting on windows go to the network tab and search for the server, form
|
||||
|
||||
## Part 4: Other Stuff
|
||||
|
||||
|
||||
### Installing Graphics Card (For running capGPT and stuff)
|
||||
|
||||
Part 1: Install Nvidia Drivers
|
||||
@ -255,6 +256,18 @@ Running project:
|
||||
|
||||
I noticed that increasing the threshold was necessary because the default values produced a video that was slightly choppy. Threshold=1.1 seemed to improve the flow of the video a lot with only minimal video length increase.
|
||||
|
||||
### Conda
|
||||
|
||||
Used for all the below AI/ML stuff.
|
||||
|
||||
1. Install Conda
|
||||
|
||||
Followed `https://linuxhint.com/install-anaconda-ubuntu-22-04/`
|
||||
|
||||
2. Configure conda so that it doesn't auto-start after login to a new session.
|
||||
|
||||
`conda config --set auto_activate_base false`
|
||||
|
||||
### GPT4All
|
||||
|
||||
Repo: https://github.com/nomic-ai/gpt4all
|
||||
|
@ -17,8 +17,8 @@ services:
|
||||
ports:
|
||||
- "2342:2342"
|
||||
volumes:
|
||||
- /data/persistent/photoprism/storage:/photoprism/storage
|
||||
- /data/persistent/photoprism/originals:/photoprism/originals
|
||||
- /data/coldstorage/photoprism/storage:/photoprism/storage
|
||||
- /data/coldstorage/photoprism/originals:/photoprism/originals
|
||||
environment:
|
||||
- PHOTOPRISM_ADMIN_USER=ADMIN_USER
|
||||
- PHOTOPRISM_ADMIN_PASSWORD=ADMIN_PASSWORD
|
||||
@ -51,8 +51,8 @@ services:
|
||||
ports:
|
||||
- "2343:2342"
|
||||
volumes:
|
||||
- /data/persistent/photoprism/storage:/photoprism/storage
|
||||
- /data/persistent/photoprism/originals:/photoprism/originals
|
||||
- /data/persistent/coldstorage/storage:/photoprism/storage
|
||||
- /data/persistent/coldstorage/originals:/photoprism/originals
|
||||
environment:
|
||||
- PHOTOPRISM_READ_ONLY=true
|
||||
- PHOTOPRISM_AUTH_MODE=public
|
||||
|
Loading…
x
Reference in New Issue
Block a user