-
Notifications
You must be signed in to change notification settings - Fork 25
Description
A matching Triton is not available, some optimizations will not be enabled.
Error caught was: No module named 'triton'
+--------------------- Traceback (most recent call last) ---------------------+
| C:\AI\stable-diffusion-webui\extensions\kohya-sd-scripts-webui\kohya_ss\tra |
| in_network.py:659 in |
| |
| 656 help="arbitrary comment string stored in metada |
| 657 |
| 658 args = parser.parse_args() |
| > 659 train(args) |
| 660 |
| |
| C:\AI\stable-diffusion-webui\extensions\kohya-sd-scripts-webui\kohya_ss\tra |
| in_network.py:52 in train |
| |
| 49 def train(args): |
| 50 session_id = random.randint(0, 2**32) |
| 51 training_started_at = time.time() |
| > 52 train_util.verify_training_args(args) |
| 53 train_util.prepare_dataset_args(args, True) |
| 54 |
| 55 cache_latents = args.cache_latents |
| |
| C:\AI\stable-diffusion-webui\extensions\kohya-sd-scripts-webui\kohya_ss\lib |
| rary\train_util.py:1612 in verify_training_args |
| |
| 1609 if args.v_parameterization and not args.v2: |
| 1610 print("v_parameterization should be with v2 / v1\u3067v_parameteriza |
| 1611 if args.v2 and args.clip_skip is not None: |
| > 1612 print("v2 with clip_skip will be unexpected / v2\u3067clip_skip\u3092\u4f7f |
| 1613 |
| 1614 |
| 1615 def add_dataset_arguments(parser: argparse.ArgumentParser, support_d |
| |
| C:\Users\RINO\AppData\Local\Programs\Python\Python310\lib\encodings\cp1252. |
| py:19 in encode |
| |
| 16 |
| 17 class IncrementalEncoder(codecs.IncrementalEncoder): |
| 18 def encode(self, input, final=False): |
| > 19 return codecs.charmap_encode(input,self.errors,encoding_table |
| 20 |
| 21 class IncrementalDecoder(codecs.IncrementalDecoder): |
| 22 def decode(self, input, final=False): |
+-----------------------------------------------------------------------------+
UnicodeEncodeError: 'charmap' codec can't encode character '\u3067' in position
41: character maps to