Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ pipe = StableDiffusionControlNetPipeline.from_pretrained(
|
|
| 39 |
base_model_path, controlnet=controlnet, torch_dtype=torch.float16
|
| 40 |
)
|
| 41 |
|
| 42 |
-
control_image = load_image("
|
| 43 |
prompt = "a professional studio photograph of an attractive model wearing a teal top with lace detail"
|
| 44 |
|
| 45 |
# generate image
|
|
|
|
| 39 |
base_model_path, controlnet=controlnet, torch_dtype=torch.float16
|
| 40 |
)
|
| 41 |
|
| 42 |
+
control_image = load_image("./cond1.jpg")
|
| 43 |
prompt = "a professional studio photograph of an attractive model wearing a teal top with lace detail"
|
| 44 |
|
| 45 |
# generate image
|