Engineer-of-Stuff / stable-diffusion-paperspace

Jupyter notebooks for Paperspace.
The Unlicense
288 stars 111 forks source link

Would you accept a pull request for Dreambooth? #12

Open swcrazyfan opened 1 year ago

swcrazyfan commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

swcrazyfan commented 1 year ago

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

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

Boymerkz commented 1 year ago

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 commented 1 year ago

@swcrazyfan how are you using dreambooth in paperspace?

nawnie commented 1 year ago

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

ackl commented 1 year ago

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 commented 1 year ago

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 https://github.com/Engineer-of-Stuff/stable-diffusion-paperspace/issues/12#issuecomment-1345449578, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZPYLSCWB7WEZU7Q7TAZAALWMVF5FANCNFSM6AAAAAARMEKFHQ . You are receiving this because you commented.Message ID: @.*** .com>

swcrazyfan commented 1 year ago

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.