Run gradio_web_server parameter #567
Unanswered
yongzheJIN
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
python -m opensora.serve.gradio_web_server --model_path "path/to/model"
--ae WFVAEModel_D8_4x8x8 --ae_path "path/to/vae"
--caption_refiner "path/to/refiner"
--text_encoder_name_1 "path/to/text_enc" --rescale_betas_zero_snr
I guess--model_path means the folder named any93640640
--ae is the folder named vae
--caption_refiner is the folder prompt_refiner的文件,
--text_encoder_name_1 is the model DeepFloyd/t5-v1_1-xxl(HuggingFce)
Is that right?
But when i use these model, and the prompt from suggestion box. this is what i have got.
https://github.com/user-attachments/assets/4b9208fa-2c5a-48fc-bfeb-886cb55b1317
Beta Was this translation helpful? Give feedback.
All reactions