Coder Social home page Coder Social logo

Comments (4)

fred3105 avatar fred3105 commented on August 24, 2024

Hey, having the same issue, I believe this is a problem with the callback from Astria, I've tried contacting them but no answer, let me know if you find a fix

I've been trying to setup a cron job to fetch the status every now and then as a backup, still working on that

from headshots-starter.

oceands avatar oceands commented on August 24, 2024

Hey, having the same issue, I believe this is a problem with the callback from Astria, I've tried contacting them but no answer, let me know if you find a fix

I've been trying to setup a cron job to fetch the status every now and then as a backup, still working on that

Can you show me how your code base looks?

from headshots-starter.

fred3105 avatar fred3105 commented on August 24, 2024

The body for my request looks like this

const body = {
tune: {
title: name,
base_tune_id: 690204,
name: type,
branch: astriaTestModeIsOn ? "fast" : "sd15",
token: "ohwx",
image_urls: images,
callback: trainWebhookWithParams,
prompts_attributes: [
{
text: "some prompt",
callback: promptWebhookWithParams,
super_resolution: true,
inpaint_faces: true,
num_images: 1,
},
{
text: "some other prompt",
callback: promptWebhookWithParams,
num_images: 1,
},
//rest of prompts
],
},
};

The model is generated just fine and the images appear on astria but I never get any call back,
I've also tried simplifying the callback URL to make sure special characters were not the issue but that didn't work

from headshots-starter.

oceands avatar oceands commented on August 24, 2024

The problem is with Vercel Authentication that must be turned off from the Vercel settings. Closing this issue.

from headshots-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.