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

  • Log In
  • Sign Up

artificialguybr
/
UiUxAppModelForSd2.0

Text-to-Image
Diffusers
stable-diffusion
Model card Files Files and versions
xet
Community
2

Instructions to use artificialguybr/UiUxAppModelForSd2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use artificialguybr/UiUxAppModelForSd2.0 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("artificialguybr/UiUxAppModelForSd2.0", 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
UiUxAppModelForSd2.0
5.21 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
artificialguybr's picture
artificialguybr
docs: add Prompt Hub link to findgoodprompt.com
927d188 verified 15 days ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    1.83 kB
    docs: add Prompt Hub link to findgoodprompt.com 15 days ago
  • UxUiApp.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.61 GB
    xet
    Upload UxUiApp.ckpt over 3 years ago
  • UxUiApp.safetensors
    2.61 GB
    xet
    Adding `safetensors` variant of this model (#2) 9 months ago