astriaai / headshots-starter

https://headshots-starter.vercel.app
MIT License
3.82k stars 652 forks source link

Generated Images Not Appearing #123

Open IsaccBarker opened 1 week ago

IsaccBarker commented 1 week ago

Hello, I uploaded some photos of myself and paid for a credit because I was curious what sort of images it would give me. I wasn't expecting no images! The training data column is populated, but the results one is not. Am I missing something obvious?

bear75 commented 1 week ago

Same for me, however I see the result images in astria…

AbhishekTyagi0 commented 5 days ago

Yes, there is an issue with the webhooks between astria and the headshots starter.

I thought it was only happening to me only.

@burgalon Hi please can you look into it, I have given so much time building my app, and then this issue arose.

burgalon commented 4 days ago

@IsaccBarker @bear75 @AbhishekTyagi0 Please go into:

  1. go to https://vercel.com/
  2. select project
  3. Settings tab
  4. Select Environment variables on the left
  5. make sure VERCEL_URL is set to a public domain that does not require authentication, and is not getting redirects - e.g: http => https, or non www => wwww - the callback client does not follow redirect

You can see the callback url that gets sent to Astria if you open https://www.astria.ai/tunes.json

Make sure to test things using astriaTestMode / ASTRIA_TEST_MODE turned on to avoid charges and also fast processing time.

image

burgalon commented 4 days ago

If this doesn't work for some reason, you can just change the code so that callback does not using VERCEL_URL and is instead hard-coded to the desired domain.

IsaccBarker commented 4 days ago

@IsaccBarker @bear75 @AbhishekTyagi0 Please go into:

1. go to https://vercel.com/

2. select project

3. Settings tab

4. Select Environment variables on the left

5. make sure VERCEL_URL is set to a public domain that does not require authentication, and is not getting redirects - e.g: http => https, or non www => wwww - the callback client does not follow redirect

You can see the callback url that gets sent to Astria if you open https://www.astria.ai/tunes.json

Make sure to test things using astriaTestMode / ASTRIA_TEST_MODE turned on to avoid charges and also fast processing time.

image

I didn't realize this was a template repository, so I uploaded my photos to the example hosted by this repository. Since I'm not hosting this, I don't have the option to change the Vercel settings. The images are still not showing up, even though I assume the settings have been changed?

AbhishekTyagi0 commented 4 days ago

Thank all I was able to solve this issue with the help of dear Alon sir aka @burgalon