[chore] make experiment asset api setting hidden (#5851)

## Summary

This way no one can accidentally enable it when they are messing around.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-5851-chore-make-experiment-asset-api-setting-hidden-27d6d73d36508113a6c1e41a764325f3)
by [Unito](https://www.unito.io)
This commit is contained in:
Arjan Singh
2025-09-29 16:14:16 -07:00
committed by GitHub
parent dd93ac43d9
commit d852bab617
2 changed files with 10 additions and 5 deletions

View File

@@ -1052,7 +1052,7 @@ export const CORE_SETTINGS: SettingParams[] = [
{
id: 'Comfy.Assets.UseAssetAPI',
name: 'Use Asset API for model library',
type: 'boolean',
type: 'hidden',
tooltip: 'Use new Asset API for model browsing',
defaultValue: false,
experimental: true