Special Files where to place?

#7
by MarioLuna - opened

Hi
Do the following files need to be placed in a folder: create_360_sweep_frames.py - run_qwen_image_int8.py - run_qwen_image_nf4.py?

@MarioLuna Those files are just examples of ways that you can run the model with diffusers. They don't need to be placed anywhere specific, but you do need to ensure the path to the models in the script matches where you put them.

This model doesn't require any special code to run, so you can run the model with any Qwen-Image + LoRA script you want. Just make sure the paths are correct.

Sign up or log in to comment