You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
timeout --verbose 120s ./build/samples/cpp/visual_language_chat/visual_language_chat ./miniCPM-V-2_6/ cat.jpg <<< $'What is on the image?\nWhat is special on the image?'
Copy file name to clipboardexpand all lines: .github/workflows/lcm_dreamshaper_cpp.yml
+9-5
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,10 @@ jobs:
67
67
- name: Run app
68
68
run: |
69
69
source ${{ env.OV_INSTALL_DIR }}/setupvars.sh
70
-
./build/samples/cpp/stable_diffusion/stable_diffusion ./models/lcm_dreamshaper_v7/FP16 "cyberpunk cityscape like Tokyo New York with tall buildings at dusk golden hour cinematic lighting"
70
+
./build/samples/cpp/text2image/stable_diffusion ./models/lcm_dreamshaper_v7/FP16 "cyberpunk cityscape like Tokyo New York with tall buildings at dusk golden hour cinematic lighting"
71
71
72
72
lcm_dreamshaper_v7_cpp-windows:
73
-
runs-on: windows-latest
74
-
if: ${{ false }} # TODO: fix Windows
73
+
runs-on: windows-2019-16-core
75
74
defaults:
76
75
run:
77
76
shell: pwsh
@@ -89,6 +88,11 @@ jobs:
89
88
mv ./tmp/*/* .
90
89
popd
91
90
91
+
- name: Configure Developer Command Prompt for Microsoft Visual C++
./build/samples/cpp/stable_diffusion/Release/lcm_dreamshaper.exe ./models/lcm_dreamshaper_v7/FP16 "cyberpunk cityscape like Tokyo New York with tall buildings at dusk golden hour cinematic lighting"
125
+
& "./build/samples/cpp/text2image/Release/stable_diffusion.exe ./models/lcm_dreamshaper_v7/FP16 'cyberpunk cityscape like Tokyo New York with tall buildings at dusk golden hour cinematic lighting'"
./build/samples/cpp/stable_diffusion/stable_diffusion ./models/dreamlike-art-dreamlike-anime-1.0/FP16 "cyberpunk cityscape like Tokyo New York with tall buildings at dusk golden hour cinematic lighting"
71
+
./build/samples/cpp/text2image/stable_diffusion ./models/dreamlike-art-dreamlike-anime-1.0/FP16 "cyberpunk cityscape like Tokyo New York with tall buildings at dusk golden hour cinematic lighting"
72
+
73
+
- name: Run LoRA app
74
+
run: |
75
+
source ${{ env.OV_INSTALL_DIR }}/setupvars.sh
76
+
./build/samples/cpp/text2image/lora_stable_diffusion ./models/dreamlike-art-dreamlike-anime-1.0/FP16 "curly-haired unicorn in the forest, anime, line" ./models/soulcard.safetensors 0.7
71
77
72
78
stable_diffusion_1_5_cpp-windows:
73
-
runs-on: windows-latest
74
-
if: ${{ false }} # TODO: fix Windows
79
+
runs-on: windows-2019-16-core
75
80
defaults:
76
81
run:
77
82
shell: pwsh
@@ -89,6 +94,11 @@ jobs:
89
94
mv ./tmp/*/* .
90
95
popd
91
96
97
+
- name: Configure Developer Command Prompt for Microsoft Visual C++
& "./build/samples/cpp/text2image/Release/stable_diffusion.exe ./models/dreamlike-art-dreamlike-anime-1.0/FP16 'cyberpunk cityscape like Tokyo New York with tall buildings at dusk golden hour cinematic lighting'"
133
+
134
+
- name: Run LoRA app
135
+
run: >
120
136
. "${{ env.OV_INSTALL_DIR }}/setupvars.ps1"
121
-
./build/samples/cpp/stable_diffusion/Release/stable_diffusion.exe ./models/dreamlike-art-dreamlike-anime-1.0/FP16 "cyberpunk cityscape like Tokyo New York with tall buildings at dusk golden hour cinematic lighting"
137
+
& "./build/samples/cpp/text2image/Release/lora_stable_diffusion.exe ./models/dreamlike-art-dreamlike-anime-1.0/FP16 'curly-haired unicorn in the forest, anime, line' ./models/soulcard.safetensors 0.7"
0 commit comments