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

mahima08
/
nature

Text-to-Image
Diffusers
English
StableDiffusionPipeline
generative ai
stable-diffusion
image-to-image
realism
art
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use mahima08/nature with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("mahima08/nature", 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
nature
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
mahima08's picture
mahima08
Update README.md
68f6d02 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    429 Bytes
    Update README.md over 2 years ago
  • model_index.json
    577 Bytes
    Upload 5 files over 2 years ago
  • photoreal0(1).png
    480 kB
    Upload 5 files over 2 years ago
  • photoreal1(1).png
    536 kB
    Upload 5 files over 2 years ago
  • photoreal2(1).png
    531 kB
    Upload 5 files over 2 years ago
  • photoreal3(1).png
    965 kB
    Upload 2 files over 2 years ago
  • photoreal4(1).png
    544 kB
    Upload 2 files over 2 years ago