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

  • Log In
  • Sign Up

tonyassi
/
luc7

Unconditional Image Generation
Diffusers
PyTorch
DDPMPipeline
diffusion-models-class
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use tonyassi/luc7 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("tonyassi/luc7", 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
luc7
2.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 39 commits
tonyassi's picture
tonyassi
Upload model_index.json with huggingface_hub
0f51c3f over 2 years ago
  • checkpoint-1000
    Upload folder using huggingface_hub almost 3 years ago
  • scheduler
    Upload folder using huggingface_hub almost 3 years ago
  • unet
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    366 Bytes
    Upload README.md with huggingface_hub almost 3 years ago
  • model_index.json
    186 Bytes
    Upload model_index.json with huggingface_hub almost 3 years ago