Spaces:
Paused
Paused
Update ootd/inference_ootd_hd.py
Browse files
ootd/inference_ootd_hd.py
CHANGED
|
@@ -63,6 +63,7 @@ class OOTDiffusionHD:
|
|
| 63 |
safety_checker=None,
|
| 64 |
requires_safety_checker=False,
|
| 65 |
).to(self.gpu_id)
|
|
|
|
| 66 |
# vae=vae,
|
| 67 |
# unet_garm=unet_garm,
|
| 68 |
# unet_vton=unet_vton,
|
|
|
|
| 63 |
safety_checker=None,
|
| 64 |
requires_safety_checker=False,
|
| 65 |
).to(self.gpu_id)
|
| 66 |
+
|
| 67 |
# vae=vae,
|
| 68 |
# unet_garm=unet_garm,
|
| 69 |
# unet_vton=unet_vton,
|