Skip to content

0.26.0

Compare
Choose a tag to compare
@Sanster Sanster released this 16 Nov 04:10
· 543 commits to main since this release
51daa8d
  • Add upload mask button. Once uploaded, you can rerun inpainting with the current mask by clicking the play button. The mask must have the same shape as the image.
    image
    mask example(white area is mask area):
    overture-creations-5sI6fQgYIuo_mask

  • Better error message when CUDA OOM

  • Add --disable-model-switch when start server. Disable model switch from frontend

  • sd1.5

    • Faster model loading thanks to diffusers 0.7.0 update:
    • Negative Prompt
    • Add k_euler and k_euler_a sampler
    • Make the cropper easier to drag and resize: #111