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

  • Log In
  • Sign Up

pppjj9
/
Luo_Tianyi

Text-to-Image
Diffusers
StableDiffusionPipeline
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use pppjj9/Luo_Tianyi with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("pppjj9/Luo_Tianyi", 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
  • Local Apps
  • Draw Things
  • DiffusionBee
Luo_Tianyi
10.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
pppjj9's picture
pppjj9
Upload 14 files
ef2dd17 over 3 years ago
  • scheduler
    Upload 14 files over 3 years ago
  • text_encoder
    Upload 14 files over 3 years ago
  • tokenizer
    Upload 14 files over 3 years ago
  • unet
    Upload 14 files over 3 years ago
  • vae
    Upload 14 files over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    25 Bytes
    initial commit over 3 years ago
  • args.json
    2.99 kB
    Upload 14 files over 3 years ago
  • model.ckpt

    Detected Pickle imports (5)

    • "torch.IntStorage",
    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage"

    What is a pickle import?

    7.7 GB
    xet
    Upload 14 files over 3 years ago
  • model_index.json
    416 Bytes
    Upload 14 files over 3 years ago
  • state.pt

    Detected Pickle imports (4)

    • "torch.ByteStorage",
    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.73 GB
    xet
    Upload 14 files over 3 years ago