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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

PickleYard
/
Elysian-Fields

Text-to-Image
Diffusers
English
StableDiffusionPipeline
artificial-intelligence
ai-art
anime-style
content-creation
animation
dreamshaper
Model card Files Files and versions
xet
Community
1

Instructions to use PickleYard/Elysian-Fields with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use PickleYard/Elysian-Fields with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("PickleYard/Elysian-Fields", 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
Elysian-Fields
13.6 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
IsekaiWonderland's picture
IsekaiWonderland
Update README.md
332d936 about 3 years ago
  • feature_extractor
    Initial model upload about 3 years ago
  • safety_checker
    Initial model upload about 3 years ago
  • scheduler
    Initial model upload about 3 years ago
  • text_encoder
    Initial model upload about 3 years ago
  • tokenizer
    Initial model upload about 3 years ago
  • unet
    Initial model upload about 3 years ago
  • vae
    Initial model upload about 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • BadDream.pt
    213 kB
    xet
    Initial model upload about 3 years ago
  • FastNegativeEmbedding (1).pt
    161 kB
    xet
    Initial model upload about 3 years ago
  • FastNegativeEmbeddingStrong.pt
    161 kB
    xet
    Initial model upload about 3 years ago
  • README.md
    1.05 kB
    Update README.md about 3 years ago
  • UnrealisticDream.pt
    115 kB
    xet
    Initial model upload about 3 years ago
  • dreamshaper_631BakedVae.safetensors
    2.13 GB
    xet
    Initial model upload about 3 years ago
  • dreamshaper_631BakedVaeBaseModel.safetensors
    5.96 GB
    xet
    Initial model upload about 3 years ago
  • model_index.json
    579 Bytes
    Initial model upload about 3 years ago