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

DGSpitzer
/
Cyberpunk-Anime-Diffusion

Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
cyberpunk
anime
waifu-diffusion
stable-diffusion
aiart
Model card Files Files and versions
xet
Community
38

Instructions to use DGSpitzer/Cyberpunk-Anime-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use DGSpitzer/Cyberpunk-Anime-Diffusion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("DGSpitzer/Cyberpunk-Anime-Diffusion", 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
Cyberpunk-Anime-Diffusion
Ctrl+K
Ctrl+K
  • 6 contributors
History: 49 commits
Selbell's picture
Selbell
Adding `safetensors` variant of this model
40f6923 over 3 years ago
  • feature_extractor
    Add Diffuser Part1 over 3 years ago
  • img
    Upload ReadmeAddon.jpg over 3 years ago
  • safety_checker
    Adding `safetensors` variant of this model over 3 years ago
  • scheduler
    Add `clip_sample=False` to scheduler to make model compatible with DDIM. (#33) over 3 years ago
  • text_encoder
    Adding `safetensors` variant of this model over 3 years ago
  • tokenizer
    Add Diffuser Part1 over 3 years ago
  • unet
    Adding `safetensors` variant of this model over 3 years ago
  • vae
    Adding `safetensors` variant of this model over 3 years ago
  • .gitattributes
    1.59 kB
    Upload images over 3 years ago
  • Cyberpunk-Anime-Diffusion.ckpt

    Detected Pickle imports (5)

    • "torch.HalfStorage",
    • "collections.OrderedDict",
    • "pytorch_lightning.callbacks.model_checkpoint.ModelCheckpoint",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    How to fix it?

    2.13 GB
    xet
    Upload Cyberpunk-Anime-Diffusion.ckpt over 3 years ago
  • Cyberpunk-Anime-Diffusion.safetensors
    2.13 GB
    xet
    Adding `safetensors` variant of this model over 3 years ago
  • LICENSE
    15.4 kB
    Upload 3 files over 3 years ago
  • README.md
    5.42 kB
    Update README.md over 3 years ago
  • cyberpunk_anime_diffusion.ipynb
    1.89 MB
    Upload cyberpunk_anime_diffusion.ipynb over 3 years ago
  • model_index.json
    543 Bytes
    Add Diffuser Part1 over 3 years ago