Update .gitignore to exclude additional configuration and model files. Modify generate.py to enhance console output with rescale parameter and adjust default values for inference steps and CFG scale. Refactor text encoder to align positional embedding max position with PyTorch defaults, improving compatibility and performance.

This commit is contained in:
Prince Canuma
2026-03-12 17:13:43 +01:00
parent d1fa47722b
commit b07b1e3213
3 changed files with 43 additions and 33 deletions

6
.gitignore vendored
View File

@@ -1,5 +1,9 @@
.env
claude.md
.claude/*
CLAUDE.md
config.json
*.safetensors
*.safetensors.index.json
.DS_Store
**.pyc
__pycache__/*