Skip to content

Commit 63f9e92

Browse files
sudowindJimmy
authored andcommitted
[Docs] Fix stable_diffusion.mdx typo (huggingface#3398)
Fix typo in last code block. Correct "prommpts" to "prompt"
1 parent a004835 commit 63f9e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/stable_diffusion.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ image_grid(images, rows=2, cols=4)
246246
Pretty impressive! Let's tweak the second image - corresponding to the `Generator` with a seed of `1` - a bit more by adding some text about the age of the subject:
247247

248248
```python
249-
prommpts = [
249+
prompts = [
250250
"portrait photo of the oldest warrior chief, tribal panther make up, blue on red, side profile, looking away, serious eyes 50mm portrait photography, hard rim lighting photography--beta --ar 2:3 --beta --upbeta",
251251
"portrait photo of a old warrior chief, tribal panther make up, blue on red, side profile, looking away, serious eyes 50mm portrait photography, hard rim lighting photography--beta --ar 2:3 --beta --upbeta",
252252
"portrait photo of a warrior chief, tribal panther make up, blue on red, side profile, looking away, serious eyes 50mm portrait photography, hard rim lighting photography--beta --ar 2:3 --beta --upbeta",

0 commit comments

Comments
 (0)