Created
July 11, 2023 21:35
-
-
Save lunks/ad77ef65a24355148e0f018eea205c7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21:34:49-589764 ERROR Exception: 'StableDiffusionXLPipeline' object has no attribute 'sd_checkpoint_info' | |
21:34:49-590901 ERROR Arguments: args=('task(amcuxo043drhk4o)', 'cat', '', [], 20, 0, False, False, 1, 1, 6, 1, -1.0, -1.0, 0, 0, 0, False, 512, 512, False, 0.7, 2, | |
'Latent', 0, 0, 0, [], 0, False, False, 'positive', 'comma', 0, False, False, '', 0, '', [], 0, '', [], 0, '', [], True, False, False, False, 0, False) | |
kwargs={} | |
21:34:49-592597 ERROR gradio call: AttributeError | |
╭───────────────────────────────────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────────────────────────────────╮ | |
│ /home/lunks/code/automatic/modules/call_queue.py:34 in f │ | |
│ │ | |
│ 33 │ │ │ try: │ | |
│ ❱ 34 │ │ │ │ res = func(*args, **kwargs) │ | |
│ 35 │ │ │ │ progress.record_results(id_task, res) │ | |
│ │ | |
│ /home/lunks/code/automatic/modules/txt2img.py:56 in txt2img │ | |
│ │ | |
│ 55 │ if processed is None: │ | |
│ ❱ 56 │ │ processed = processing.process_images(p) │ | |
│ 57 │ p.close() │ | |
│ │ | |
│ ... 3 frames hidden ... │ | |
│ │ | |
│ /home/lunks/code/automatic/modules/sd_models.py:807 in set_diffuser_pipe │ | |
│ │ | |
│ 806 │ │ | |
│ ❱ 807 │ sd_checkpoint_info = pipe.sd_checkpoint_info │ | |
│ 808 │ sd_model_checkpoint = pipe.sd_model_checkpoint │ | |
│ │ | |
│ /home/lunks/code/automatic/venv/lib/python3.10/site-packages/diffusers/configuration_utils.py:137 in __getattr__ │ | |
│ │ | |
│ 136 │ │ │ | |
│ ❱ 137 │ │ raise AttributeError(f"'{type(self).__name__}' object has no attribute '{name}'" │ | |
│ 138 │ | |
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ | |
AttributeError: 'StableDiffusionXLPipeline' object has no attribute 'sd_checkpoint_info' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment