Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
0 answers
112 views

I am developing an AI Headshot SaaS and I am having a bit of trouble getting the Replicate models to work correctly and it's kind of confusing me. Everything works up to Replicate Training Model but I ...
overdeveloping's user avatar
0 votes
0 answers
184 views

I am trying to allow a user to upload around 5 photos so that I can pass it through 2 Replicate API Models based on a prompt. I want it so that it trains then generate image based on prompt then a ...
overdeveloping's user avatar
0 votes
0 answers
47 views

Hi everyone i have a problem and i need to solve for my project of university. One of my teachers said i needed a replicate database but when i make a simple request Model.find() return a error ...
James's user avatar
  • 19
0 votes
0 answers
26 views

I would like to create a data frame that would include a date list replicated by the levels of a factor. I can create the list pretty easily lst_dates<-as.data.frame(seq(as.Date("2024-05-07&...
Couis's user avatar
  • 1
0 votes
1 answer
332 views

I've fine tuned flux-dev model using Replicate platform. I've downloaded the weights after the training process but I do not want to generate images on web interface. Instead I want to use my local ...
Lopez's user avatar
  • 394
1 vote
1 answer
113 views

I have this code where I use six functions for Monte Carlo simulation and then calculate the 95th percentile of the resulting probability distribution for each row of the data frame I specified using ...
hadi's user avatar
  • 67
5 votes
3 answers
131 views

I'm drawing many sorted samples of size k (typically ~5) from 1:35. The code I am using is: replicate(1000000, sort(sample(1:35, size = 5)) ) But this is rather slow. I assume that since I am using ...
Mohan's user avatar
  • 9,223
1 vote
1 answer
79 views

I am trying to rewrite proxy_read_timeout for a specific route that sends requests to Replicate that has longer response times. If the AI model is cold, it takes more than 1 minute to respond and ...
Misori's user avatar
  • 63
0 votes
1 answer
206 views

I need to create the replication in clickhouse; on two different machines that are under the same network. I have tried to configure it but I have the following error: SQL Error [999] [07000]: Code: ...
Vilma Zorina Camacho Cagal's user avatar
3 votes
1 answer
133 views

I want to generate a character vector with 20 elements, each has a random string. So I generate a random string with the following code: sample(x = c(letters, LETTERS), size = sample.int(100, 1), ...
a.sa.5969's user avatar
  • 153
0 votes
2 answers
44 views

Which is the most efficient way to generate m dataframes, where each one has a variable that includes random values, and append them? Here's an example: df <- data.frame(id = 1:10, var = sample(1:...
jeff's user avatar
  • 335
0 votes
0 answers
104 views

I'm moving from Nuxt to NextJS and I've been playing with it for 1 month now, so I am pretty new to the framework. I am trying to use StabilityAI-SDXL with NextJS, and it should be very ...
Jose Lopez Garcia's user avatar
0 votes
0 answers
64 views

I have a problem with saving the response to firebase cloud storage and then saving that url to the db, but it doesn't work I am logging a lot of stuff, but none actually log and I have no errors just ...
Haris Mladenov's user avatar
0 votes
1 answer
133 views

There is a previous question which asks a similar question (Is there a way to create a loop where I provide a function and dataframe and subsample it, and repeat the function with a subsample N times?)...
Birdman's user avatar
  • 45
0 votes
1 answer
587 views

I'm new to Next.js and Supabase. I'm using a webhook from Replicate to receive data from an image generation process. My goal is to store this data in my Supabase database. Here's the function I've ...
Noah Böhringer's user avatar

15 30 50 per page
1
2 3 4 5
21