diff --git a/CHANGELOG.md b/CHANGELOG.md index 60dcc65a4..6a33b2108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Highlights for 2024-09-30 - -- New workflow options that allow you to generate at lower quality and then reprocess at higher quality for select images only, or generate without hires/refine and then reprocess with hires/refine -- New fine-tuned CLiP-ViT-L 1st stage text-encoder used by SD15, SDXL, Flux.1, etc. brings additional details to your images +- **Reprocess**: New workflow options that allow you to generate at lower quality and then reprocess at higher quality for select images only, or generate without hires/refine and then reprocess with hires/refine +- New fine-tuned [CLiP-ViT-L]((https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14)) 1st stage text-encoders used by SD15, SDXL, Flux.1, etc. brings additional details to your images +- Integration with [Ctrl+X](https://github.com/genforce/ctrl-x) which allows for control of structure and appearance without the need for extra models - Auto-detection of best available device/dtype settings for your platform and GPU reduces neeed for manual configuration And other goodies like XYZ grid improvements, additional Flux controlnets, additional interrogate models, improved LoRA detection and handling and more... diff --git a/requirements.txt b/requirements.txt index 383eb1568..b0e1472b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ safetensors==0.4.5 tensordict==0.1.2 peft==0.11.1 httpx==0.24.1 -compel==2.0.2 +compel==2.0.3 torchsde==0.2.6 open-clip-torch clip-interrogator==0.6.0 @@ -54,7 +54,7 @@ pandas protobuf==4.25.3 pytorch_lightning==1.9.4 tokenizers==0.19.1 -transformers==4.44.2 +transformers==4.45.1 urllib3==1.26.19 Pillow==10.4.0 timm==0.9.16