R
Runpod17mo ago
smoke

SDXL Dreambooth - can’t load model

Hi there, Does anyone know why my script is not loading this SDXL model?
No description
Solution:
Ah apparently, the script that I am running, is only for SD1.5
No description
Jump to solution
28 Replies
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
smoke
smokeOP17mo ago
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
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
smoke
smokeOP17mo ago
~6 GB
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
smoke
smokeOP17mo ago
No description
smoke
smokeOP17mo ago
It’s the second one It seems like it can find the checkpoint but not loading it for some reason
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
smoke
smokeOP17mo ago
It gets downloaded inside my Dockerfile 1 sec I’ll share the lines
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
Madiator2011 (Work)
I'm not sure if DB endpoint supports SDXL as it's diffrent arch than SD 1.5 and 2.1
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
Madiator2011 (Work)
It's serverless channel so I though question is about serverless
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
Madiator2011 (Work)
though it looks like our friend runs on pod
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
smoke
smokeOP17mo ago
It is definitely serverless yeah Dreambooth should work with SDXL though And this is using sd-scripts which Kohya uses under the hood
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
smoke
smokeOP17mo ago
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
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
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
smoke
smokeOP17mo ago
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]).
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]).
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
Madiator2011 (Work)
mayby it's fp16
smoke
smokeOP17mo ago
I think it is yes
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
Solution
smoke
smoke17mo ago
Ah apparently, the script that I am running, is only for SD1.5
No description
smoke
smokeOP17mo ago
This is the source code of kohya I have to run a different script for SDXL apparently. Sorry guys, missed that one
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?