← Workflows

Qwen Multi-Angle (re-angle a still)

Image → Image

Re-shoot an existing image of the same subject from a new camera angle. Qwen-Image-Edit-2511 + multi-angle LoRA holds identity, clothing, and lighting while changing the camera viewpoint. Produces a sibling of the source still at a different angle.

qwen_multiangle12 GB VRAM31.3 GB of weights
The blue and white porcelain teapot seen from a front-right quarter angle, spout left and handle right, on the same table.
Made with qwen_multiangle on our own hardware. Prompt: “front-right quarter view eye-level shot medium shot”

Calling it

FlixML has no generate button: you tell your agent what you want and it calls the API on your install. The id is what names this workflow.

POST /api/image/generate
{
  "workflow": "qwen_multiangle",
  "image": 0,
  "prompt": 0
}

Parameters

imagestringrequired

Source image filename or Studio output path to re-angle

promptstringrequired

Camera-angle spec only (the <sks> trigger is prepended automatically; do NOT pass a character/scene prompt here). Format: '<azimuth> view <elevation> shot <distance>'. Azimuth: front | front-right quarter | right side | back-right quarter | back | back-left quarter | left side | front-left quarter. Elevation: low-angle | eye-level | elevated | high-angle. Distance: wide shot | medium shot | close-up. Example: 'front-right quarter view eye-level shot medium shot'

seedintegerdefault 42

Your install is the source of truth: GET /api/workflows returns these parameters as they are on your machine.

What it costs to run

Uses the fp8 model file, same as qwen_pose_edit, where fp8 tested about 40% faster than the Q4_K_M .gguf on an RTX 4070 Ti (2026-09-14). Also runs with this workflow's multi-angle LoRA on the fp8 file (tested 2026-09-14).

Same input, different job