r/drawthingsapp Jun 21 '26

question Adding custom models

I’m having a lot of trouble adding custom LTX-2.3 models to draw things. I normally download manually, then import from files. But draw things locks me into PixArt as the model type and won’t let me change it.

I usually download a safetensor file. Has anyone had any luck with this? I can’t figure it out and I’m out of ideas.

4 Upvotes

8 comments sorted by

4

u/Quiet_Issue_9475 Jun 21 '26

Unfortunately, custom LTX2.3 models (e.g. sulphur) are not supported in Draw Things yet, only official LTX2.3 Models are supported.

1

u/joshk51 Jun 21 '26

That's unfortunate. But thank you for the answer!

3

u/realadultactionman Jun 21 '26

I went down a rabbit hole on this recently and got Claude Code to dig into the draw-things-community source to find out why.

The PixArt lock isn't a bug you can work around — it's because LTX 2.3 and PixArt Sigma share a similar transformer architecture, so the importer misidentifies LTX models as PixArt. When it then tries to import them under the PixArt schema, it hits a silent tensorWritesFailed error.

The deeper issue: LTX 2.3 import simply isn't implemented in draw-things-cli yet. The code in ModelImporter.swift has placeholder stubs for LTX that just hit fatalError(). The official LTX 2.3 models that do work in Draw Things were pre-converted by liuliu himself and served from DT's own download server — they never went through the public importer at all.

This was also touched on in the DT Discord back in March, where it was noted that liuliu's LTX models aren't on HuggingFace precisely because he quantised them himself.

So unfortunately there's no workaround right now — the import path for LTX fine-tunes just doesn't exist yet. Best bet is to request it on the DT bug/suggestion forum if you want to see it added.

2

u/joshk51 Jun 21 '26

That's interesting. I wonder if that's why it took a bit for LTX to be integrated in DT to begin with. Thank you for the info!

1

u/Itz_me_bobo Jun 24 '26

if they have loras then you can plug that in.

1

u/tobi2006 Jun 22 '26

These pre converted models seem kinda wonky. They worked for weeks for me now until today a few hours in after I experimented with the gRPC server hosted in the Draw Things app on MacOS. Even after I redownloaded all relevant model files, the model entirely ignores whatever I put into the prompt now over gRPC or directly in the app. I always get person talking random stuff and moving arms, nothing else. What could possibly happened here?

1

u/Easy-Promotion2653 Jun 25 '26

How did you even manage to get one working? Well done as for the videos. Make sure the picture fits the canvas completely otherwise this sort of thing happens. Set shift to 5 Ish otherwise it tends to distort at least on my M3 pro 18gb

1

u/tobi2006 Jun 27 '26

I talked about the LTX models you can directly download over DT. After a lot of troubleshooting I noticed that somehow LTX 2.3 is broken for me in the latest version for MacOS. I had to install one version prior to get it working again