Zeke Sikelianos

Results 472 comments of Zeke Sikelianos

It looks like you're using an older version of Stable Diffusion. I'm not sure if it will help, but you might try using a version SHA from a newer release?...

> The only other major difference between this and [dreambooth-template](https://github.com/replicate/dreambooth-template) is that it has a hardcoded scheduler: > > ``` > scheduler = DDIMScheduler( > beta_start=0.00085, > beta_end=0.012, > beta_schedule="scaled_linear",...

Opened a separate issue to hash out scheduler / DDIM / Euler stuff here: https://github.com/replicate/cog-stable-diffusion/issues/61

Opened a PR to default to local pretrained DB weights and fall back to HF: https://github.com/replicate/cog-stable-diffusion/pull/60

So it automatically saves as each image type based on the extension of the target filename? 🤔

@chenxwh I know you had a hand in writing the predictors for both of these models, so I'm guessing you might have some context on why the template repo is...

@anotherjesse aside from some docs tweaks, what more does this need to be shippable?

> @ivan-volchenskov thanks for the great writeup & sharing your results! Yes! Super helpful.