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

luongphamit
/
NeverEnding-Dream

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

Instructions to use luongphamit/NeverEnding-Dream with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use luongphamit/NeverEnding-Dream with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("luongphamit/NeverEnding-Dream", 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
NeverEnding-Dream
26.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
luongphamit's picture
luongphamit
enable inference
19dabb6 about 3 years ago
  • feature_extractor
    init about 3 years ago
  • safety_checker
    init about 3 years ago
  • scheduler
    init about 3 years ago
  • text_encoder
    init about 3 years ago
  • tokenizer
    init about 3 years ago
  • unet
    init about 3 years ago
  • vae
    init about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • 1.png
    1.65 MB
    LFS
    init about 3 years ago
  • 2.png
    1.5 MB
    LFS
    init about 3 years ago
  • 3.png
    1.43 MB
    LFS
    init about 3 years ago
  • 4.png
    1.27 MB
    LFS
    init about 3 years ago
  • 5.png
    1.93 MB
    LFS
    init about 3 years ago
  • 6.jpg
    414 kB
    init about 3 years ago
  • NeverEndingDream_fp16.safetensors
    2.13 GB
    LFS
    init about 3 years ago
  • NeverEndingDream_ft_mse-inpainting.inpainting.safetensors
    4.27 GB
    LFS
    init about 3 years ago
  • NeverEndingDream_ft_mse.safetensors
    4.27 GB
    LFS
    init about 3 years ago
  • NeverendingDream_ft_mse.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    4.27 GB
    LFS
    init about 3 years ago
  • NeverendingDream_noVae.safetensors
    4.27 GB
    LFS
    init about 3 years ago
  • NeverendingDream_noVae_fp16.safetensors
    2.13 GB
    LFS
    init about 3 years ago
  • README.md
    1.03 kB
    enable inference about 3 years ago
  • model_index.json
    579 Bytes
    init about 3 years ago