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

  • Log In
  • Sign Up

IamCreateAI
/
Ruyi-Mini-7B-FP8

Diffusers
Safetensors
RuyiInpaintPipeline
Model card Files Files and versions
xet
Community
1

Instructions to use IamCreateAI/Ruyi-Mini-7B-FP8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use IamCreateAI/Ruyi-Mini-7B-FP8 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("IamCreateAI/Ruyi-Mini-7B-FP8", 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
Ruyi-Mini-7B-FP8
8.96 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
root
fp8
5594629 about 1 year ago
  • image_encoder
    fp8 about 1 year ago
  • scheduler
    fp8 about 1 year ago
  • transformer
    fp8 about 1 year ago
  • vae
    fp8 about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    31 Bytes
    initial commit over 1 year ago
  • embeddings.safetensors
    75 MB
    xet
    fp8 about 1 year ago
  • model_index.json
    213 Bytes
    fp8 about 1 year ago