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

  • Log In
  • Sign Up

Yntec
/
3rdComing

Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
General purpose
Art
Anime
iamxenos
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Diffusers

    How to use Yntec/3rdComing 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/3rdComing", 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
3rdComing
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
Yntec's picture
Yntec
Adding `diffusers` weights of this model
dc8ed49 verified over 1 year ago
  • feature_extractor
    Adding `diffusers` weights of this model over 1 year ago
  • safety_checker
    Adding `diffusers` weights of this model (#1) over 1 year ago
  • scheduler
    Adding `diffusers` weights of this model over 1 year ago
  • text_encoder
    Adding `diffusers` weights of this model over 1 year ago
  • tokenizer
    Adding `diffusers` weights of this model over 1 year ago
  • unet
    Adding `diffusers` weights of this model over 1 year ago
  • vae
    Adding `diffusers` weights of this model over 1 year ago
  • .gitattributes
    1.57 kB
    file over 1 year ago
  • 3rdComing.safetensors
    3.31 GB
    xet
    3rdComing.safetensors over 1 year ago
  • README.md
    2.1 kB
    Update README.md over 1 year ago
  • ThirdComing.safetensors
    4.27 GB
    xet
    file over 1 year ago
  • model_index.json
    629 Bytes
    Adding `diffusers` weights of this model over 1 year ago