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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

madmasyhur
/
sd-batik-dreambooth

Text-to-Image
Diffusers
Safetensors
stable-diffusion
dreambooth
batik
indonesian-culture
Model card Files Files and versions
xet
Community

Instructions to use madmasyhur/sd-batik-dreambooth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use madmasyhur/sd-batik-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("madmasyhur/sd-batik-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
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
sd-batik-dreambooth
3.93 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
madmasyhur's picture
madmasyhur
add license
8e2e236 11 months ago
  • text_encoder
    Upload DreamBooth model for Indonesian batik patterns 11 months ago
  • tokenizer
    Upload DreamBooth model for Indonesian batik patterns 11 months ago
  • unet
    Upload DreamBooth model for Indonesian batik patterns 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    6.37 kB
    add license 11 months ago
  • training_state.json
    19.9 kB
    Upload DreamBooth model for Indonesian batik patterns 11 months ago