Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ def resize_for_condition_image(input_image: Image, resolution: int):
|
|
60 |
# play with guidance_scale, controlnet_conditioning_scale and strength to make a valid QR Code Image
|
61 |
|
62 |
# qr code image
|
63 |
-
source_image = load_image("https://
|
64 |
# initial image, anything
|
65 |
init_image = load_image("https://s3.amazonaws.com/moonup/production/uploads/noauth/KfMBABpOwIuNolv1pe3qX.jpeg")
|
66 |
condition_image = resize_for_condition_image(source_image, 768)
|
|
|
60 |
# play with guidance_scale, controlnet_conditioning_scale and strength to make a valid QR Code Image
|
61 |
|
62 |
# qr code image
|
63 |
+
source_image = load_image("https://lexica.art/prompt/199bb7e7-0dfc-4ec3-816f-d958675a2b56")
|
64 |
# initial image, anything
|
65 |
init_image = load_image("https://s3.amazonaws.com/moonup/production/uploads/noauth/KfMBABpOwIuNolv1pe3qX.jpeg")
|
66 |
condition_image = resize_for_condition_image(source_image, 768)
|