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

Cosmo-Hug
/
FeverDream

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

Instructions to use Cosmo-Hug/FeverDream with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Cosmo-Hug/FeverDream with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Cosmo-Hug/FeverDream", torch_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
FeverDream
12.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
Cosmo-Hug's picture
Cosmo-Hug
Upload FeverDream-v1.inpainting.ckpt
d284b67 over 3 years ago
  • scheduler
    Upload 13 files over 3 years ago
  • text_encoder
    Upload 13 files over 3 years ago
  • tokenizer
    Upload 13 files over 3 years ago
  • unet
    Upload 13 files over 3 years ago
  • vae
    Upload 13 files over 3 years ago
  • .gitattributes
    1.99 kB
    Upload 4 files over 3 years ago
  • Example01.png
    2.17 MB
    xet
    Upload 4 files over 3 years ago
  • Example02.png
    1.47 MB
    xet
    Upload 4 files over 3 years ago
  • Example03.png
    2.14 MB
    xet
    Upload 4 files over 3 years ago
  • Example04.png
    2.32 MB
    xet
    Upload 4 files over 3 years ago
  • FeverDream-v1.ckpt
    2.13 GB
    xet
    Upload FeverDream-v1.ckpt over 3 years ago
  • FeverDream-v1.inpainting.ckpt
    2.13 GB
    xet
    Upload FeverDream-v1.inpainting.ckpt over 3 years ago
  • FeverDream_VAE-BakedIn.safetensors
    2.13 GB
    xet
    Upload 13 files over 3 years ago
  • INPAINT-FeverDream_VAE-BakedIn.inpainting.safetensors
    2.13 GB
    xet
    Upload 13 files over 3 years ago
  • README.md
    5.04 kB
    Update README.md over 3 years ago
  • diffusion_pytorch_model-002.bin
    3.44 GB
    xet
    Upload diffusion_pytorch_model-002.bin over 3 years ago
  • model_index.json
    511 Bytes
    Upload 13 files over 3 years ago