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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,5 +1,9 @@
|
||||
.env
|
||||
claude.md
|
||||
.claude/*
|
||||
CLAUDE.md
|
||||
config.json
|
||||
*.safetensors
|
||||
*.safetensors.index.json
|
||||
.DS_Store
|
||||
**.pyc
|
||||
__pycache__/*
|
||||
|
||||
Reference in New Issue
Block a user