Docty commited on
Commit
040addf
·
verified ·
1 Parent(s): 04c5c6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("/kaggle/input/netcontroldataset/netcontrol/cond1.jpg")
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