Commit History

Upphovsman SHA1 Meddelande Datum
  gayshub d859de37d9 fix the problem of ruff of github 1 år sedan
  gayshub 1242ba08e1 add allow specify the task id and get the location of task in the queue of pending task 1 år sedan
  CodeHatchling 0ef4a4cb23 Fixed error that occurs when using vanilla samplers (somehow). 1 år sedan
  CodeHatchling 2abc417834 Re-implemented soft inpainting via a script. Also fixed some mistakes with the previous hooks, removed unnecessary formatting changes, removed code that I had forgotten to. 1 år sedan
  CodeHatchling ac45789123 Removed soft inpainting, added hooks for softpainting to work instead. 1 år sedan
  CodeHatchling 38864816fa Merge remote-tracking branch 'origin2/dev' into soft-inpainting 1 år sedan
  CodeHatchling 49bbf11407 Fixed unused import. 1 år sedan
  CodeHatchling 6fc12428e3 Fixed issue where batched inpainting (batch size > 1) wouldn't work because of mismatched tensor sizes. The 'already_decoded' decoded case should also be handled correctly (tested indirectly). 1 år sedan
  CodeHatchling b32a334e3d Applies a convert('RGBA') operation early to mimic previous behaviour. 1 år sedan
  CodeHatchling 60c602232f Restored original formatting. 1 år sedan
  CodeHatchling 57f29bd61d Re-introduce latent blending step from the vanilla inpainting procedure. 1 år sedan
  CodeHatchling 976c1053ef Cleaned up code, moved main code contributions into soft_inpainting.py 1 år sedan
  CodeHatchling 259d33c3c8 Enables the original functionality to be toggled on and off. 1 år sedan
  CodeHatchling aaacf48232 Organized the settings and UI of soft inpainting to allow for toggling the feature, and centralizes default values to reduce the amount of copy-pasta. 1 år sedan
  CodeHatchling 552f8bc832 "Uncrop" the original denoised image for the composite step, fixing a "ValueError: Images do not match" *shudder* 1 år sedan
  w-e-w d3fdc4af61 rework mask and mask_composite logic 1 år sedan
  CodeHatchling 3bd3a09160 Merge remote-tracking branch 'origin/dev' into soft-inpainting 1 år sedan
  CodeHatchling 73ab982d1b Blend masks are now produced afterward, based on an estimate of the visual difference between the original and modified latent images. This should remove ghosting and clipping artifacts from masks, while preserving the details of largely unchanged content. 1 år sedan
  drhead 4a43334376 Revert 309a606c 1 år sedan
  catboxanon 83e8c32276 Fix `save_samples` being checked early when saving masked composite 1 år sedan
  drhead 81c4ddf6eb fix linting 1 år sedan
  drhead 309a606c2f ensure that original alpha bar always exists 1 år sedan
  AUTOMATIC1111 b58d061e41 infotext updates: add option to disregard certain infotext fields, add option to not include VAE in infotext, add explanation to infotext settings page, move some options to infotext settings page 1 år sedan
  drhead 668ae34e21 remove debug print 1 år sedan
  catboxanon de79597ab9 Only apply ztSNR related code if alphas_cumprod exists 1 år sedan
  catboxanon ffa7f8201d Lint 1 år sedan
  drhead 6d0a8dcd89 Implement zero terminal SNR schedule option 1 år sedan
  CodeHatchling c7a1ff8720 Tweaked default values. 1 år sedan
  CodeHatchling c5c7fa06aa Added slider for detail preservation strength, removed largely needless offset parameter, changed labels in UI and for saving to/pasting data from PNG files. 1 år sedan
  CodeHatchling debf836fcc Added UI elements to control blending parameters. 1 år sedan