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

Hemlok
/
GingerMix

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

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

  • Libraries
  • Diffusers

    How to use Hemlok/GingerMix with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Hemlok/GingerMix", 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
GingerMix
43.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
Hemlok's picture
Hemlok
Update README.md
0a7a0b3 over 3 years ago
  • Image
    Upload sp1.png over 3 years ago
  • feature_extractor
    Diffusers over 3 years ago
  • safety_checker
    Diffusers over 3 years ago
  • scheduler
    Diffusers over 3 years ago
  • text_encoder
    Diffusers over 3 years ago
  • tokenizer
    Diffusers over 3 years ago
  • unet
    Diffusers over 3 years ago
  • vae
    Diffusers over 3 years ago
  • .gitattributes
    2.09 kB
    Upload sp1.png over 3 years ago
  • GingerMix-fp16.ckpt
    2.13 GB
    xet
    Upload GingerMix-fp16.ckpt with huggingface_hub over 3 years ago
  • GingerMix.ckpt
    7.7 GB
    xet
    Upload 5 files over 3 years ago
  • GingerMix.safetensors
    4.27 GB
    xet
    Upload 5 files over 3 years ago
  • GingerMixR-fp16.ckpt
    2.13 GB
    xet
    Upload GingerMixR-fp16.ckpt with huggingface_hub over 3 years ago
  • GingerMixR.ckpt
    7.7 GB
    xet
    Upload 5 files over 3 years ago
  • GingerMixR.safetensors
    4.27 GB
    xet
    Upload 5 files over 3 years ago
  • GingerV1-fp16.ckpt
    2.13 GB
    xet
    Upload GingerV1-fp16.ckpt with huggingface_hub over 3 years ago
  • GingerV1.ckpt
    7.7 GB
    xet
    Upload 5 files over 3 years ago
  • README.md
    2.58 kB
    Update README.md over 3 years ago
  • model_index.json
    579 Bytes
    Diffusers over 3 years ago