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

  • Log In
  • Sign Up

dream-textures
/
texture-diffusion

Text-to-Image
Diffusers
StableDiffusionPipeline
stable-diffusion
Model card Files Files and versions
xet
Community
5

Instructions to use dream-textures/texture-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use dream-textures/texture-diffusion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("dream-textures/texture-diffusion", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "pbr brick wall"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
texture-diffusion / samples
3 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
carsonkatri's picture
carsonkatri
Upload 3 files
7ed6cd2 over 3 years ago
  • 0.png
    405 kB
    diffuse model over 3 years ago
  • 1.png
    395 kB
    diffuse model over 3 years ago
  • 2.png
    431 kB
    diffuse model over 3 years ago
  • 3.png
    467 kB
    diffuse model over 3 years ago
  • pbr bright white marble.png
    321 kB
    Upload 3 files over 3 years ago
  • pbr dirt with weeds.png
    472 kB
    Upload 3 files over 3 years ago
  • pbr uneven stone wall.png
    512 kB
    Upload 3 files over 3 years ago