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

y1m1ng
/
test_dome

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

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

  • Libraries
  • Diffusers

    How to use y1m1ng/test_dome with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("y1m1ng/test_dome", 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
test_dome
13.1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 35 commits
y1m1ng's picture
y1m1ng
Delete v60.safetensors
5243b21 over 2 years ago
  • feature_extractor
    init other files over 2 years ago
  • safety_checker
    Upload pytorch_model.bin over 2 years ago
  • scheduler
    init other files over 2 years ago
  • text_encoder
    Upload pytorch_model.bin over 2 years ago
  • tokenizer
    init other files over 2 years ago
  • unet
    Upload diffusion_pytorch_model.safetensors over 2 years ago
  • vae
    Upload 2 files over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • .gitignore
    45 Bytes
    init other files over 2 years ago
  • README.md
    14.5 kB
    init other files over 2 years ago
  • model_index.json
    541 Bytes
    Upload model_index.json over 2 years ago
  • scheduler_scheduler_config.json
    308 Bytes
    Upload scheduler_scheduler_config.json over 2 years ago
  • v1-inference.yaml
    1.87 kB
    init other files over 2 years ago
  • zaha.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.13 GB
    xet
    Upload zaha.ckpt over 2 years ago