"...git@developer.sourcefind.cn:OpenDAS/diffusers.git" did not exist on "5786b0e2f7a76229781e40671abee5000a315e88"
Unverified Commit 44efcbda authored by Ki's avatar Ki Committed by GitHub
Browse files

Update README.md: IMAGIC example code snippet misspelling (#1346)

Update README.md

Minor spelling mistake.
parent 7bbbfbfd
...@@ -370,7 +370,7 @@ def dummy(images, **kwargs): ...@@ -370,7 +370,7 @@ def dummy(images, **kwargs):
pipe.safety_checker = dummy pipe.safety_checker = dummy
images = [] images = []
generator = th.Generator("cuda").manual_seed(0) generator = torch.Generator("cuda").manual_seed(0)
seed = 0 seed = 0
prompt = "a forest | a camel" prompt = "a forest | a camel"
......
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