- 14 Aug, 2023 5 commits
- 
- 
AUTOMATIC1111 authored
- 
AUTOMATIC1111 authoredFixes for `git checkout`, MPS/macOS fixes and optimizations 
- 
AUTOMATIC1111 authoredFix typo in launch_utils.py 
- 
AUTOMATIC1111 authored
- 
Ikko Eltociear Ashimine authoredexistance -> existence 
 
- 
- 13 Aug, 2023 35 commits
- 
- 
AUTOMATIC1111 authoredadd new callback for scripts to be used before processing 
- 
brkirch authored
- 
brkirch authored
- 
brkirch authored
- 
brkirch authored
- 
brkirch authored
- 
brkirch authoredFor MPS, using a tensor created with `torch.empty()` can cause `torch.baddbmm()` to include NaNs in the tensor it returns, even though `beta=0`. However, with a tensor of shape [1,1,1], there should be a negligible performance difference between `torch.empty()` and `torch.zeros()` anyway, so it's better to just use `torch.zeros()` for this and avoid unnecessarily creating issues. 
- 
brkirch authored
- 
brkirch authoredEven if this causes chunks to be much smaller, performance isn't significantly impacted. This will usually reduce memory usage but should also help with poor performance when free memory is low. 
- 
AUTOMATIC1111 authored
- 
AUTOMATIC1111 authoredSupport search and display of hashes for all extra network items 
- 
AUTOMATIC1111 authoredClear sampler and garbage collect before decoding images to reduce VRAM 
- 
AUTOMATIC1111 authoredEncode batch items individually to significantly reduce VRAM 
- 
AUTOMATIC1111 authoredUpdate description of eta setting 
- 
AUTOMATIC1111 authoredAdd `s_noise` param to more samplers 
- 
AUTOMATIC1111 authoredRestore `extra_params` that was lost in merge 
- 
AUTOMATIC1111 authored
- 
catboxanon authored
- 
catboxanon authored
- 
catboxanon authored
- 
catboxanon authored
- 
catboxanon authored
- 
AUTOMATIC1111 authoredLora: output warnings in UI rather than fail for unfitting loras; switch to logging for error output in console 
- 
catboxanon authored
- 
catboxanon authored
- 
catboxanon authoredMore significant VRAM reduction. 
- 
catboxanon authoredSignificantly reduces VRAM. This makes encoding more inline with how decoding currently functions. 
- 
catboxanon authored
- 
AUTOMATIC1111 authoredAdd Norm Module to lora ext and add "bias" support 
- 
AUTOMATIC1111 authoredBring back CSV mode for XYZ grid 
- 
AUTOMATIC1111 authored
- 
w-e-w authored
- 
AUTOMATIC1111 authoredwrite out correct model name in infotext, rather than the refiner model 
- 
Kohaku-Blueleaf authored
- 
Kohaku-Blueleaf authored
 
- 
