Safetensors
aredden commited on
Commit
c247326
·
unverified ·
2 Parent(s): 44e4014 7b102fe

Merge pull request #1 from dsingal0/main

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -331,8 +331,8 @@ output_jpeg_bytes: io.BytesIO = pipe.generate(
331
  # Optional args:
332
  width=1024,
333
  height=1024,
334
- num_inference_steps=20,
335
- guidance_scale=3.5,
336
  seed=13456,
337
  init_image="path/to/your/init_image.jpg",
338
  strength=0.8,
 
331
  # Optional args:
332
  width=1024,
333
  height=1024,
334
+ num_steps=20,
335
+ guidance=3.5,
336
  seed=13456,
337
  init_image="path/to/your/init_image.jpg",
338
  strength=0.8,