-
Notifications
You must be signed in to change notification settings - Fork 108
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
Would you accept a pull request for Dreambooth? #12
Comments
Are there no available Docker hub containers with cuda 11.3 installed already so we can just add --xformers command without having to run the build wheel command each time? |
How would a docker mean we don't need to make a wheel? I thought the wheel is generally GPU-specific. If you connect a GPU directly to a container, you'll need the wheel. This seems to be essentially how RunPod and Vast.AI work. |
Sure, send a pull request. Just don't add anything else to the |
I actually already compiled xformers for paperspace https://github.com/Cyberes/xformers-compiled |
That's great! I'll try to use yours. |
It's the wheel I use, but is there a docker with all the requirements for xformer preinstalled, paperspace docker needs updating every run from cuda 11.2 to 11.3 and python 3.9 to 3.10 is there a docker with all this installed already |
@swcrazyfan how are you using dreambooth in paperspace? |
oh man is there any other needed changes ive been looking FOREVER |
hey @swcrazyfan sorry to bother u mate but wondering if u made any progress on porting TheLastBen's fast-Dreambooth colab notebook to a paperspace env? this is something I desire since i much prefer paperspace over colab. as such i'm prolly gonna start doing a port so if u've already done a bunch of work towards this pls lmk so we don't duplicate effort (i'm aware of the dreambooth extension for A1111's webui but from my (admittedly limited) experiments it doesn't seem to work as well) |
He has a fork that's a good start but last I checked still requires some
love before it'll run.
…On Sat, Dec 10, 2022, 9:53 PM Andrew Low ***@***.***> wrote:
hey @swcrazyfan <https://github.com/swcrazyfan> sorry to bother u mate
but wondering if u made any progress on porting TheLastBen's
fast-Dreambooth colab notebook to a paperspace env? this is something I
desire since i much prefer paperspace over colab. as such i'm prolly gonna
start doing a port so if u've already done a bunch of work towards this pls
lmk so we don't duplicate effort
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZPYLSCWB7WEZU7Q7TAZAALWMVF5FANCNFSM6AAAAAARMEKFHQ>
.
You are receiving this because you commented.Message ID:
***@***.***
.com>
|
I have something, but it's quite hacked together. Essentially, I just have a few cells which install the requirements and a cell which I edit to run the actual training. However, I've recently started to use to use another repo cuz this one has been modified to much to specifically run on Colab that it's just easier to use something else. |
I have a dreambooth notebook I've been using for a white based on TheLastBen's Colab notebook. Would you accept a pull request for it? I'm so happy to see you've rewritten so many notebooks for Paperspace! Saves me a lot of time. Gonna point others to your repo.
In addition, me and another person built xformers wheels you could integrate into your notebooks so no one has to waste time building them. I use the A4000 wheel every day.
The text was updated successfully, but these errors were encountered: