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

ahmed-3m
/
DM_cifar10

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

Instructions to use ahmed-3m/DM_cifar10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ahmed-3m/DM_cifar10 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("ahmed-3m/DM_cifar10")
    
    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
DM_cifar10 / diffusers /examples /dreambooth
453 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Ahmed Mohammed
End of training
8fd8fb2 verified over 1 year ago
  • README.md
    29.7 kB
    End of training over 1 year ago
  • README_sd3.md
    7.1 kB
    End of training over 1 year ago
  • README_sdxl.md
    11.7 kB
    End of training over 1 year ago
  • requirements.txt
    87 Bytes
    End of training over 1 year ago
  • requirements_flax.txt
    74 Bytes
    End of training over 1 year ago
  • requirements_sd3.txt
    102 Bytes
    End of training over 1 year ago
  • requirements_sdxl.txt
    87 Bytes
    End of training over 1 year ago
  • test_dreambooth.py
    9.26 kB
    End of training over 1 year ago
  • test_dreambooth_lora.py
    16.3 kB
    End of training over 1 year ago
  • test_dreambooth_lora_edm.py
    4.12 kB
    End of training over 1 year ago
  • train_dreambooth.py
    58.5 kB
    End of training over 1 year ago
  • train_dreambooth_flax.py
    27.3 kB
    End of training over 1 year ago
  • train_dreambooth_lora.py
    57.4 kB
    End of training over 1 year ago
  • train_dreambooth_lora_sd3.py
    74.6 kB
    End of training over 1 year ago
  • train_dreambooth_lora_sdxl.py
    84.3 kB
    End of training over 1 year ago
  • train_dreambooth_sd3.py
    72.4 kB
    End of training over 1 year ago