j_jones
j_jones
Same in US Store. Why is it not available?
I decided to try to debug this and i see now in the ruby console this stack trace  which reads: Error: # /users/.../library/application support/sketchup 2017/sketchup/plugins/fredo6_fredoguides/bootstrap_fredoguides.rbe:488 in 'path' /users/.../library/application support/sketchup...
Ok, I disabled the Fredo Guides plugin and tried again, and now I get this stack trace  which reads Error: # /Users/.../Library/Application Support/Sketchup 2017/Sketchup/Plugins/ae_console/features/feature_wrap_in_undo.rb:36:in 'abort_operation' /Users/.../Library/Application Support/Sketchup 2017/Sketchup/Plugins/ae_console/features/feature_wrap_in_undo.rb:36:in 'block...
Ok, I found the problem. I added a few print statements to feature_wrap_in_undo.rb and it revealed this Initialize_console: command: Sketchup.active_model metadata {"id"=>0, "line_number"=>1, "type"=>"input"} undo_current_operation: true model: # undo-counter: 1...
Well, here is a video that will show how the error happens https://drive.google.com/file/d/1lY1q0WirPnZg5TAgWzEYvkBXVY-hMBja/view?usp=drive_link Basically, go to tutorials, choose Introduction: Finding your way through sketchup, step 1, start Then it asks...
There's been a lot of progress on the pytorch side... any hope for CLIP and M1 Apple Silicon? https://github.com/pytorch/pytorch/issues/77764
Same problem happens with TensorFlow 2.10.0-rc0 and 2.9.1 on Mac M1 Pro
I've run style2paints v3 on mac for a while now, but it won't run on the new M1 mac for me yet. Nothing compiles and dependencies are incompatible.
I tried it out with the latest code and set the torch.device to 'mps' and it worked! The 'flavor chain' part is very slow, but it seemed to finish even...
So, the solution seems to be to log into huggingface and then enter your auth token ``` from huggingface_hub import login login() ``` My question is, if all the files...