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

  • Log In
  • Sign Up

elephantmipt
/
test_tuned_sd_15

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

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

  • Libraries
  • Diffusers

    How to use elephantmipt/test_tuned_sd_15 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("elephantmipt/test_tuned_sd_15", 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
test_tuned_sd_15
5.49 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
elephantmipt's picture
elephantmipt
End of training
fdc4835 verified 9 months ago
  • feature_extractor
    End of training 9 months ago
  • safety_checker
    End of training 9 months ago
  • scheduler
    End of training 9 months ago
  • text_encoder
    End of training 9 months ago
  • tokenizer
    End of training 9 months ago
  • unet
    End of training 9 months ago
  • vae
    End of training 9 months ago
  • .gitattributes
    1.57 kB
    End of training 9 months ago
  • README.md
    3.68 kB
    End of training 9 months ago
  • model_index.json
    693 Bytes
    End of training 9 months ago
  • val_imgs_grid.png
    3.79 MB
    xet
    End of training 9 months ago