Merge pull request #1 from dsingal0/main
Browse files
README.md
CHANGED
@@ -331,8 +331,8 @@ output_jpeg_bytes: io.BytesIO = pipe.generate(
|
|
331 |
# Optional args:
|
332 |
width=1024,
|
333 |
height=1024,
|
334 |
-
|
335 |
-
|
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,
|