Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

robotjung
/
SemiRealMix

Text-to-Image
Diffusers
English
StableDiffusionPipeline
stable-diffusion
Model card Files Files and versions
xet
Community

Instructions to use robotjung/SemiRealMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use robotjung/SemiRealMix with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("robotjung/SemiRealMix", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
SemiRealMix
10.1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
robotjung's picture
robotjung
change file name
d968b1d about 3 years ago
  • .idea
    change file name about 3 years ago
  • feature_extractor
    first commit about 3 years ago
  • safety_checker
    first commit about 3 years ago
  • scheduler
    first commit about 3 years ago
  • text_encoder
    first commit about 3 years ago
  • tokenizer
    first commit about 3 years ago
  • unet
    first commit about 3 years ago
  • vae
    first commit about 3 years ago
  • .gitattributes
    1.73 kB
    Upload 8 files about 3 years ago
  • README.md
    2.41 kB
    Update README.md about 3 years ago
  • SemiRealMix.ckpt

    Detected Pickle imports (3)

    • "torch.HalfStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    2.13 GB
    xet
    change file name about 3 years ago
  • SemiRealMix.safetensors
    2.13 GB
    xet
    change file name about 3 years ago
  • example-1.png
    1.53 MB
    xet
    Upload 8 files about 3 years ago
  • example-2.png
    1.53 MB
    xet
    Upload 8 files about 3 years ago
  • example-3.png
    1.5 MB
    xet
    Upload 8 files about 3 years ago
  • example-4.png
    456 kB
    Upload 8 files about 3 years ago
  • example-5.png
    515 kB
    Upload 8 files about 3 years ago
  • example-6.png
    488 kB
    Upload 8 files about 3 years ago
  • example-7.png
    1.43 MB
    xet
    Upload 8 files about 3 years ago
  • example-8.png
    1.8 MB
    xet
    Upload 8 files about 3 years ago
  • model_index.json
    584 Bytes
    first commit about 3 years ago