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

SunderAli17
/
SAK

Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
stable-diffusion
SAK
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use SunderAli17/SAK with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("SunderAli17/SAK", 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
SAK
Ctrl+K
Ctrl+K
  • 1 contributor
History: 43 commits
SunderAli17's picture
SunderAli17
Upload toonmage_v2.bin
31fce95 verified over 1 year ago
  • image_encoder
    Upload model.safetensors over 1 year ago
  • scheduler
    Create scheduler/scheduler_config.json over 1 year ago
  • text_encoder
    Delete text_encoder/sample.txt over 1 year ago
  • tokenizer
    Upload vocab.txt over 1 year ago
  • unet
    Upload diffusion_pytorch_model.safetensors over 1 year ago
  • vae
    Rename vae/diffusion_pytorch_model (1).safetensors to vae/diffusion_pytorch_model.safetensors over 1 year ago
  • .gitattributes
    1.63 kB
    Update .gitattributes over 1 year ago
  • README.md
    89 Bytes
    Update README.md over 1 year ago
  • model_index.json
    420 Bytes
    Create model_index.json over 1 year ago
  • toonmage_flux_v2.safetensors
    1.14 GB
    xet
    Upload toonmage_flux_v2.safetensors over 1 year ago
  • toonmage_v2.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.58 GB
    xet
    Upload toonmage_v2.bin over 1 year ago