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

  • Log In
  • Sign Up

Kayvane
/
ramrick-character

Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
stable-diffusion
diffusion-models-class
dreambooth-hackathon
wildcard
Model card Files Files and versions
xet
Community
2

Instructions to use Kayvane/ramrick-character with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Kayvane/ramrick-character with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Kayvane/ramrick-character", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a photo of ramrick character watching tv"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
ramrick-character / scheduler
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Kayvane's picture
Kayvane
Upload with huggingface_hub
23417b6 over 3 years ago
  • scheduler_config.json
    317 Bytes
    Upload with huggingface_hub over 3 years ago