Coder Social home page Coder Social logo

Some models error with, " File does not contain tensor conditioner.embedders.0.transformer.text_model.embeddings.position_ids" about sd-webui-model-mixer HOT 3 CLOSED

wkpark avatar wkpark commented on August 29, 2024 1
Some models error with, " File does not contain tensor conditioner.embedders.0.transformer.text_model.embeddings.position_ids"

from sd-webui-model-mixer.

Comments (3)

CCpt5 avatar CCpt5 commented on August 29, 2024 1

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

from sd-webui-model-mixer.

CCpt5 avatar CCpt5 commented on August 29, 2024 1

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]
Total progress: 25%|████████████████████████████████████████████████████████▊ | 35/140 [00:07<00:23, 4.43it/s]
debugs = ['elemental merge']████████████████████████████████████████████████▊ | 35/140 [00:07<00:19, 5.28it/s]
use_extra_elements = True

  • mm_max_models = 14
    config hash = 061678adaeeaaba28f5b80f5425e80828fe5229ac16c4a1a2d1d4e2539308c21
  • mm_use [False, True, True, True, False, False, False, False, False, False, False, False, False, False]
  • model_a SDXL\2024-04-11 - PXR Artstyle - Realvision 4 - 1.2e-5 - b2 - 20rep-step00002000.safetensors [e1302c57ff]
  • base_model None
  • max_models 14
  • models ['SDXL\2024-04-11 - PXR Artstyle - Realvision 4 - 1.2e-5 - b2 - 20rep-step00004000.safetensors', 'SDXL\2024-03-16 - OT - Pxr artstyle (no captions now) - 3998-5-874.safetensors [87ada3497b]', 'SDXL\2024-03-22 - Supermerge - PXR - Lightning - Training today - Topnotch - Captioned - Pixar - mboard.safetensors [d05ee96673]']
  • modes ['Sum', 'Sum', 'Sum']
  • calcmodes ['Normal', 'Normal', 'Normal']
  • usembws [[], [], []]
  • weights ['0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5', '0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5', '0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5']
  • alpha [0.5, 0.5, 0.5]
  • adjust
  • use elemental [False, False, False]
  • elementals ['', '', '']
  • Parse elemental merge...
    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...
  • base lora_patch
    Applying attention optimization: sdp-no-mem... done.
    isxl = True , sd2 = False
    compact_mode = False
  • check possible UNet partial update...
  • partial changed blocks = ['BASE', 'IN00', 'IN01', 'IN02', 'IN03', 'IN04', 'IN05', 'IN06', 'IN07', 'IN08', 'M00', 'OUT00', 'OUT01', 'OUT02', 'OUT03', 'OUT04', 'OUT05', 'OUT06', 'OUT07', 'OUT08']
  • UNet partial update mode
    Open state_dict from file e:\Stable Diffusion Checkpoints\SDXL\2024-04-11 - PXR Artstyle - Realvision 4 - 1.2e-5 - b2 - 20rep-step00004000.safetensors...
    Calculating sha256 for e:\Stable Diffusion Checkpoints\SDXL\2024-04-11 - PXR Artstyle - Realvision 4 - 1.2e-5 - b2 - 20rep-step00004000.safetensors: 1d86bf6008f77271a1628339efacffff195dad774fd8a6f118eccfdffab0f1b0
    mode = Sum, alpha = 0.5
    Stage #1/4: 74%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ | 1676/2263 [00:02<00:00, 717.16it/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

100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 35/35 [00:06<00:00, 5.26it/s]
Total progress: 33%|███████████████████████████████████████████████████████████████████████████▋ | 35/105 [00:07<00:15, 4.50it/s]
Total progress: 33%|███████████████████████████████████████████████████████████████████████████▋ | 35/105 [00:07<00:13, 5.30it/s]

from sd-webui-model-mixer.

CCpt5 avatar CCpt5 commented on August 29, 2024 1

@wkpark Working great now - thanks for the fix!!

from sd-webui-model-mixer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.