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

jxuhf
/
Fine-Tuned-Stable-Diffusion-DreamBooth

Diffusers
Model card Files Files and versions
xet
Community

Instructions to use jxuhf/Fine-Tuned-Stable-Diffusion-DreamBooth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use jxuhf/Fine-Tuned-Stable-Diffusion-DreamBooth with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("jxuhf/Fine-Tuned-Stable-Diffusion-DreamBooth", 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
Fine-Tuned-Stable-Diffusion-DreamBooth
4.29 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
jean1yu's picture
jean1yu
whl file
02ce792 over 3 years ago
  • instance-images
    commit from jxuhf over 3 years ago
  • output-models
    commit from jxuhf over 3 years ago
  • .gitattributes
    1.52 kB
    whl file over 3 years ago
  • default_config.yaml
    276 Bytes
    commit from jxuhf over 3 years ago
  • inference.py
    1.19 kB
    commit from jxuhf over 3 years ago
  • requirements.txt
    279 Bytes
    whl file over 3 years ago
  • train_dreambooth.py
    33.4 kB
    commit from jxuhf over 3 years ago
  • xformers-0.0.15.dev0+4c06c79.d20221205-cp38-cp38-linux_x86_64.whl
    19.2 MB
    xet
    whl file over 3 years ago