Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

figure out the version only once, instead of repeatedly #6

Open
zeke opened this issue Sep 20, 2024 · 0 comments
Open

figure out the version only once, instead of repeatedly #6

zeke opened this issue Sep 20, 2024 · 0 comments

Comments

@zeke
Copy link
Owner

zeke commented Sep 20, 2024

This works but it's not cool:

$ aimg "$(cat PROMPT.md)" --model apolinario/flux-tarot-v1 --outputdir outputs --count 3 --aspect_ratio 1:1 --output_format jpg

Generating images...
Received 422 error from the Replicate API. Attempting to fetch version data for apolinario/flux-tarot-v1...
Received 422 error from the Replicate API. Attempting to fetch version data for apolinario/flux-tarot-v1...
Received 422 error from the Replicate API. Attempting to fetch version data for apolinario/flux-tarot-v1...

Rerunning with versioned model: apolinario/flux-tarot-v1:6c4ebdf049df552f8c02b3a7bbb3afec3d37b20924282bab8744f1168b6de470
Rerunning with versioned model: apolinario/flux-tarot-v1:6c4ebdf049df552f8c02b3a7bbb3afec3d37b20924282bab8744f1168b6de470
Rerunning with versioned model: apolinario/flux-tarot-v1:6c4ebdf049df552f8c02b3a7bbb3afec3d37b20924282bab8744f1168b6de470
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant