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
f6008757
Commit
f6008757
authored
May 22, 2024
by
mashun1
Browse files
ootd
parent
151e8d3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
ootd/inference_ootd_hd.py
ootd/inference_ootd_hd.py
+2
-2
No files found.
README.md
View file @
f6008757
...
@@ -151,7 +151,7 @@ https://hf-mirror.com/openai/clip-vit-large-patch14/tree/main
...
@@ -151,7 +151,7 @@ https://hf-mirror.com/openai/clip-vit-large-patch14/tree/main
### webui
### webui
cd OOTDiffusion/run
cd OOTDiffusion/run
python gradio_o
utput
.py
python gradio_o
otd
.py
## result
## result
...
...
ootd/inference_ootd_hd.py
View file @
f6008757
...
@@ -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