CivArchive
    Moebius_HiDream_O1 - 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: [HiDream-ai/HiDream-O1-Image](https://modelscope.ai/models/HiDream-ai/HiDream-O1-Image) * Training Code: [DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) * Data amount:53 * Total training steps:5000 * License: Apache-2.0 ## Inference Code Install [DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio): ```bash pip install diffsynth ``` Inference: ```python from diffsynth.pipelines.hidream_o1_image import HiDreamO1ImagePipeline, ModelConfig import torch pipe = HiDreamO1ImagePipeline.from_pretrained( torch_dtype=torch.bfloat16, device="cuda", model_configs=[ ModelConfig(model_id="HiDream-ai/HiDream-O1-Image", origin_file_pattern="*.safetensors"), ], processor_config=ModelConfig(model_id="HiDream-ai/HiDream-O1-Image"), ) pipe.load_lora(pipe.dit, ModelConfig(model_id="Trapdaar/Moebius_HiDream_O1", origin_file_pattern="Moebius_HiDream_O1_c1-st5000.safetensors")) prompt = "a cat" image = pipe(prompt=prompt, num_inference_steps=30, cfg_scale=4) image.save("image.jpg") ```

    Description

    LoRA
    HiDream-O1

    Details

    Downloads
    56
    Platform
    Civision
    Platform Status
    Available
    Created
    6/19/2026
    Updated
    6/19/2026
    Deleted
    -
    Trigger Words:
    m03b1us

    Files

    Moebius_HiDream_O1_c1-st2000.safetensors