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

  • Log In
  • Sign Up

camgitblame
/
hp3_512

Text-to-Image
Diffusers
Safetensors
StableDiffusion3Pipeline
diffusers-training
template:sd-lora
sd3
sd3-diffusers
Model card Files Files and versions
xet
Community

Instructions to use camgitblame/hp3_512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use camgitblame/hp3_512 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("camgitblame/hp3_512", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a photo of sks harrypotter"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
hp3_512 / text_encoder
495 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
camgitblame's picture
camgitblame
End of training
1a24185 verified 9 months ago
  • config.json
    613 Bytes
    End of training 9 months ago
  • model.safetensors
    495 MB
    xet
    End of training 9 months ago