SherryXTChen commited on
Commit
f9cfe0e
·
verified ·
1 Parent(s): d24fbee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ pipe.load_lora_weights("SherryXTChen/InstructCLIP-InstructPix2Pix")
33
  pipe.to("cuda")
34
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
35
 
36
- url = "https://raw.githubusercontent.com/SherryXTChen/Instruct-CLIP/main/assets/1_input.jpg"
37
  def download_image(url):
38
  image = PIL.Image.open(requests.get(url, stream=True).raw)
39
  image = PIL.ImageOps.exif_transpose(image)
 
33
  pipe.to("cuda")
34
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
35
 
36
+ url = "https://raw.githubusercontent.com/SherryXTChen/Instruct-CLIP/refs/heads/main/assets/1_input.jpg"
37
  def download_image(url):
38
  image = PIL.Image.open(requests.get(url, stream=True).raw)
39
  image = PIL.ImageOps.exif_transpose(image)