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

  • Log In
  • Sign Up

renderartist
/
floating-heads-hidream

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use renderartist/floating-heads-hidream with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use renderartist/floating-heads-hidream with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("HiDream-ai/HiDream-I1-Full", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("renderartist/floating-heads-hidream")
    
    prompt = "h3adfl0at 3D floating head of a an old latino man wearing a LA Dodgers baseball cap hat and thick rimmed brown sunglasses with light tinted lenses, he has a thick mustache and looks brooding"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
floating-heads-hidream
423 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
renderartist's picture
renderartist
Add 11 files
4b72e32 verified 12 months ago
  • images
    Add 11 files 12 months ago
  • .gitattributes
    2.31 kB
    initial commit 12 months ago
  • Floating_Head_HiDream_v1_3000.safetensors
    400 MB
    xet
    Add 11 files 12 months ago
  • README.md
    4.61 kB
    initial commit 12 months ago