"git@developer.sourcefind.cn:change/sglang.git" did not exist on "8b681d7724a6e0368bab556f6ac08fa5c312ffb9"
Unverified Commit 0ccad2ad authored by Umar's avatar Umar Committed by GitHub
Browse files

Update stable_diffusion.mdx (#3310)

fixed import statement
parent efc48da2
......@@ -153,7 +153,7 @@ def get_inputs(batch_size=1):
You'll also need a function that'll display each batch of images:
```python
from PIL import image
from PIL import Image
def image_grid(imgs, rows=2, cols=2):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment