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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Yntec
/
DucHaitenAIart-beta

Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Art
DucHaiten
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community
4

Instructions to use Yntec/DucHaitenAIart-beta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Yntec/DucHaitenAIart-beta with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Yntec/DucHaitenAIart-beta", 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
DucHaitenAIart-beta
Ctrl+K
Ctrl+K
  • 1 contributor
History: 41 commits
Yntec's picture
Yntec
Update README.md
2f6f72d verified about 2 years ago
  • feature_extractor
    Adding `diffusers` weights of this model (#2) about 2 years ago
  • safety_checker
    Adding `diffusers` weights of this model (#2) about 2 years ago
  • scheduler
    Update scheduler/scheduler_config.json about 2 years ago
  • text_encoder
    Adding `diffusers` weights of this model (#2) about 2 years ago
  • tokenizer
    Adding `diffusers` weights of this model (#2) about 2 years ago
  • unet
    Adding `diffusers` weights of this model (#2) about 2 years ago
  • vae
    Adding `diffusers` weights of this model (#3) about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    2.43 kB
    Update README.md about 2 years ago
  • beta-v6.0-no-ema.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    4.27 GB
    xet
    file about 2 years ago
  • beta-v6.0-no-ema.safetensors
    4.27 GB
    xet
    file about 2 years ago
  • beta-v6.0-no-emaVAE.safetensors
    4.27 GB
    xet
    beta-v6.0-no-emaVAE.safetensors about 2 years ago
  • beta-v6.0.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    7.7 GB
    xet
    file almost 3 years ago
  • model_index.json
    558 Bytes
    Update model_index.json about 2 years ago