You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix portrait/generate validation error — API requires input.image (singular), not input.images. This was causing "validation failed" HTTP 400 errors on every generation attempt.
Fix double file extension — Uploaded files were getting .jpg.jpg because PixelBin auto-appends the extension. Now sends the filename without extension to prevent duplication.