Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

kmax002
/
Z_base_guy_nsfw

Text-to-Image
Diffusers
Safetensors
English
ZImagePipeline
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use kmax002/Z_base_guy_nsfw with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("kmax002/Z_base_guy_nsfw", 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
Z_base_guy_nsfw
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kmax002's picture
kmax002
Upload 21 files
a118cb3 verified 3 months ago
  • scheduler
    Upload 21 files 3 months ago
  • text_encoder
    Upload 21 files 3 months ago
  • tokenizer
    Upload 21 files 3 months ago
  • transformer
    Upload 21 files 3 months ago
  • vae
    Upload 21 files 3 months ago
  • .gitattributes
    1.79 kB
    Upload 21 files 3 months ago
  • README.md
    6.14 kB
    Upload 21 files 3 months ago
  • model_index.json
    490 Bytes
    Upload 21 files 3 months ago
  • teaser.jpg
    8.98 MB
    xet
    Upload 21 files 3 months ago