Update README.md
Browse files
README.md
CHANGED
|
@@ -88,7 +88,7 @@ generator = torch.Generator(device="cpu").manual_seed(0)
|
|
| 88 |
images = pipeline(
|
| 89 |
prompt="high quality",
|
| 90 |
ip_adapter_image=image.resize((224, 224)),
|
| 91 |
-
num_inference_steps=
|
| 92 |
generator=generator,
|
| 93 |
height=1024, width=1024
|
| 94 |
).images
|
|
@@ -104,7 +104,7 @@ generator = torch.Generator(device="cpu").manual_seed(0)
|
|
| 104 |
images = pipeline(
|
| 105 |
prompt=textual_prompt,
|
| 106 |
ip_adapter_image=image.resize((224, 224)),
|
| 107 |
-
num_inference_steps=
|
| 108 |
generator=generator,
|
| 109 |
height=1024, width=1024,
|
| 110 |
guidance_scale=7
|
|
|
|
| 88 |
images = pipeline(
|
| 89 |
prompt="high quality",
|
| 90 |
ip_adapter_image=image.resize((224, 224)),
|
| 91 |
+
num_inference_steps=25,
|
| 92 |
generator=generator,
|
| 93 |
height=1024, width=1024
|
| 94 |
).images
|
|
|
|
| 104 |
images = pipeline(
|
| 105 |
prompt=textual_prompt,
|
| 106 |
ip_adapter_image=image.resize((224, 224)),
|
| 107 |
+
num_inference_steps=25,
|
| 108 |
generator=generator,
|
| 109 |
height=1024, width=1024,
|
| 110 |
guidance_scale=7
|