Fix wrong do_classifier_free_guidance threshold in ZImagePipeline (…
#174
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: CodeQL Security Analysis For Github Actions | |
| on: | |
| push: | |
| branches: ["main"] | |
| workflow_dispatch: | |
| # pull_request: | |
| jobs: | |
| codeql: | |
| name: CodeQL Analysis | |
| uses: huggingface/security-workflows/.github/workflows/codeql-reusable.yml@v1 | |
| permissions: | |
| security-events: write | |
| packages: read | |
| actions: read | |
| contents: read | |
| with: | |
| languages: '["actions","python"]' | |
| queries: 'security-extended,security-and-quality' | |
| runner: 'ubuntu-latest' #optional if need custom runner |