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

  • Log In
  • Sign Up

briannlongzhao
/
68

Text-to-Image
Diffusers
TensorBoard
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
custom-diffusion
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Diffusers

    How to use briannlongzhao/68 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("briannlongzhao/68", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a photo of <new1> moped"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
68
3.57 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
briannlongzhao's picture
briannlongzhao
End of training
4e91e6b verified over 2 years ago
  • feature_extractor
    End of training over 2 years ago
  • logs
    End of training over 2 years ago
  • scheduler
    End of training over 2 years ago
  • text_encoder
    End of training over 2 years ago
  • tokenizer
    End of training over 2 years ago
  • unet
    End of training over 2 years ago
  • vae
    End of training over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • <new1>.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    202 MB
    xet
    End of training over 2 years ago
  • README.md
    685 Bytes
    End of training over 2 years ago
  • learned_embeds.safetensors
    4.21 kB
    xet
    End of training over 2 years ago
  • model_index.json
    638 Bytes
    End of training over 2 years ago
  • pytorch_custom_diffusion_weights.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    102 MB
    xet
    End of training over 2 years ago