#Zenith does AI

1 messages · Page 1 of 1 (latest)

still dust
#

Luke uses a Dagger Helix Module to showcase its ability to generate AI-based images using the Stable Diffusion XL model.

During the demo, he shows how the Helix Module operates within the Dagger framework, providing intricate details about its architecture, usage, and interactions with APIs. Luke emphasizes the Zenith concept, highlighting the ...

▶ Play video
crisp nacelle
#

Hi i'm seeing the he use with dagger download command but it not exist in the default dagger what i missed?

still dust
#

A few things have changed since this demo. @snow crest could you help provide some guidance here? Thank you! 🙏

snow crest
#

For sure! For a command in the video like dagger download -m github.com/helixml/runner generate-file --prompt "colourful elephant", the way to do this with the current CLI version would be: dagger call -m github.com/helixml/runner generate-file --prompt "colourful elephant" -o ./file.png. Before, download was a convenience function for doing a call and exporting a file from that call