Skip to content

Commit

Permalink
Remove stable-diffusion-v1-5-int8 (#1166)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced a new CI job named `run-examples` to enhance testing
capabilities.
- Added environment variables for improved configuration and dependency
management.

- **Improvements**
- Updated CI workflow to trigger on pull requests and scheduled
intervals, enhancing automation.
- Enhanced structure for executing tests across different components,
improving modularity.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
jackalcooper authored Dec 20, 2024
1 parent 8745dda commit 8f51f2c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,12 +365,6 @@ jobs:
run: |
docker exec ${{ env.CONTAINER_NAME }} python3 -m pip install scikit-image
docker exec -e ONEFLOW_MLIR_ENABLE_INFERENCE_OPTIMIZATION=0 ${{ env.CONTAINER_NAME }} python3 -m pytest -v onediff_diffusers_extensions/tests/test_lora.py --disable-warnings
# - if: matrix.test-suite == 'diffusers_examples'
# run: docker exec -w /src/onediff/onediff_diffusers_extensions -e ONEFLOW_MLIR_ENABLE_INFERENCE_OPTIMIZATION=0 ${{ env.CONTAINER_NAME }} python3 examples/text_to_image_sdxl_reuse_pipe.py --base /share_nfs/hf_models/stable-diffusion-xl-base-1.0 --new_base /share_nfs/hf_models/dataautogpt3-OpenDalleV1.1
- if: matrix.test-suite == 'diffusers_examples' && startsWith(matrix.image, 'onediff-pro')
run: |
docker exec -w /src/onediff ${{ env.CONTAINER_NAME }} python3 onediff_diffusers_extensions/examples/text_to_image_sd_enterprise.py --model /share_nfs/hf_models/stable-diffusion-v1-5-int8 --width 512 --height 512 --saved_image /src/onediff/output_enterprise_sd.png
docker exec -w /src/onediff ${{ env.CONTAINER_NAME }} python3 tests/test_quantitative_quality.py
- name: Install Requirements for WebUI
if: matrix.test-suite == 'webui'
Expand Down

0 comments on commit 8f51f2c

Please sign in to comment.