-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some models error with, " File does not contain tensor conditioner.embedders.0.transformer.text_model.embeddings.position_ids" #136
Comments
Model used above that caused the error (then no merge happens but generation continues): https://drive.google.com/file/d/1k-qpjDuEaQkcPMXliVbz3fAPgnaTlXAB/view?usp=sharing |
Another model that triggers this error: https://drive.google.com/file/d/1Px5Na6dmm2VNlWbkdDqy4xU1WcIprIeQ/view?usp=sharing Details
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.09it/s]
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.26it/s] |
@wkpark Working great now - thanks for the fix!! |
Running on local URL: http://127.0.0.1:7860
To create a public link, set
share=True
inlaunch()
.Startup time: 16.3s (prepare environment: 0.9s, import torch: 4.3s, import gradio: 0.9s, setup paths: 1.0s, initialize shared: 0.2s, other imports: 0.5s, list SD models: 0.5s, load scripts: 2.7s, refresh VAE: 0.1s, create ui: 4.3s, gradio launch: 0.4s, app_started_callback: 0.6s).
SDXL\2024-04-11 - PXR Artstyle - Realvision 4 - 1.2e-5 - b2 - 20rep-step00002000.safetensors [e1302c57ff] found
SDXL\2024-03-16 - OT - Pxr artstyle (no captions now) - 3998-5-874.safetensors [87ada3497b] found
SDXL\2024-03-22 - Supermerge - PXR - Lightning - Training today - Topnotch - Captioned - Pixar - mboard.safetensors [d05ee96673] found
SDXL\2024-04-08 - cont - pxr artstyle Retry during nap - base - 50img 2e-5 -b3-step00000500.safetensors [9e456a1057] found
debugs = ['elemental merge']
use_extra_elements = True
config hash = 21604a8be0dae915d7a7e4e5038fe20726fc1e142ea7065755dd29cf9b0ca8d1
model_a = SDXL_2024-04-11 - PXR Artstyle - Realvision 4 - 1.2e-5 - b2 - 20rep-step00002000
Loading SDXL\2024-04-11 - PXR Artstyle - Realvision 4 - 1.2e-5 - b2 - 20rep-step00002000.safetensors [e1302c57ff] from loaded model...
Applying attention optimization: sdp-no-mem... done.
isxl = True , sd2 = False
compact_mode = False
Open state_dict from file e:\Stable Diffusion Checkpoints\SDXL\2024-04-08 - cont - pxr artstyle Retry during nap - base - 50img 2e-5 -b3-step00000500.safetensors...
mode = Sum, alpha = 0.5
Stage Issue where model in merged but not save leads to "Cannot copy out of meta tensor; no data!" - persists through restart - had to disable app to continue #1/5: 74%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ | 1676/2263 [00:02<00:00, 787.22it/s]
*** Error running before_process: D:\stable-diffusion-webui\extensions\sd-webui-model-mixer\scripts\model_mixer.py
Traceback (most recent call last):
File "D:\stable-diffusion-webui\modules\scripts.py", line 817, in before_process
script.before_process(p, *script_args)
File "D:\stable-diffusion-webui\extensions\sd-webui-model-mixer\scripts\model_mixer.py", line 3912, in before_process
theta_1[key] = theta_1f.get_tensor(key)
safetensors_rust.SafetensorError: File does not contain tensor conditioner.embedders.0.transformer.text_model.embeddings.position_ids
The text was updated successfully, but these errors were encountered: