Slide 70
Slide 70 text
let prompt = """
Style-NebMagic, award winning photo, A Dark-Eyed Junco, sitting Great Basin National Park,
intricate, nature background, wildlife photography, hyper realistic, Style-LostTemple,
deep shadow, high contrast, dark, sunrise, morning, full moon
"""
let url = URL(filePath: "/my-qr-code.png")
let image = try await generate(
prompt: prompt,
startingImageURL: url,
numberOfImages: 1
)