Skip to content

Qwen image edit doesn't always work on AMD HIP/ROCm #106

@wasd-tech

Description

@wasd-tech

Hi! I'm a huge fan of this project, it's helped me with video generation on my RX 9070 XT. Recently, I created a workflow for Qwen image editing and wanted to use DistorchLoader to load the GGUF. The problem is that, when it comes to processing the prompt, it loads the clip but also allocates memory for the model because Power LoRA takes both the model and the clip as input. This behaviour completely destroys the workflow because it does not try to use the allocated memory, but instead tries to reload the model. Ultimately, at the ksampler, it just hangs indefinitely.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationexpected/normal behaviorThis issue describes normal operation and is not currently targeted for change

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions