Maatra

Results 39 comments of Maatra

accelerate tracker does not support list arguments, | #Accelerate values need to have type `bool`,`str`, `float`, `int`, or `None`. as per it's documentation.

The implementation right now is to convert all objects to string before passing them to the accelerator tracker. This is done using format string f"{obj}" which calls the obj.\_\_str__() method....

You would have to find where the "Aditional arguments" are defined and either change the type of the elements to one that has a \_\_str__() method or defined it yourself...

No worries and thanks for all the work you do on sd-scripts! Yes this replaces each of the PR in my initial comment, #959 was much better written than #1231...

This wouldn't affect normal workflow if not using wandb, that is because the extra configs are passed within the ['wandb'] key of the configs. This also is not a breaking...

@rafstahelin check out #1285

the model takes one image as an input. You can process your multiple image sequentially, but then they wouldn't share any information. There is probably better models out there for...

I haven't looked at 3D models, you would probably need something more than stitching. Models are great at learning but you want to give them as much prior information as...

Just to clarify for others, the current fix is to run `shopify app deploy` and `shopify app dev` in separate terminals, making sure to run the dev process BEFORE the...