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

timings output from "fal-ai/flux-pro/new" is empty #121

Open
jide opened this issue Jan 13, 2025 · 0 comments
Open

timings output from "fal-ai/flux-pro/new" is empty #121

jide opened this issue Jan 13, 2025 · 0 comments

Comments

@jide
Copy link

jide commented Jan 13, 2025

const result = await fal.subscribe("fal-ai/flux-pro/new", {
  input: {
    prompt,
    image_size: aspect,
    sync_mode: true,
  },
  logs: false,
});

console.log(result);

// yields

{
  images: [
    {
      url: '...'
      width: 1024,
      height: 576,
      content_type: 'image/jpeg'
    }
  ],
  timings: {},
  seed: 3896728143,
  has_nsfw_concepts: [ false ],
  prompt: 'An illustration depicting a vibrant urban scene filled with elements of hip hop culture. Include a graffiti-covered wall showcasing colorful street art, representing the creativity and expression of hip hop. Feature a boombox in the foreground to symbolize music, along with breakdancers in dynamic poses performing on a city street. Include stylized representations of various hip hop elements like sneakers, a microphone, and records to enhance the composition, all set against a backdrop of tall buildings to emphasize an urban environment. The overall atmosphere should be lively and energetic, reflecting the spirit of hip hop.'
}
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