Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,8 +53,8 @@ def generate(
|
|
| 53 |
model = 'runwayml/stable-diffusion-v1-5',
|
| 54 |
vaecall = 'madebyollin/sdxl-vae-fp16-fix',
|
| 55 |
lora = '',
|
| 56 |
-
lora_scale: float = 0.7,
|
| 57 |
url = "https://raw.githubusercontent.com/CompVis/stable-diffusion/main/assets/stable-samples/img2img/sketch-mountains-input.jpg",
|
|
|
|
| 58 |
):
|
| 59 |
if torch.cuda.is_available():
|
| 60 |
|
|
|
|
| 53 |
model = 'runwayml/stable-diffusion-v1-5',
|
| 54 |
vaecall = 'madebyollin/sdxl-vae-fp16-fix',
|
| 55 |
lora = '',
|
|
|
|
| 56 |
url = "https://raw.githubusercontent.com/CompVis/stable-diffusion/main/assets/stable-samples/img2img/sketch-mountains-input.jpg",
|
| 57 |
+
lora_scale: float = 0.7,
|
| 58 |
):
|
| 59 |
if torch.cuda.is_available():
|
| 60 |
|