Spaces:
Runtime error
Runtime error
Commit
·
46bbbed
1
Parent(s):
37efa28
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from diffusers import AutoencoderKL
|
|
10 |
|
11 |
|
12 |
model = "stabilityai/stable-diffusion-xl-base-1.0"
|
13 |
-
finetuningLayer = "Gauri54damle/sdxl-lora-
|
14 |
|
15 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
16 |
torch_dtype = torch.float16 if device.type == 'cuda' else torch.float32
|
|
|
10 |
|
11 |
|
12 |
model = "stabilityai/stable-diffusion-xl-base-1.0"
|
13 |
+
finetuningLayer = "Gauri54damle/sdxl-lora-McDBigMac-meal-model"
|
14 |
|
15 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
16 |
torch_dtype = torch.float16 if device.type == 'cuda' else torch.float32
|