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

  • Log In
  • Sign Up

hiyorichan
/
nai_diffuser_full

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

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

  • Libraries
  • Diffusers

    How to use hiyorichan/nai_diffuser_full with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("hiyorichan/nai_diffuser_full", 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
nai_diffuser_full / samples
3.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
hiyorichan's picture
hiyorichan
Upload full diffs
47b53ff over 3 years ago
  • .ipynb_checkpoints
    Upload full diffs over 3 years ago
  • 0.png
    421 kB
    Upload full diffs over 3 years ago
  • 1.png
    383 kB
    Upload full diffs over 3 years ago
  • 2.png
    367 kB
    Upload full diffs over 3 years ago
  • 3.png
    377 kB
    Upload full diffs over 3 years ago