Spaces:
Sleeping
Sleeping
parokshsaxena
commited on
Commit
β’
ac60c3c
1
Parent(s):
b065204
remove import
Browse files- src/tryon_pipeline.py +1 -1
src/tryon_pipeline.py
CHANGED
@@ -56,7 +56,7 @@ from diffusers.utils import (
|
|
56 |
from diffusers.utils.torch_utils import randn_tensor
|
57 |
from diffusers.pipelines.pipeline_utils import DiffusionPipeline
|
58 |
|
59 |
-
from src.enhanced_garment_net import EnhancedGarmentNetWithTimestep
|
60 |
|
61 |
|
62 |
|
|
|
56 |
from diffusers.utils.torch_utils import randn_tensor
|
57 |
from diffusers.pipelines.pipeline_utils import DiffusionPipeline
|
58 |
|
59 |
+
#from src.enhanced_garment_net import EnhancedGarmentNetWithTimestep
|
60 |
|
61 |
|
62 |
|