amazonaws-la commited on
Commit
f6c4eb1
·
verified ·
1 Parent(s): 6219c5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def generate(
72
  pipe.load_lora_weights(lora)
73
  pipe.fuse_lora(lora_scale=0.7)
74
 
75
- url = "https://m.media-amazon.com/images/I/81zPcrN6m+L.jpg"
76
  response = requests.get(url)
77
  init_image = Image.open(BytesIO(response.content))
78
  init_image = init_image.resize((1024, 1024))
 
72
  pipe.load_lora_weights(lora)
73
  pipe.fuse_lora(lora_scale=0.7)
74
 
75
+ url = "https://raw.githubusercontent.com/CompVis/stable-diffusion/main/assets/stable-samples/img2img/sketch-mountains-input.jpg"
76
  response = requests.get(url)
77
  init_image = Image.open(BytesIO(response.content))
78
  init_image = init_image.resize((1024, 1024))