Skip to content
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

Open
swcrazyfan opened this issue Oct 23, 2022 · 11 comments
Open

Would you accept a pull request for Dreambooth? #12

swcrazyfan opened this issue Oct 23, 2022 · 11 comments

Comments

@swcrazyfan
Copy link

swcrazyfan commented Oct 23, 2022

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.

@Boymerkz
Copy link

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.

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?

@swcrazyfan
Copy link
Author

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.

@Cyberes
Copy link
Collaborator

Cyberes commented Oct 27, 2022

Sure, send a pull request. Just don't add anything else to the StableDiffusionUI_Voldemort_paperspace.ipynb notebook since that one is getting way too big and becoming monolithic.

@Cyberes
Copy link
Collaborator

Cyberes commented Oct 27, 2022

I actually already compiled xformers for paperspace https://github.com/Cyberes/xformers-compiled

@swcrazyfan
Copy link
Author

I actually already compiled xformers for paperspace https://github.com/Cyberes/xformers-compiled

That's great! I'll try to use yours.

@Boymerkz
Copy link

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

@sneccc
Copy link

sneccc commented Nov 3, 2022

@swcrazyfan how are you using dreambooth in paperspace?

@nawnie
Copy link

nawnie commented Nov 5, 2022

oh man is there any other needed changes ive been looking FOREVER

@ackl
Copy link
Contributor

ackl commented Dec 11, 2022

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)

@nawnie
Copy link

nawnie commented Dec 11, 2022 via email

@swcrazyfan
Copy link
Author

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)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants