Haoming
Haoming
How are you launching the Webui? > No module named 'scripts.enums' Looks like working directory issue
Unfortunately, probably not in the near future, as the architecture of Flux is different from that of Stable Diffusion. The same code won't simply work...
Ladies and gentlemen, **Flux** support is now live on the [flux](https://github.com/Haoming02/sd-forge-couple/tree/flux) branch!
Hello, please check out my fork: https://github.com/Haoming02/sd-forge-ic-light
Oh oops XD Then yeah, that's strange.
In the meantime, you can use this [setting](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/v1.10.1/modules/shared_options.py#L326), which moves most parameters into an `Accordion` *(like the `Hires. fix` thingy)*. So you can just collapse the settings when you're generating...
The specific line you are talking about is meant to detect if the infotext contains parameters, such as `Steps:`, `Sampler:`, `Seed:`, etc. A normal infotext will contain an arbitary number...
Again, if the `last_line` does not contain parameters, then it is added back into regular `lines`
Ah, I finally get what you meant **TL;DR:** The current "[re_param_code](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/v1.10.1/modules/infotext_utils.py#L16)" also matches the LoRA syntax. So if your last line contains 3 or more LoRAs, then the line will...