Plutonic Rainbows

Chat GPT-4.5 Preview

Now available for Pro users, with Plus users gaining access next week. I tested it through the API — it’s impressive but significantly more expensive than other models. Hopefully, the cost will decrease soon.

New Updates

  • I have added wan-i2v templates for file upload and video generation.

  • Open AI have added ten requests a month to Deep Research for Plus Users.

  • Started building Prompt Refiner application.

  • Built application launcher for Flux.1 [Dev] templates.

Veo2 Updates

I discovered that my app was failing to display the generated video because I was incorrectly extracting the video URL from the Fal.ai API response. Initially, my code assumed the video data was inside a property called data (i.e., final_obj.data), but in reality, the final result was returned directly as a plain dictionary in final_obj with the structure {"video": {"url": "..."}}. Once I logged the final API response, I realised I needed to use final_obj directly to extract the video URL. This change fixed the issue, and now the correct URL is passed to the template, allowing the video to display as intended.

wan-i2v

Another image-to-video model, this time wan-i2v which claims to be the next evolution in video generation.

Built upon the mainstream diffusion transformer paradigm, Wan2.1 achieves significant advancements in generative capabilities through a series of innovations, including our novel spatio-temporal variational autoencoder (VAE), scalable pre-training strategies, large-scale data construction, and automated evaluation metrics. These contributions collectively enhance the model’s performance and versatility

Open New Page

Trying to figure out a way to open links in new tabs.