Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

idlebg
/
easter-fusion

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

Instructions to use idlebg/easter-fusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use idlebg/easter-fusion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("idlebg/easter-fusion", 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 Settings
  • Draw Things
  • DiffusionBee
easter-fusion
29.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
idlebg's picture
idlebg
Upload model.safetensors
1043e4d almost 3 years ago
  • feature_extractor
    Adding `diffusers` weights of this model (#9) almost 3 years ago
  • safety_checker
    Adding `diffusers` weights of this model (#9) almost 3 years ago
  • scheduler
    Adding `diffusers` weights of this model (#9) almost 3 years ago
  • text_encoder
    Adding `diffusers` weights of this model (#9) almost 3 years ago
  • tokenizer
    Adding `diffusers` weights of this model (#9) almost 3 years ago
  • unet
    Adding `diffusers` weights of this model (#9) almost 3 years ago
  • vae
    Adding `diffusers` weights of this model (#9) almost 3 years ago
  • .gitattributes
    1.54 kB
    Update .gitattributes almost 3 years ago
  • Lora-easter-fusion-v2.safetensors
    707 MB
    xet
    Upload 3 files about 3 years ago
  • README.md
    2.58 kB
    Update README.md almost 3 years ago
  • easter-fusion.ckpt

    Detected Pickle imports (4)

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

    What is a pickle import?

    4.27 GB
    xet
    Rename easter-fusion-1.ckpt to easter-fusion.ckpt almost 3 years ago
  • easter-fusion.safetensors
    4.27 GB
    xet
    Rename easter-fusion-v1.safetensors to easter-fusion.safetensors almost 3 years ago
  • model.safetensors
    4.27 GB
    xet
    Upload model.safetensors almost 3 years ago
  • model_index.json
    584 Bytes
    Adding `diffusers` weights of this model (#9) almost 3 years ago