yulu2 commited on
Commit
d23c2f4
1 Parent(s): 8634b1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ pipe = StableDiffusionInstructPix2PixPipeline.from_pretrained(model_id, torch_dt
32
  pipe.to("cuda")
33
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
34
 
35
- url = "https://raw.githubusercontent.com/timothybrooks/instruct-pix2pix/main/imgs/example.jpg"
36
 
37
  def download_image(url):
38
  image = PIL.Image.open(requests.get(url, stream=True).raw)
 
32
  pipe.to("cuda")
33
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
34
 
35
+ url = "put your url here"
36
 
37
  def download_image(url):
38
  image = PIL.Image.open(requests.get(url, stream=True).raw)