-
Notifications
You must be signed in to change notification settings - Fork 107
Feature request #57
Comments
Hi! As for the first point, there's a webui plugin for Auto1111 https://github.com/deforum-art/sd-webui-text2video with a GUI where you can specify anything for your generation. To convert your finetuned models to use in that GUI, use the script in this repo https://github.com/ExponentialML/Text-To-Video-Finetuning/blob/main/utils/convert_diffusers_to_original_ms_text_to_video.py |
Thank you kabachuha, for the convert_diffusers_to_original_ms_text_to_video.py, what Arguments do I need to put in? Should I put the root folder of the model, or link directly to the bin files for the Unet and text encoder, and do I need to specify an output folder? Thank you! |
|
So should I put in the clip checkpoint path and just not used the clip file that is created, or should I leave the clip checkpoint path blank? |
@justinwking use this branch for now, before it's merged https://github.com/kabachuha/Text-To-Video-Finetuning/tree/patch-1 |
Sorry to ask such basic questions..... but I couldn't find the files you suggested I include. So I am guessing they have a different name, at the bottom of this post, I created an interpretation of what I think you meant, please correct me if I am mistaken. If this is my folder structure.... Text to video Fine Tuning
Does the following command look correct if I do everything from the text_to_finetuning folder.... python .Utils/convert_diffusers_to_original_ms_text_to_video.py --model_path models/model_scope_diffusers/ --checkpoint_path outputs/Train2003…/Lora/5000_unet.pt --clip_checkpoint_path outputs/Train2003…/Lora/5000_text_encoder.pt |
Use this folder as models_path "./Outputs/Train 2023…./Checkpoint 5000" |
Good morning, I believe I was able to get the script to work with your instructions, but I didn't see a new folder created. What do I need to do to get this into a format and location that t2v can use? All the file names are different, and the folder structures is different. Is this something that the script could do? |
I haven't been able to find a readme that explains the process, maybe there is one that I overlooked. the following was generated when I did the training
then I put in the command,
and the process worked, but I don't know where the new UNET is...
But now.... I don't see anything that looks like the modelscope folder that I am currently using in Automatic1111
|
Thank you, for making this. It seems to work, and I have a model.
I wanted to ask if there is:
Thank you!
The text was updated successfully, but these errors were encountered: