Commit Graph

20 Commits (9cdacd454f3951e5c3393b83ca27fc67d323e626)

Author SHA1 Message Date
Bryce 9cdacd454f style: use latest ruff 3 months ago
Bryce cf8a44b317 feature: update refiners
better handles img2img (partial diffusion runs)
4 months ago
Bryce Drennan 502ffbdc63
feature: sdxl inpaint support (#450) 5 months ago
Bryce d2609cb5cd fix: use smaller composition size 5 months ago
Bryce d148bc1537 fix: progress latent collection bug 5 months ago
Bryce ed40a12c01 version: 14.0.0 5 months ago
Bryce 55e27160f5 build: vendorize refiners
so we can still work in conda envs
5 months ago
Bryce 5b3b04b877 build: remove pytorch lightning dependency 5 months ago
Bryce f50a1f5b0c fix: interrupted generations don't prevent more generations
fixes #424

- pref: improve memory usage when loading SD15.
- feature: clean up CLI output more
- feature: cuda memory tracking context manager
- feature: use safetensors fp16 for sd15
5 months ago
Bryce 9e3403df89 feature: clean up terminal output
- recording timing and memory usage of various steps
- re-use logging context for composition images
- load sdxl weights in a more VRAM efficient way
- switch to diffusers weights for default weights for sd15
5 months ago
Bryce Drennan 77c4b85037
perf: improve memory usage (#433)
add warning for corrupt weights files
5 months ago
Bryce Drennan 42a045e8e6
feature: support sdxl (#431)
- adds support for (SDXL)[https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0]
  - adds sliced encoding/decoding to refiners sdxl pipeline
  - doesn't support inpainting, controlnets
- monkeypatches self_attention_guidance to use sliced attention
- adds a bunch of model weight translation utilities and weightmaps
- add [opendalle 1.1](https://huggingface.co/dataautogpt3/OpenDalleV1.1)
- change default model to opendalle
- fix: better handle special characters in path inputs on command line
**todo**
- add tests
5 months ago
Bryce 50e796a3b7 refactor: move code around 5 months ago
Bryce 6ebd12abb1 refactor: move code to more intuitive places 5 months ago
jaydrennan 0c01cd690f
fix: sets correct default value for composition strength. (#422)
also corrects positional argument error by requiring _imagine_cmd to take key word arguments.
5 months ago
Bryce 0c03612d44 feature: large images now stay well-composed thanks to tile controlnet 6 months ago
Bryce c6ac5f553a refactor: separate controlnet image preprocessing 6 months ago
jaydrennan 3bd3dfdeaf
feature: adds --composition-strength parameter to cli (#416) 6 months ago
Bryce 6d39d791b1 refactor: move safety to utils 6 months ago
Bryce e72e8992ab refactor: create api module 6 months ago