File size: 200 Bytes
29a5ed9
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
-- This is the example in the README - Yownas

for i = 1, 12, 1 do
  ui.status("Generating " .. input .. " #" .. i)
  img = sd.process('a cute ' .. input)
  ui.gallery.add(img)
end

return("Done...")