Skip to content

App Settings

This page covers several smaller settings and app behaviors that do not need their own dedicated page.

Install Variants

Local Dream release builds are provided in two variants:

  • LocalDream_xxx.apk — the standard build
  • LocalDream_xxx_with_filter.apk — a filtered build that blocks NSFW results

The filtered build is the same as the Google Play version: NSFW output is blocked instead of returned normally.

Use the standard build if you want the normal GitHub release behavior. Use the _with_filter build if you want additional content filtering. The general app workflow and features are the same in both.

Logging

Local Dream includes an optional logging feature in settings.

When enabled, it collects logs for the period from when you enter a model screen until you leave that model screen. Because the log window is tied to a single model session, it is easier to capture events related to one specific problem.

This is mainly useful for:

  • bug reports
  • troubleshooting
  • debugging model loading or generation issues

Enable logging when you are trying to reproduce a bug or gather information for a report. If everything is working normally, leave it off.

File Manager

Local Dream includes a file manager tool for storage management. This is helpful when you want to manage local app files more directly, especially if you have downloaded or generated a large number of assets.

Typical use cases include:

  • checking what files are taking space
  • cleaning up old assets
  • managing local storage without leaving the app workflow

If storage use starts growing because of models, history images, or other generated files, the file manager is the first place to check.

Clean Temp Files

Settings also has a Clean Temp Files action that frees up app scratch space in one tap.

Local Dream normally cleans up its own temporary files automatically, but if the app is killed mid-operation — for example the system stops it during a download or while a model .zip is still extracting — those temporary files can be left behind and never reclaimed. Clean Temp Files sweeps them up:

  • partial / interrupted downloads
  • leftover scratch from masking and UltraFix
  • partially written history images
  • unrecognized leftovers under the models folder (stray files or half-extracted directories with no completion marker)

It is safe to run anytime: finished models, upscalers, completed custom models, and your history are all preserved, and the sweep is skipped while a download is actually in progress.