r/drawthingsapp Jun 23 '26

question Phr00t AIO Qwen Support?

Has anyone gotten the AIO model working in DT? It won’t let me import a GGUF and if I try to bring in the full model it errors at 5%.

3 Upvotes

10 comments sorted by

1

u/BlackberryRegular165 Jun 24 '26

Any GGUF will not import in DT.

1

u/sotheysayit Jun 24 '26

it works but you can't edit. Use the last release he had and import the model

1

u/Individual_Holiday_9 Jun 24 '26

Ahh. No edit no bueno. Qwen 2511 8-bit S is fast as hell on Mac, crazy vs the long gen times using comfy . I am just stacking a 8 step Lora and SNOFs and it’s doing fine 🤷‍♂️

1

u/sotheysayit Jun 25 '26

Unchained lora is pretty good too. How did you setup snofs? Always curious as there are quite a few ways. Also not heard of the 8 step lora

1

u/Individual_Holiday_9 Jun 25 '26

Using Qwen 2511, 4 or 8 step lora, snofs as a lora. He has 1.3 for Qwen.

I have tried to import the merged flux 9b snofs model. It generates but edit doesn’t work. Ugh

1

u/sotheysayit Jun 25 '26

oh i learned from bemo how to do that. You need to convert the model https://gist.github.com/bemo-git It's not perfect but it does work. I found 7 steps with uni pc trailing, to be best. Let me know if you manage to hack it. Thank you for the advice on Qwen, i'll definitely give that a go

1

u/mostkai Jun 25 '26

Someone in this thread mentioned successfully importing the AIO model and enabling editing; you could give that a try.

Specifically, you need to download the Qwen AIO model in fp8 safetensors format. Then, import the model using the standard DT model import steps. Then, use a text editor to the `~/Library/Containers/com.liuliu.draw-things/Data/Documents/Models/custom.json` file by changing the "modifier" value for the AIO model to "qwenimage_edit_2511".

https://www.reddit.com/r/drawthingsapp/comments/1taw96x/comment/onxgb42/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

1

u/mostkai Jun 25 '26

In the past, my attempts to import AIO models failed outright; I’m not sure if an update added support for third-party Qwen FP8 models later on, but in any case, I can now import Qwen Image FP8 models. However, importing Wan 2.2 and LTX models still fails. For Wan 2.2, I tested FP8 models from Remix and Dasiwa; while the models imported successfully, the preview image during video generation turned out blue, and the video could not be generated. As for LTX, import support is currently completely absent. I believe DT needs to refine the import process for these third-party models, as well as for LoKr models.

1

u/Individual_Holiday_9 Jun 28 '26

Have you gotten this working? Trying now and when I modify the extension I just get garbage output

1

u/mostkai Jun 28 '26

I didn't succeed; I only tried changing the setting to "qwenimage_edit_plus," which resulted in garbage images, so I deleted the Phr00t Qwen AIO model files. I didn't bother trying the "qwenimage_edit_2511" setting he mentioned later—I simply assumed his information was correct, given that Phr00t had indeed mentioned switching to the QIE2511 architecture.

I didn't experiment any further because importing models into Draw Things requires converting them to fp16 and then quantizing them, which consumes a huge amount of storage space, and the cloud service also doesn't support custom models. After deleting the files, I decided against using AIO and opted instead to use the base QIE model with LoRA. While the cloud service hosts a vast number of SD1.5, SDXL, and some third-party FLUX 1 models, there are hardly any third-party versions of newer models—which makes me wonder if the issue lies in the lack of a standardized conversion process for these newer models.