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

nakayama
/
DeDeDe

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

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

  • Libraries
  • Diffusers

    How to use nakayama/DeDeDe with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("nakayama/DeDeDe", 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
DeDeDe
85.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 47 commits
nakayama's picture
nakayama
librarian-bot's picture
librarian-bot
Librarian Bot: Update dataset YAML metadata for model (#1)
8b938a8 over 3 years ago
  • controlnet
    Upload 8 files over 3 years ago
  • img
    Upload image06.png over 3 years ago
  • instruct_pix2pix
    readme修正、フォルダ作成 over 3 years ago
  • scheduler
    Diffusersに変換したファイル群を追加 over 3 years ago
  • text_encoder
    Diffusersに変換したファイル群を追加 over 3 years ago
  • tokenizer
    Diffusers変換のベースをSD1.5に変更 over 3 years ago
  • unet
    Diffusers変換のベースをSD1.5に変更 over 3 years ago
  • vae
    Diffusersに変換したファイル群を追加 over 3 years ago
  • .gitattributes
    2.98 kB
    gitattributes修正 over 3 years ago
  • DeDeDe.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    4.27 GB
    xet
    モデル追加 over 3 years ago
  • DeDeDe.safetensors
    4.27 GB
    xet
    モデル追加 over 3 years ago
  • License.md
    14.5 kB
    Update License.md over 3 years ago
  • MIT-License
    1.07 kB
    Create MIT-License over 3 years ago
  • README-en.md
    11.8 kB
    Update README-en.md over 3 years ago
  • README.md
    13.3 kB
    Librarian Bot: Update dataset YAML metadata for model (#1) over 3 years ago
  • model_index.json
    511 Bytes
    Diffusersに変換したファイル群を追加 over 3 years ago