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

GiantAnalytics
/
sdxl_fine_tuned_model_aditya_2

Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
Model card Files Files and versions
xet

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

  • Libraries
  • Diffusers

    How to use GiantAnalytics/sdxl_fine_tuned_model_aditya_2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("GiantAnalytics/sdxl_fine_tuned_model_aditya_2", 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
sdxl_fine_tuned_model_aditya_2
27.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
GiantAnalytics's picture
GiantAnalytics
Rename README.md to README
d3b059f verified almost 2 years ago
  • checkpoint-2000
    optimizer bin almost 2 years ago
  • scheduler
    Upload 4 files almost 2 years ago
  • text_encoder
    encoder almost 2 years ago
  • text_encoder_2
    encoder2 almost 2 years ago
  • tokenizer
    tokenizer1 almost 2 years ago
  • tokenizer_2
    tokenizer2 almost 2 years ago
  • unet
    unet almost 2 years ago
  • vae
    vae almost 2 years ago
  • .gitattributes
    1.71 kB
    First commit small size almost 2 years ago
  • RCD-Final Logosmall size.jpg
    103 kB
    First commit small size almost 2 years ago
  • README
    1.42 kB
    Rename README.md to README almost 2 years ago
  • app.py
    4.59 kB
    Create app.py almost 2 years ago
  • image_0.png
    1.4 MB
    xet
    First commit small size almost 2 years ago
  • image_1.png
    1.66 MB
    xet
    First commit small size almost 2 years ago
  • image_2.png
    1.54 MB
    xet
    First commit small size almost 2 years ago
  • image_3.png
    1.56 MB
    xet
    First commit small size almost 2 years ago
  • model_index.json
    739 Bytes
    First commit small size almost 2 years ago