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

  • Log In
  • Sign Up

mlii0117
/
sd1.5_MPECT

Diffusers
Safetensors
StableDiffusionInstructPix2PixPipeline
Model card Files Files and versions
xet
Community

Instructions to use mlii0117/sd1.5_MPECT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use mlii0117/sd1.5_MPECT with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("mlii0117/sd1.5_MPECT", 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
sd1.5_MPECT
5.07 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
mlii0117's picture
mlii0117
Update README.md
6b2bb5f verified 10 months ago
  • feature_extractor
    Upload model 11 months ago
  • safety_checker
    Upload 15 files 10 months ago
  • scheduler
    Upload 15 files 10 months ago
  • text_encoder
    Upload 15 files 10 months ago
  • tokenizer
    Upload model 11 months ago
  • unet
    Upload 15 files 10 months ago
  • vae
    Upload 15 files 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    6.03 kB
    Update README.md 10 months ago
  • model_index.json
    708 Bytes
    Upload 15 files 10 months ago