Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to Node Banana are documented here.

---

## Unreleased

### Added

- Model browser refresh button to manually clear model and schema caches ([#53](https://github.com/shrimbly/node-banana/pull/53))
- 48-hour localStorage caching for model lists and schema parameters to reduce API calls ([#53](https://github.com/shrimbly/node-banana/pull/53))
- 20MB upload size guard to prevent memory spikes when uploading images ([#53](https://github.com/shrimbly/node-banana/pull/53))

### Changed

- fal.ai generation now uses async queue-based execution with polling instead of blocking requests ([#53](https://github.com/shrimbly/node-banana/pull/53))
- Base64 images are now uploaded to fal.ai CDN before submission to avoid large inline payloads ([#53](https://github.com/shrimbly/node-banana/pull/53))

### Fixed

- WaveSpeed video generation now saves with correct file extension ([#53](https://github.com/shrimbly/node-banana/pull/53))
- Updated Kie and WaveSpeed provider badge icons for visual consistency ([#53](https://github.com/shrimbly/node-banana/pull/53))

---

## 1.3.0 — 2026-01-31

### Added
Expand Down
2 changes: 2 additions & 0 deletions pages/guides/models-pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Replicate and fal.ai provide access to a wide variety of image generation models
- **Image-to-Image** — Many models support image input for style transfer and modifications
- **Pricing** — Varies by model; check provider documentation for current rates
- **Recently Used** — Quick access to your frequently used models
- **Caching** — Model lists and schemas are cached for 48 hours to reduce API calls
- **Manual Refresh** — Use the refresh button in the model browser to clear caches and reload fresh data

Use the model selector in Generate Image nodes to browse and search available models from all providers.

Expand Down
2 changes: 2 additions & 0 deletions pages/guides/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ import { Callout } from 'nextra/components'

**Timeout errors**: Some models (especially video) may exceed default timeouts. The app includes extended timeout support for video generation.

**Stale model list**: If models appear outdated or missing, use the refresh button in the model browser (next to the capability dropdown) to clear caches and reload.

### Video generation issues

**Video won't play**: Ensure the output is connected to an Output node, which supports video playback.
Expand Down