Skip to content

Commit

Permalink
Fix workflow yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
slyalin committed Nov 8, 2024
1 parent 6788a7b commit ac7add6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable_diffusion_1_5_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
source ${{ env.OV_INSTALL_DIR }}/setupvars.sh
${{ env.build_dir }}/samples/cpp/text2image/lora_fuse_stable_diffusion ./models/dreamlike-art-dreamlike-anime-1.0/FP16 "curly-haired unicorn in the forest, anime, line" ./models/soulcard.safetensors 0.7
- name: Run Python main app
- name: Run Python main app
run: |
source openvino_sd_cpp/bin/activate
source ./ov/setupvars.sh
Expand Down

0 comments on commit ac7add6

Please sign in to comment.