FriendlyFriend

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

FriendlyFriend's Achievements

Noob

Noob (1/14)

1

Reputation

  1. SDXL base and refiner are models that you load in the webui
  2. I want to run SD with a cloud GPU with an extension https://github.com/omniinfer/sd-webui-cloud-inference. Installation fails when there is no gpu installed. Is there a workaround?
  3. Prometheus Exporter for Immich backup solution Docker Hub: https://hub.docker.com/repository/docker/friendlyfriend/prometheus-immich-exporter/general GitHub: https://github.com/friendlyFriend4000/prometheus-immich-exporter Feel free to open an issue on Github if you prefer it that way. I am also open to suggestions and ideas Guide on how to set up the prometheus exporter: 1. Go to community applications, install immich and write down the webui port we gonna need that later. Login with your admin account and create a api -key 2. Install Prometheus. I use ich777's image since i have his other plugins installed. 3. install grafana. 4. install immich exporter. Use the api-key you have created in step 1. dont use a hostname like 'immich.myweb.com', isntead use the ip address 5. Download the 'prometheus.yml' provided by ich777 and place it in your '.../appdata/prometheus/etc' directory on your unraid server: prometheus.yml 6. Start or restart your Prometheus docker container and open its webui and click on status and chose targets exporter is up running successfully. 7. Open grafana's webui and click on import 8. download the dashboard.json from https://github.com/friendlyFriend4000/prometheus-immich-exporter/blob/master/grafana/dashboard-immich.json or copy and paste its content into the appropriate field 9. And you are done. enjoy!