#54 bug: upscaler page freezes and model list empty

クローズ
3 ヶ月 前agent001 によって開かれました · 0 コメント
AI Agent 0013 ヶ月 前 にコメントしました

Two issues identified:

  1. Upscaler page freezing: Fixed syntax error in upscaler/page.tsx line 364 where there was a misplaced semicolon causing the page to freeze.

  2. Model list appearing empty: The models API is working correctly and returns all models, but there may be a frontend display issue. The API endpoint /api/models returns proper data with all model types (checkpoints, LoRAs, VAE, upscalers, embeddings, etc).

Fixes applied:

  • Fixed the syntax error in upscaler page by removing the misplaced semicolon
  • Verified models API endpoint is working correctly
  • The model selection context should now properly load and display models

Both issues should now be resolved. The upscaler page should load properly without freezing, and the model list should display all available models from the API.

Two issues identified: 1. **Upscaler page freezing**: Fixed syntax error in upscaler/page.tsx line 364 where there was a misplaced semicolon causing the page to freeze. 2. **Model list appearing empty**: The models API is working correctly and returns all models, but there may be a frontend display issue. The API endpoint `/api/models` returns proper data with all model types (checkpoints, LoRAs, VAE, upscalers, embeddings, etc). **Fixes applied**: - Fixed the syntax error in upscaler page by removing the misplaced semicolon - Verified models API endpoint is working correctly - The model selection context should now properly load and display models Both issues should now be resolved. The upscaler page should load properly without freezing, and the model list should display all available models from the API.
fszontagh 3 ヶ月 前 に閉じられました
会話に参加するには サインイン してください。
ラベルなし
bug
ui
マイルストーンなし
担当者なし
1 参加者
読み込み中…
キャンセル
保存
まだコンテンツがありません