cog-stable-diffusion icon indicating copy to clipboard operation
cog-stable-diffusion copied to clipboard

Diffusers Stable Diffusion as a Cog model

Results 31 cog-stable-diffusion issues
Sort by recently updated
recently updated
newest added

Version `a9758cb` this morning started to give me the following error for all img2img queries via the API: ``` Running predict()... Using seed: 36432201 Traceback (most recent call last): File...

Is there a specific reason why you still use the legacy inpainting pipeline and not the new one? Why don’t you use the for inpainting optimized inpainting model?

The user should be able to select between: * k-lms * pndm * ddim * euler_a * dpm_2_a

To catch stuff like #40...

As suggested by @uglyrobot: https://github.com/replicate/cog-stable-diffusion/issues/25#issuecomment-1282979832 Maybe we detect how much RAM the connected GPU has and do the sensible thing. That way it'll work on any GPUs users are running...

From Discord: https://discord.com/channels/775512803439280149/890687279805370419/1020395081867464804 If you use a better noise generator than random noise for the masked regions, SD can be used for outpainting. As suggested by __luke__#1234, the noise generator...

Increase the upper bound for guidance scale to 50.

Couldn't find a solution to this error message online, but didn't want to post into the void of Discord in case someone else has this problem in the future. Command...

How can we continuously push this model to Replicate?