Detect checkpoints and loras in subfolders
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
Add a function to detect checkpoints and loras in subfolders, and add folder structure for model management.
I have added comfyui and stable diffusion path to the model management setting, but currently comflowy can only detect models put in the root folder of models.
Or is there any method to fix this in the app?
Contributor guide
No contributing guide indexed for this repository
Research direction
Look for model management settings and file detection logic in the codebase, likely in a directory like `src/models/` or `src/utils/`. Start by understanding how the app currently scans the root folder for checkpoints and LoRAs. Then, modify the detection function to recursively traverse subfolders. Test by adding models in nested directories and verifying they appear in the UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100