mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
fix: remove custom LoRA from subscription benefits display (#7396)
## Summary Removes custom LoRA feature from subscription benefits display for standard and founder tiers. ## Changes - **What**: Removed `customLoRAs` benefit entry from `BENEFITS_BY_TIER` for standard and founder tiers ## Review Focus - Verify custom LoRA feature is completely removed from subscription UI Related to #7391 Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
3dd805a30e
commit
c88fc99a86
@@ -417,8 +417,7 @@ const BENEFITS_BY_TIER: Record<
|
||||
{ key: 'monthlyCredits', type: 'metric' },
|
||||
{ key: 'maxDuration', type: 'metric' },
|
||||
{ key: 'gpu', type: 'feature' },
|
||||
{ key: 'addCredits', type: 'feature' },
|
||||
{ key: 'customLoRAs', type: 'feature' }
|
||||
{ key: 'addCredits', type: 'feature' }
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user