CivArchive
    SigmaJourney - v1.0
    NSFW
    Preview 18379181
    Preview 18379187
    Preview 18379178
    Preview 18379195
    Preview 18379179
    Preview 18379194
    Preview 18379192
    Preview 18379190
    Preview 18379184
    Preview 18379182
    Preview 18379180
    Preview 18379186
    Preview 18379193
    Preview 18379611
    Preview 18379609
    Preview 18379613
    Preview 18379612
    Preview 18379610
    Preview 18379614

    SigmaJourney - Pixart E + MJv6

    This is a finetuned version of Pixart Sigma (E).

    Improvement in aesthetic

    Enhanced MidJourney v6 Style

    Usage:

    import torch
    from diffusers import DiffusionPipeline, EulerAncestralDiscreteScheduler
    from diffusers.models import PixArtTransformer2DModel
    
    
    model_id = "TensorFamily/SigmaJourney"
    negative_prompt = "malformed, disgusting, overexposed, washed-out"
    
    pipeline = DiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
    pipeline.scheduler = EulerAncestralDiscreteScheduler.from_config(pipeline.scheduler.config)
    pipeline.to('cuda' if torch.cuda.is_available() else 'cpu')
    
    prompt = "On the left, there is a red cube. On the right, there is a blue sphere. On top of the red cube is a dog. On top of the blue sphere is a cat"
    image = pipeline(
        prompt=prompt,
        negative_prompt='blurry, cropped, ugly',
        num_inference_steps=30,
        generator=torch.Generator(device='cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu').manual_seed(1641421826),
        width=1024,
        height=1024,
        guidance_scale=5.5,
    ).images[0]
    image.save("output.jpg")
    

    Description

    FAQ

    Checkpoint
    PixArt E

    Details

    Downloads
    111
    Platform
    CivitAI
    Platform Status
    Available
    Created
    7/4/2024
    Updated
    4/30/2026
    Deleted
    -

    Files

    sigmajourney_v10.safetensors

    Mirrors

    CivitAI (1 mirrors)

    Available On (1 platform)

    Same model published on other platforms. May have additional downloads or version variants.