Zeke Sikelianos

Results 472 comments of Zeke Sikelianos

> occasionally gotten photos that look like your test ones with Zeke 👻

@nutlope from Vercel just ran into this and got stuck.

Another user ran into this today. @fool1280

``` training = replicate.trainings.create( version="replicate/flan-t5-xl:3ae0799123a1fe11f8c89fd99632f843fc5f7a761630160521c4253149754523", input={ "train_data": "https://storage.googleapis.com/dan-scratch-public/fine-tuning/70k_samples.jsonl", }, destination="replicate/robohacker" ) ``` module 'replicate' has no attribute 'trainings'

Thanks for the offer @pavansai26. I'm actually not sure about the state of this method in the Python API client. @mattt what do you think?

Yes! This app actually exists as a reference for people who want to write their own code. Here's the model it's running: https://replicate.com/stability-ai/stable-diffusion/api Here's the code that's making requests to...

Oh and here's a guide to building your own app with Next.js that uses Replicate's API: https://replicate.com/docs/get-started/nextjs

It's using an older version of Stable Diffusion that had `init_image` and `mask` as inputs. Code: https://github.com/replicate/inpainter/blob/92274fe8c460d93873f12e454975ac985b3c84f3/pages/api/predictions/index.js#L16-L18 Model version: https://replicate.com/stability-ai/stable-diffusion/versions/be04660a5b93ef2aff61e3668dedb4cbeb14941e62a3fd5998364a32d613e35e We should probably update it to use SDXL which is...

Or just make it an expanding textarea that spans multiple lines. Better for mobile.

Thanks for reporting. I will not have time to fix this in the near future, but will happily accept a pull request that addresses this. @NintendoManiac64 would you like to...