Image-to-Image
Diffusers
StableDiffusionPipeline
peter-sushko commited on
Commit
a7e1dec
·
verified ·
1 Parent(s): 40b0e0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ pipe = StableDiffusionInstructPix2PixPipeline.from_pretrained(
37
  pipe.to("cuda")
38
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
39
 
40
- url = "https://github.com/AyanaBharadwaj/RealEdit/blob/main/example_imgs/simba.jpg"
41
  def download_image(url):
42
  image = PIL.Image.open(requests.get(url, stream=True).raw)
43
  image = PIL.ImageOps.exif_transpose(image)
 
37
  pipe.to("cuda")
38
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
39
 
40
+ url = "https://raw.githubusercontent.com/AyanaBharadwaj/RealEdit/refs/heads/main/example_imgs/simba.jpg"
41
  def download_image(url):
42
  image = PIL.Image.open(requests.get(url, stream=True).raw)
43
  image = PIL.ImageOps.exif_transpose(image)