Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
OOTDiffusion_pytorch
Commits
8a13970e
Commit
8a13970e
authored
May 22, 2024
by
mashun1
Browse files
ootd
parent
f6008757
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ootd/inference_ootd_hd.py
ootd/inference_ootd_hd.py
+2
-2
No files found.
ootd/inference_ootd_hd.py
View file @
8a13970e
...
@@ -30,8 +30,8 @@ sys.path.append(str(OOTD_ROOT))
...
@@ -30,8 +30,8 @@ sys.path.append(str(OOTD_ROOT))
# VIT_PATH = "../checkpoints/clip-vit-large-patch14"
# VIT_PATH = "../checkpoints/clip-vit-large-patch14"
VIT_PATH
=
os
.
path
.
join
(
OOTD_ROOT
,
"checkpoints/clip-vit-large-patch14"
)
VIT_PATH
=
os
.
path
.
join
(
OOTD_ROOT
,
"checkpoints/clip-vit-large-patch14"
)
VAE_PATH
=
"../checkpoints/ootd"
VAE_PATH
=
"../checkpoints/ootd"
#
UNET_PATH = "../checkpoints/ootd/ootd_hd/checkpoint-36000"
UNET_PATH
=
"../checkpoints/ootd/ootd_hd/checkpoint-36000"
UNET_PATH
=
"../train/checkpoints"
#
UNET_PATH = "../train/checkpoints"
MODEL_PATH
=
"../checkpoints/ootd"
MODEL_PATH
=
"../checkpoints/ootd"
class
OOTDiffusionHD
:
class
OOTDiffusionHD
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment