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

  • Log In
  • Sign Up

Ajayk
/
stable-diff-ghibli-style

Diffusers
TensorBoard
Safetensors
StableDiffusionInstructPix2PixPipeline
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Ajayk/stable-diff-ghibli-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Ajayk/stable-diff-ghibli-style with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Ajayk/stable-diff-ghibli-style", 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
stable-diff-ghibli-style
14.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Ajayk's picture
Ajayk
End of training
a5a5509 verified about 1 year ago
  • checkpoint-25
    End of training about 1 year ago
  • feature_extractor
    End of training about 1 year ago
  • logs
    End of training about 1 year ago
  • scheduler
    End of training about 1 year ago
  • text_encoder
    End of training about 1 year ago
  • tokenizer
    End of training about 1 year ago
  • unet
    End of training about 1 year ago
  • vae
    End of training about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • model_index.json
    653 Bytes
    End of training about 1 year ago