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

EarthnDusk
/
Epicv4Beta

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

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

  • Libraries
  • Diffusers

    How to use EarthnDusk/Epicv4Beta with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("EarthnDusk/Epicv4Beta", 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
Epicv4Beta
10.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
Duskfallcrew's picture
Duskfallcrew
Update README.md
a56bd29 verified over 1 year ago
  • EpicV4 Samples
    Upload 7 files about 3 years ago
  • .gitattributes
    2.19 kB
    Upload 7 files about 3 years ago
  • EpicMixV4.ckpt

    Detected Pickle imports (4)

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

    What is a pickle import?

    4.24 GB
    xet
    ckpt - camenduru/converter about 3 years ago
  • EpicMix_Vibrant.safetensors
    5.94 GB
    xet
    safetensors - camenduru/converter about 3 years ago
  • README.md
    2.82 kB
    Update README.md over 1 year ago