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

  • Log In
  • Sign Up

coreco
/
seek.art_MEGA

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

Instructions to use coreco/seek.art_MEGA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use coreco/seek.art_MEGA with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("coreco/seek.art_MEGA", 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
seek.art_MEGA
7.96 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 14 commits
patrickvonplaten's picture
patrickvonplaten
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#9)
99f2cc8 almost 3 years ago
  • feature_extractor
    initial over 3 years ago
  • safety_checker
    initial over 3 years ago
  • scheduler
    initial over 3 years ago
  • text_encoder
    initial over 3 years ago
  • tokenizer
    initial over 3 years ago
  • unet
    initial over 3 years ago
  • vae
    initial over 3 years ago
  • .gitattributes
    1.53 kB
    initial over 3 years ago
  • LICENSE.txt
    13.3 kB
    Updated license over 3 years ago
  • README.md
    3.56 kB
    Update README.md over 3 years ago
  • examples.png
    5.53 MB
    xet
    initial over 3 years ago
  • model_index.json
    577 Bytes
    Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#9) almost 3 years ago
  • seek_art_mega_v1.ckpt

    Detected Pickle imports (4)

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

    What is a pickle import?

    2.13 GB
    xet
    initial over 3 years ago
  • vae-ft-mse-840000-ema-recommended.ckpt

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "torch.IntStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    335 MB
    xet
    adding recommended VAE over 3 years ago