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

  • Log In
  • Sign Up

artificialguybr
/
ILCOSDMODEL

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

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

  • Libraries
  • Diffusers

    How to use artificialguybr/ILCOSDMODEL 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/ILCOSDMODEL", 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
ILCOSDMODEL
4.27 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 7 commits
artificialguybr's picture
artificialguybr
docs: add Prompt Hub link to findgoodprompt.com
4c8c970 verified 14 days ago
  • .gitattributes
    1.51 kB
    Upload ILCO-In-ILCO-Beautiful-Illustration.ckpt over 3 years ago
  • AestheticsEmbedding.rar
    3.39 kB
    xet
    Upload AestheticsEmbedding.rar over 3 years ago
  • ILCO-In-ILCO-Beautiful-Illustration.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.13 GB
    xet
    Upload ILCO-In-ILCO-Beautiful-Illustration.ckpt over 3 years ago
  • ILCO-In-ILCO-Beautiful-Illustration.safetensors
    2.13 GB
    xet
    Adding `safetensors` variant of this model (#1) 9 months ago
  • README.md
    1.8 kB
    docs: add Prompt Hub link to findgoodprompt.com 14 days ago