CivArchive
    Preview 1
    # ## Model Introduction This model is trained using the [Civision/model training](https://modelscope.ai/civision/modelTraining) environment and computing resources provided by ModelScope. * Model Type: LoRA * Base Model: [Qwen/Qwen-Image-2.1](https://modelscope.ai/models/Qwen/Qwen-Image-2.1) * Training Code: [DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) * Data amount:167 * Total training steps:6000 * License: Apache-2.0 ## Inference Code Install [DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio): ```bash pip install diffsynth ``` Inference: ```python from diffsynth.pipelines.qwen_image_21 import QwenImage21Pipeline, ModelConfig import torch pipe = QwenImage21Pipeline.from_pretrained( torch_dtype=torch.bfloat16, device="cuda", model_configs=[ ModelConfig(model_id="Qwen/Qwen-Image-2.1", origin_file_pattern="transformer/diffusion_pytorch_model*.safetensors"), ModelConfig(model_id="Qwen/Qwen-Image-2.1", origin_file_pattern="text_encoder/model*.safetensors"), ModelConfig(model_id="Qwen/Qwen-Image-2.1", origin_file_pattern="vae/diffusion_pytorch_model*.safetensors"), ], processor_config=ModelConfig(model_id="Qwen/Qwen-Image-2.1", origin_file_pattern="processor/"), ) pipe.load_lora(pipe.dit, ModelConfig(model_id="Zabinzsur/Ideogrammatic_qwen21", origin_file_pattern="Ideogrammatic_qwen21_c1-st6000.safetensors")) prompt = "a cat" image = pipe(prompt, seed=0, num_inference_steps=50) image.save("image.png") ```

    Description

    LoRA
    Qwen-Image-2.1

    Details

    Downloads
    6
    Platform
    Civision
    Platform Status
    Available
    Created
    9/22/2026
    Updated
    9/23/2026
    Deleted
    -
    Trigger Words:
    1d3ogr4m

    Files

    Ideogrammatic_qwen21_c1-st1000.safetensors