Closed StableInfo closed 1 year ago
Issue happens in lycoris extnsion. I'll investigate, but as a temporary workaround you can just disable extension (can't uninstall it as it's a flagged as builtin one, but you can disable it)
Indeed, now it's working, thank you.
i've tried to reproduce this with so many different combos and i cant reproduce.
does the issue occure if you start sdnext with --safe
?
I reactivated Lycoris and now Its not giving the same error message, it gives me some error but the GENERATION of images goes through. The issue I raised was not letting me even generating images, now it works differenlty for some reason.
Progress 1.05it/s ---------------------------------------- 100% 0:00:00 0:00:19
00:32:35-843245 ERROR activating extra network lyco: AttributeError
┌───────────────────────────────────────── Traceback (most recent call last) ─────────────────────────────────────────┐
│ D:\vladNEXTGEN\automatic\modules\extra_networks.py:80 in activate │
│ │
│ 79 │ │ try: │
│ > 80 │ │ │ extra_network.activate(p, []) │
│ 81 │ │ except Exception as e: │
│ │
│ D:\vladNEXTGEN\automatic\extensions-builtin\a1111-sd-webui-lycoris\extra_networks_lyco.py:53 in activate │
│ │
│ 52 │ │ elif self.base_name == 'lyco': │
│ > 53 │ │ │ additional = shared.opts.sd_lyco │
│ 54 │
│ │
│ D:\vladNEXTGEN\automatic\modules\shared.py:680 in __getattr__ │
│ │
│ 679 │ │ │ return self.data_labels[item].default │
│ > 680 │ │ return super(Options, self).__getattribute__(item) # pylint: disable=super-with- │
│ 681 │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
AttributeError: 'Options' object has no attribute 'sd_lyco'
100%|██████████████████████████████████████████████████████████████████████████████████| 34/34 [00:15<00:00, 2.18it/s]
You mean this command right? ">py launch.py --safe" I am running it right now and Read some interesting logs: WARNING Not used, uninstalling: xformers 0.0.20 ... WARNING Package wrong version: transformers 4.25.1 required 4.31.0 ...
OMG what happened? All the extensions, do not appear anymore: EVEN CONTROL NET
Is that like Safe mode for computer meaning with 0 extension? Anyway, yes the images were generated with 0error this time! However the image generated WAS DIFFERENT for the same parameters and seed etc.
I reloaded it now normally without safe. It works fine and wth NO error.
Xofrmers being unimstalled is normal - if you're not using them, they will be unimstalled as some modules load them blindly even if they are not selected. If you want to use xformers, just select them in settings and they will be installed and used.
But wrong version for transformers tells me that some extension modified system requirements - and based on specific version, it could be dreambooth - it's notorious for doing that.
Anyhow, glad it's now working.
Issue Description
Hello, I can't run sd.next at all today, No restarting will fix it, no going back to default settings would fix it, no deactivating of extensions I installed yesterday is fixing this.
So when I start sd.next, there is not error message, then if I press "generate" with ANY settng/parameter/prompt possible I get this major breakdown (see logs),
First I tought it was related to the "User Interface Defaults" that had controlnet saved but not the input image, tried to play there but nothing.
Then I thought it could be related to wildcards, indeed when you go to img2img and write ANYWORD/prompt, for example "sdf" as a positif prompt, the first line of error would : "D:......\wildcards..sdf" wildcard was not found.
So I went and tried to replaced "sdf" with an actual wildcard "tree", same error. (Wildwards is an extension).
So I went ahead and deactivated the extension.
Before that the logs were mentioning composable LORA, I also deactivated it.
I also tried to change the checkpoint, I read somewhere that my error message could be because we are ponting at a null checkpoint. Did not work. And my checkpoint was fine for weeks.
Finally I decided I might want to go bring back DEFAULT Settings in the "User Interface Defaults", I restarted the app and tried to apply ANY word in the positive prompt, and I got the same errors (see logs below) even with fresh settings (everything default).
here is an image of everything at "default":
What's happening here? I am not able to work.
Version Platform Description
app: SD.next updated: 2023-08-22 hash: 6a4d4ea5
Relevant log output
Backend
Original
Model
Other
Acknowledgements