#SDXL Dreambooth - can’t load model

47 messages · Page 1 of 1 (latest)

robust bridge
#

Hi there,

Does anyone know why my script is not loading this SDXL model?

deep smelt
#

Check the model format

#

Is it .sa

#

It should be .safetensors

robust bridge
#

Noo it’s not, I’m not sure why it is split in the logs

#

I checked through the web terminal and the file is there

deep smelt
#

Oh

robust bridge
#

~6 GB

deep smelt
#

Can you take a ss

#

Just to make sure

robust bridge
#

It’s the second one

#

It seems like it can find the checkpoint but not loading it for some reason

deep smelt
#

Ooh it might be corrupted.. maybe

#

How did you download it

robust bridge
#

It gets downloaded inside my Dockerfile

#

1 sec I’ll share the lines

deep smelt
#

Ooh

deep smelt
#

State dict, I'm not sure what does it means either

languid pike
#

I'm not sure if DB endpoint supports SDXL as it's diffrent arch than SD 1.5 and 2.1

deep smelt
languid pike
#

It's serverless channel so I though question is about serverless

deep smelt
#

yeahh

languid pike
#

though it looks like our friend runs on pod

deep smelt
#

yea maybe try kohyaa trainer

#

smoke

robust bridge
#

It is definitely serverless yeah

#

Dreambooth should work with SDXL though

#

And this is using sd-scripts which Kohya uses under the hood

deep smelt
#

Ohh

#

Soo.. How did you download it

#

Try searching that problem your experiencing on Google too

#

Maybe some part of the logs match with someone's problem

robust bridge
#

I have this line in my Dockerfile so two models get baked into the image

RUN mkdir -p /model_cache && \
    wget "https://civitai.com/api/download/models/292213?type=Model&format=SafeTensor&size=full&fp=fp16&token=${CIVITAI_TOKEN}" -O /model_cache/hyperRealism_30.safetensors && \
    wget "https://civitai.com/api/download/models/344487?type=Model&format=SafeTensor&size=pruned&fp=fp16&token=${CIVITAI_TOKEN}" -O /model_cache/realvisxlV40_v40.safetensors
deep smelt
#

Oh should be good

robust bridge
#

For some reason the shape is different or something

size mismatch for down_blocks.1.attentions.0.proj_in.weight: copying a param with shape torch.Size([640, 640]) from checkpoint, the shape in current model is torch.Size([640, 640, 1, 1]).
deep smelt
#

Hmm

#

I have no clue for that

languid pike
#

mayby it's fp16

robust bridge
#

I think it is yes

deep smelt
#

So what's the normal one for dream booth?

#

It's not supported?

robust bridge
#

Ah apparently, the script that I am running, is only for SD1.5

#

This is the source code of kohya

#

I have to run a different script for SDXL apparently. Sorry guys, missed that one

deep smelt
#

Haha alright, nice