Image browser - runew0lf/RuinedFooocus GitHub Wiki

Image browser

RF has a tab with a simple image browser. Here you can view and search the images you generated.

Images automatically gets added to the database as they are generated. If you delete or move images or simply want to refresh, press the Update DB button.

There is also a simple search function.

Image browser settings

By default you will get 100 images per page. If you want to change that, or add "archive folders" to be added to the browser you can change these in settings\settings.json. Archive folders are folders outside of RF where you can move old images but still want to be able to view them in the webui.

  "images_per_page": 100,
  "archive_folders": [
    "F:\Pictures\outputs",
    "D:\backup\SD\RuinedFooocus\outputs"
  ]

(Pro tip: Find the 🛝.)