Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ args = parser.parse_args()
|
|
74 |
|
75 |
args.device = "cuda"
|
76 |
|
77 |
-
|
78 |
|
79 |
|
80 |
vae = AutoencoderKL.from_pretrained('stabilityai/sd-vae-ft-mse').to(dtype=torch.float16, device=args.device)
|
|
|
74 |
|
75 |
args.device = "cuda"
|
76 |
|
77 |
+
base_path = 'feishen29/IMAGDressing-v1'
|
78 |
|
79 |
|
80 |
vae = AutoencoderKL.from_pretrained('stabilityai/sd-vae-ft-mse').to(dtype=torch.float16, device=args.device)
|