benedlore

Results 7 comments of benedlore

What exactly is the difference between this and the Latent Diffusion here (https://github.com/CompVis/latent-diffusion) with the same readme?

@Licantrop0 Can you share or give me some assistance with C# wrapper for Codex?

Ah, so instead of a separate model, it would just be the new SD model itself being used for the inpainting as well? I was under the impression it was...

So hold on, someone said we could use the SD model, but then that didn't work, so people started downloading the old LDM model for inpainting?

So to be clear, the inpainting we are all doing is the same, identical inpainting as before with LDM months ago before SD existed, right? The file from the link...

I used the original arguments and I can control the size. For example, I add "--H 704" and the result is a more portrait aspect ratio, 1024x1408

> I have figured it out. > > 1. Create the model from `512-base-ema.ckpt` > > 2. Change `"prediction_type": "v_prediction",` to `"prediction_type": "epsilon",` in `scheduler_config.json` > > 3. Start training...