Update README.md
Browse files
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)
|