nano-banana-1

High-performance AI nano banana 1 for supermaker.ai/image/nano-banana/

$ luarocks install nano-banana-1

luarocks install nano-banana-1
local banana = require("nano-banana-1")
local image = banana.load_image("path/to/your/image.png")
if image then
local width, height = image:get_dimensions()
print("Image Width:", width)
print("Image Height:", height)
else
print("Failed to load image.")
end
local banana = require("nano-banana-1")
local image = banana.load_image("path/to/your/image.jpg")
if image then
image:to_grayscale()
image:save("path/to/grayscale_image.png") -- Saves as PNG for best grayscale representation

Versions

1766.993.9-11 hour ago0 downloads

Dependencies

lua >= 5.1

Manifests