-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for ModelScope and Animator extensions #401
Conversation
Added extensions folder
readded Name, (needs to be remove when using docker-compose)
reformat code
Thank you, could you please also bump the version in
|
data/.gitignore
Outdated
@@ -22,3 +22,5 @@ | |||
/Lora | |||
/ControlNet | |||
/openpose | |||
/extensions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove references to extensions from the gitignore and the mkdir
in the download container.
removed /extensions
Removed /extensions Added LyCORIS folder
Added LyCORIS mounting point
Added LyCORIS folder
Ok Done, also added LyCORIS folder for LoHa, LoCon |
Added restart policy and half-vae parameter
Follow up to #401 Closes #401 Closes #437 --------- Co-authored-by: svupper <[email protected]> Co-authored-by: Ubuntu <[email protected]>
sorry for taking too much time, I did one final clean up and merged. |
Follow up to AbdBarho#401 Closes AbdBarho#401 Closes AbdBarho#437 --------- Co-authored-by: svupper <[email protected]> Co-authored-by: Ubuntu <[email protected]>
Follow up to AbdBarho#401 Closes AbdBarho#401 Closes AbdBarho#437 --------- Co-authored-by: svupper <[email protected]> Co-authored-by: Ubuntu <[email protected]>
Added ffmpeg for generating video and mounting point for ModelScope folder.
Sorry for the useless commit with the "name:", I can't find a workaround to use docker-compose instead of docker compose
Update versions