TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.54k stars 1.31k forks source link

Dreamboth wouldnt detect custom model version #2267

Open OscarVera123 opened 1 year ago

OscarVera123 commented 1 year ago

Hi, i keep having this issue:

image

Yesterday it worked fine providing civitai downloading link, but i dont know what happened, i also tried to use gdrive path, or previous session, but nothing fixed it.

I appreciate your suggestion

TheLastBen commented 1 year ago

what is the link of the model ?

OscarVera123 commented 1 year ago

what is the link of the model ?

I thing the issue was due of lack of gpu units, anyways link model is https://civitai.com/api/download/models/84576

TheLastBen commented 1 year ago

without a GPU it will fail the detection

OscarVera123 commented 1 year ago

without a GPU it will fail the detection

Oh ok, thanks. I have another question, if i already trained a model for X subject with 10 img, how should i proceed for train the same model again but with other differents 10 img of the same X subject? its that recommended? i feel it isnt propperly trained

TheLastBen commented 1 year ago

it's not recommended, one subject per model

OscarVera123 commented 1 year ago

it's not recommended, one subject per model

I mean, how to improve the model for the same subject? should i re train it with more img?

TheLastBen commented 1 year ago

you resume the unet training until you get good results

OscarVera123 commented 1 year ago

you resume the unet training until you get good results

But like, with same instance images provided in first training? and by resume you meant to decrease steps? (sorry for asking a lot lol)