Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 8832f49

Browse files
committed
Fix example Incorrect video path
1 parent c183b97 commit 8832f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OnnxStack.StableDiffusion/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ var pipeline = StableDiffusionPipeline.CreatePipeline("models\\stable-diffusion-
194194

195195
// Load Video
196196
var targetFPS = 15;
197-
var videoInput = await VideoInput.FromFileAsync("C:\\Users\\Deven\\Pictures\\gidsgphy.gif", targetFPS);
197+
var videoInput = await VideoInput.FromFileAsync("Input.gif", targetFPS);
198198

199199
// Add text and video to prompt
200200
var promptOptions = new PromptOptions

0 commit comments

Comments
 (0)