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

maa5iv
/
DGM-Fine-Tuned-Model-Project

Unconditional Image Generation
Diffusers
Safetensors
PyTorch
StableDiffusionPipeline
diffusion-models-class
Model card Files Files and versions
xet
Community

Instructions to use maa5iv/DGM-Fine-Tuned-Model-Project with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use maa5iv/DGM-Fine-Tuned-Model-Project with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("maa5iv/DGM-Fine-Tuned-Model-Project", 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
DGM-Fine-Tuned-Model-Project
4.46 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
maa5iv's picture
maa5iv
Replace with complete fine-tuned model
b0be66c verified about 1 year ago
  • feature_extractor
    Replace with complete fine-tuned model about 1 year ago
  • safety_checker
    Replace with complete fine-tuned model about 1 year ago
  • scheduler
    Replace with complete fine-tuned model about 1 year ago
  • text_encoder
    Replace with complete fine-tuned model about 1 year ago
  • tokenizer
    Replace with complete fine-tuned model about 1 year ago
  • unet
    Replace with complete fine-tuned model about 1 year ago
  • vae
    Replace with complete fine-tuned model about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    534 Bytes
    Upload README.md with huggingface_hub about 1 year ago
  • config.json
    1.93 kB
    Upload folder using huggingface_hub about 1 year ago
  • diffusion_pytorch_model.safetensors
    1.72 GB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_index.json
    675 Bytes
    Upload model_index.json with huggingface_hub about 1 year ago
  • scheduler_config.json
    374 Bytes
    Upload folder using huggingface_hub about 1 year ago