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
chenpangpang
InstantID
Commits
c1be49cb
Commit
c1be49cb
authored
Jul 17, 2024
by
chenpangpang
Browse files
feat: 修改app的host以及requirements
parent
58964237
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
InstantID/gradio_demo/app.py
InstantID/gradio_demo/app.py
+1
-1
InstantID/gradio_demo/requirements.txt
InstantID/gradio_demo/requirements.txt
+2
-7
No files found.
InstantID/gradio_demo/app.py
View file @
c1be49cb
...
...
@@ -441,7 +441,7 @@ def main(pretrained_model_name_or_path="wangqixun/YamerMIX_v8", enable_lcm_arg=F
gr
.
Markdown
(
article
)
demo
.
launch
()
demo
.
launch
(
server_name
=
'0.0.0.0'
)
if
__name__
==
"__main__"
:
parser
=
argparse
.
ArgumentParser
()
...
...
InstantID/gradio_demo/requirements.txt
View file @
c1be49cb
diffusers==0.25.1
torch==2.0.0
torchvision==0.15.1
transformers==4.37.1
diffusers
accelerate
safetensors
einops
onnxruntime-gpu
spaces==0.19.4
omegaconf
peft
huggingface-hub
==0.20.2
huggingface-hub
opencv-python
insightface
gradio
...
...
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