Replies: 3 comments 3 replies
Based on what you implied your model did not come from OT, so not an OT bug. Please don’t submit help requests as bugs, you’ve not provided debug report log either? If a model trained in OneTrainer fails to load and you can provide the steps or I have misunderstood then please clarify. |
Hi there, sorry for the wrong issue type, Im not sure about which one use for simply ask help. Can you confirm that a model full finetuned on another trainer than OT ( let's said musubi ) cannot be used ( when converted to transformers files ) for training lora's on it ? |
|
converting to discussion |
Uh oh!
There was an error while loading. Please reload this page.
What happened?
Hello there, I have a hard time for convert my .safetensors finetuned z base image model to transformers then use it for train my lora on it with onetrainer, Im getting File "transformers/tokenization_utils_base.py", line 1210, in _set_model_specific_special_tokens
self.SPECIAL_TOKENS_ATTRIBUTES = self.SPECIAL_TOKENS_ATTRIBUTES + list(special_tokens.keys())
AttributeError: 'list' object has no attribute 'keys' , Is anyone know how to fix the issue ? 🙂 Not sure its a bug Thanks
What did you expect would happen?
.safetensors from full finetuned z base image supposed to be in diffusers files trainable with onetrainer ( lora training )
Relevant log output
Generate and upload debug_report.log
No response
All reactions