Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Mandic <[email protected]>
  • Loading branch information
vladmandic committed Sep 30, 2024
1 parent aa7f745 commit ddf56f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ddf56f0

Please sign in to comment.