$ luarocks install ai-soulmate-drawing-generator luarocks install ai-soulmate-drawing-generator
local generator = require("ai-soulmate-drawing-generator")
local image_url = generator.generate_soulmate_drawing({
description = "A beautiful woman with long, flowing hair and kind eyes.",
style = "Anime"
})
if image_url then
print("Soulmate drawing URL:", image_url)
else
print("Error generating drawing.")
end
local generator = require("ai-soulmate-drawing-generator")
local image_url = generator.generate_soulmate_drawing({
description = "A handsome man with a confident smile.",
negative_prompt = "ugly, deformed, bad anatomy",
Versions
Dependencies
lua >= 5.1