Skip to content

# [Critical UX Issue] Models in Root “models” Folder Not Detected, Only Subfolders Work #387

Description

@CypherGenesisSignal

Summary

I spent hours today trying to get LM Studio to recognize a GGUF model file. Turns out, if you place a model file directly in the models folder, LM Studio won’t detect it at all... no error, no hint, no documentation. The app only sees models if each one is inside its own subfolder. This is not standard behavior for LLM tools, emulators, or even retro game frontends. It’s confusing, wastes time, and isn’t documented anywhere.

Steps to Reproduce

  1. Download a GGUF model file.
  2. Place it in C:\Users\[username]\.lmstudio\models\.
  3. Open LM Studio — model does not appear.
  4. Move the file to C:\Users\[username]\.lmstudio\models\[model_name]\.gguf.
  5. Model appears instantly in LM Studio.

Impact

  • Completely undetectable for new and power users alike.
  • No warning, no error message, no documentation - silent failure.
  • Spent hours troubleshooting a problem that shouldn’t exist.
  • Anyone migrating from other LLM tools will assume their install or model is broken.

Expected Behavior

  • Model files in /models should be detected and indexed, not just models in subfolders.
  • At minimum, the UI or docs should explain this behavior clearly.

Request

  • Please update the app to scan for model files in the root models directory.
  • If this is intentional, document it everywhere and display a warning if no models are detected but files are present.

LM Studio is a great project, but this kind of UX bug is a showstopper for adoption. Please fix or document this before more users get frustrated and walk away.

Thank you for your hard work on LM Studio!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions