TheLastBen / PPS

43 stars 20 forks source link

Dreambooth on paperspace fail to load safetensor from Huggingface and Civitai #18

Open SorenTruelsen opened 10 months ago

SorenTruelsen commented 10 months ago

I want to move away from COLAB, so I am testing the Paperspace version of Dreambooth.

Whenever I want to train using a Safetensore the script gives me an error:

I have tried with the following: Huggingface: "emilianJR/epiCRealism" --> Error creating widget: could not find model image

From Civitai: https://civitai.com/api/download/models/143906?type=Model&format=SafeTensor&size=pruned&fp=fp16 --> Wrong link, check that the link is valid --> image

Is it not possible to Dreambooth a Safetensore on Paperspace?

SorenTruelsen commented 10 months ago

And if I only use "Model_Link = "https://civitai.com/api/download/models/143906" it can still not lanuch the widget image

TheLastBen commented 10 months ago

click on the jupyter icon on the left side of the page and try through the jupyter interface

ghost commented 10 months ago

click on the jupyter icon on the left side of the page and try through the jupyter interface

Will try that, thanks

ghost commented 10 months ago

Got it working, thanks.

For other people 1) The icon only appears once the machine is started 2) At the jupyter, its freaking hard to see when a code block is complete 3) The path to model had to be in this format: Model_Link = "https://civitai.com/api/download/models/143906"