Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

simbolo-ai
/
mrauk_oo

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

Instructions to use simbolo-ai/mrauk_oo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use simbolo-ai/mrauk_oo with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("simbolo-ai/mrauk_oo", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a cartoon photo of mraukoo, beautiful, gorgeous highly detailed, highly illustration"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
mrauk_oo / samples
1.81 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Simbolo's picture
Simbolo
Upload 4 files
21bd01a verified over 2 years ago
  • 0.png
    451 kB
    Upload 4 files over 2 years ago
  • 1.png
    426 kB
    Upload 4 files over 2 years ago
  • 2.png
    449 kB
    Upload 4 files over 2 years ago
  • 3.png
    482 kB
    Upload 4 files over 2 years ago