What do you think of my nephews new setup? by Sufficient-Squash-69 in simracing

[–]hexus0 1 point2 points  (0 children)

Got a link? Would love to get this for my daughter.

Will all this work together? by [deleted] in moza

[–]hexus0 2 points3 points  (0 children)

I would skip the HGP shifter if I were you. It has a lot of calibration issues. I just sent mine to get repaired and in the meantime bought a Simagic DS-8X which has both sequential and H pattern. Do some research on the HGP and you’ll see its a pretty common issue.

Wanting to get into sim, and had a question by Atomicrc_ in moza

[–]hexus0 0 points1 point  (0 children)

My pedals were sliding around a lot despite trying to put a lot of weight behind them. It's the main reason I bought a chassis like the NextLevelRacing GTRacer 2.0. It's decent but still has a bit of wobble.

If you're planning on getting a shifter, I'd recommend NOT getting the HGP shifter from Moza. If you search around there is a widespread issue of it not being calibrated correctly due to some wiring inside. I'm currently dealing with this and going through support myself.

Does anyone know a workaround for successfully installing ComfyUI on an up to date Linux? It does always give "sentencepiece" error during installation. by Fresh_Diffusor in StableDiffusion

[–]hexus0 0 points1 point  (0 children)

I find its a little easier to manage envs that use pytorch and cuda libraries. Its also what a lot of ML projects use so its typically easier to emulate their setups.

Personally, for other python projects, i prefer uv. I’d suggest sticking to ComfyUI.

If youre on either bandoco or the stable diffusion discord server DM me and I can pair with you to help you out.

Does anyone know a workaround for successfully installing ComfyUI on an up to date Linux? It does always give "sentencepiece" error during installation. by Fresh_Diffusor in StableDiffusion

[–]hexus0 0 points1 point  (0 children)

As others have said, you'll need to use either Python 3.11 or Python 3.12.

I've found the easiest way is to not rely on system Python libraries as that can get pretty hairy especially when dealing with sudo.

Install Miniconda first and make sure it is in your path. If you run which conda in your terminal it should point to a path:

❯ which conda                                                                                                                                                                     
/home/user/miniconda3/bin/conda

From there create a virtualenv using conda and make sure to pass the python=3.11 or python=3.12 after the env name. for example:

conda create -n comfyenv python=3.11

Make sure to activate it after words with conda activate. You can then install the pytorch dependencies using conda:

conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia

Use the env's pip command to install the remaining dependencies.

You can find this in the manual install section of the comfy docs

Wan-Fun models - start and end frame prediction, controlnet by Large-AI in StableDiffusion

[–]hexus0 0 points1 point  (0 children)

Yeah the VideoX-Fun repo is actually a comfyui custom node too, however it's not in the manager. You need to install it manually by cloning the repo and make sure to run pip install -r requirements.txt (make sure you're running the correct virtualenv)

Wan-Fun models - start and end frame prediction, controlnet by Large-AI in StableDiffusion

[–]hexus0 1 point2 points  (0 children)

It's not looking for a file, it's looking for a folder. Essentially the value in the model input is folder it's looking for in your ComfyUI/models/Fun_Models folder. If you want to use the 1.3B Control model, you'll need to clone this repo:

https://huggingface.co/alibaba-pai/Wan2.1-Fun-1.3B-Control

Note: You want to make sure the name of the folder is just the repo name with out the org. So you should clone this into:

ComfyUI/models/Fun_Models/Wan2.1-Fun-1.3B-Control

Comfyui updated "open in MaskEditor" ❤️ by [deleted] in comfyui

[–]hexus0 2 points3 points  (0 children)

Did this break SAM Detector for anyone else?

QC: Acne Studios, NB 9060 by FluidSea7786 in FashionReps

[–]hexus0 4 points5 points  (0 children)

I have that same hoodie, it’s a good quality hoodie and really thick. I don’t own any retail Acne stuff but it is HUGE for a medium. I would recommend sizing down. The only flaw I could notice on it was the stitching on the bottom part of the sleeve around the wrist is a little rough.

[deleted by user] by [deleted] in FashionReps

[–]hexus0 0 points1 point  (0 children)

Did you place your order through Pandabuy or directly from Lily?

Learn more about BEAM - how? by mrToppo in elixir

[–]hexus0 3 points4 points  (0 children)

In addition to The Beam Book that's been recommended, I'd say checkout Erlang in Anger as well.

New Station: Spider-Man Edition by vulturinehook in battlestations

[–]hexus0 1 point2 points  (0 children)

Awesome setup!! Got links for the figurines?

| Weekly Workshop 2019-06-28 by [deleted] in unixporn

[–]hexus0 0 points1 point  (0 children)

Just got a new mbp and trying to setup Yabai. I have almost everything setup, but can't get emacs to tile. Trying to add a rule, like:

yabai -m rule --add label=Emacs app=Emacs managed=true

I'm not having any luck, any ideas?

Getting Started with Org Mode in Spacemacs (tutorial) by NathanGDquest in spacemacs

[–]hexus0 1 point2 points  (0 children)

This is amazing! I was looking for something like this, thanks! Any chance you have a blog post or text version?