CivArchive
    xb_cyoa_style_2511 - c1-st2000
    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-Edit-2511](https://modelscope.ai/models/Qwen/Qwen-Image-Edit-2511) * Training Code: [DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) * Data amount:100 * Total training steps:2000 * 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 import QwenImagePipeline, ModelConfig from PIL import Image import torch pipe = QwenImagePipeline.from_pretrained( torch_dtype=torch.bfloat16, device="cuda", model_configs=[ ModelConfig(model_id="Qwen/Qwen-Image-Edit-2511", origin_file_pattern="transformer/diffusion_pytorch_model*.safetensors"), ModelConfig(model_id="Qwen/Qwen-Image", origin_file_pattern="text_encoder/model*.safetensors"), ModelConfig(model_id="Qwen/Qwen-Image", origin_file_pattern="vae/diffusion_pytorch_model.safetensors"), ], processor_config=ModelConfig(model_id="Qwen/Qwen-Image-Edit", origin_file_pattern="processor/"), ) pipe.load_lora(pipe.dit, ModelConfig(model_id="xbelanch/xb_cyoa_style_2511", origin_file_pattern="xb_cyoa_style_2511_c1-st2000.safetensors")) prompt = "Convert the image style to anime style." edit_image = Image.open("your_image.jpg") image = pipe(prompt, edit_image=[edit_image], edit_image_auto_resize=True, zero_cond_t=True) image.save("image.jpg") ```

    Description

    LoRA
    Qwen-Image

    Details

    Downloads
    19
    Platform
    Civision
    Platform Status
    Available
    Created
    5/24/2026
    Updated
    5/25/2026
    Deleted
    -
    Trigger Words:
    xb_cyoa_2511

    Files

    xb_cyoa_style_2511_c1-st2000.safetensors

    Mirrors