sleaf
sleaf
It's okay to use Gradio in 3.39.0. It causes error when installed Gradio in some higher versions and lower version.
Have you guys seen such strange patterns before? I have encoutered a great many of such confusing images when sampling in lora training. I run the kohya_ss on my device...
It says that `'StableDiffusionXL' object has no attribute 'network_layer_mapping'` when using animagineXL model. ERROR:scripts.incant_utils.module_hooks:AttributeError in get_modules Traceback (most recent call last): File "E:\Code\Python\Diffusions\stable-diffusion-webui-forge\extensions\sd-webui-incantations\scripts\incant_utils\module_hooks.py", line 65, in get_modules nlm = m.network_layer_mapping...
在main.py里面修改160-170行 ```python if args.task: config_path = Path(args.config_path).resolve() ... single_task(config, args.task) else: config = Config("./config/default.json") all_tasks(config) ``` 为 ```python if args.task: config_path = Path(args.config_path).resolve() ... single_task(config, args.task) else: if args.config_path: config...