Diffusers
Safetensors
English
AmusedPipeline
art
patrickvonplaten commited on
Commit
d378396
1 Parent(s): 76693bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ pipe = pipe.to("cuda")
80
  prompt = "apple watercolor"
81
  input_image = (
82
  load_image(
83
- "https://raw.githubusercontent.com/amused/amused/main/assets/image2image_256_orig.png"
84
  )
85
  .resize((256, 256))
86
  .convert("RGB")
 
80
  prompt = "apple watercolor"
81
  input_image = (
82
  load_image(
83
+ "https://raw.githubusercontent.com/huggingface/amused/main/assets/image2image_256_orig.png"
84
  )
85
  .resize((256, 256))
86
  .convert("RGB")