Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
0ccad2ad
Unverified
Commit
0ccad2ad
authored
May 03, 2023
by
Umar
Committed by
GitHub
May 03, 2023
Browse files
Update stable_diffusion.mdx (#3310)
fixed import statement
parent
efc48da2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/source/en/stable_diffusion.mdx
docs/source/en/stable_diffusion.mdx
+2
-2
No files found.
docs/source/en/stable_diffusion.mdx
View file @
0ccad2ad
...
@@ -153,7 +153,7 @@ def get_inputs(batch_size=1):
...
@@ -153,7 +153,7 @@ def get_inputs(batch_size=1):
You'll also need a function that'll display each batch of images:
You'll also need a function that'll display each batch of images:
```python
```python
from PIL import
i
mage
from PIL import
I
mage
def image_grid(imgs, rows=2, cols=2):
def image_grid(imgs, rows=2, cols=2):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment