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

Commit c183b97

Browse files
committed
Fix incorrect example prompt
1 parent 5cb3138 commit c183b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OnnxStack.StableDiffusion/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ var pipeline = StableDiffusionPipeline.CreatePipeline("models\\stable-diffusion-
199199
// Add text and video to prompt
200200
var promptOptions = new PromptOptions
201201
{
202-
Prompt = "Iron Man",
202+
Prompt = "Elon Musk",
203203
DiffuserType = DiffuserType.ImageToImage,
204204
InputVideo = videoInput
205205
};
@@ -218,4 +218,4 @@ await pipeline.UnloadAsync();
218218
| Input | Output |
219219
| :--- | :--- |
220220
<img src="../Assets/Samples/Input.gif" width="256"/> | <img src="../Assets/Samples/Output_VideoToVideo.gif" width="256"/>
221-
_converted to gif for github readme_
221+
_converted to gif for github readme_ | _converted to gif for github readme_

0 commit comments

Comments
 (0)