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

timduck8
/
new58

Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use timduck8/new58 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("timduck8/new58", 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 Settings
  • Draw Things
  • DiffusionBee
new58
6.94 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
timduck8's picture
timduck8
更新许可证名称从 '1' 改为 'faipl-1.0-sd'
44c6977 9 months ago
  • scheduler
    添加 Stable Diffusion XL 模型配置文件和预训练权重 9 months ago
  • text_encoder
    添加 Stable Diffusion XL 模型配置文件和预训练权重 9 months ago
  • text_encoder_2
    添加 Stable Diffusion XL 模型配置文件和预训练权重 9 months ago
  • tokenizer
    添加 Stable Diffusion XL 模型配置文件和预训练权重 9 months ago
  • tokenizer_2
    添加 Stable Diffusion XL 模型配置文件和预训练权重 9 months ago
  • unet
    添加 Stable Diffusion XL 模型配置文件和预训练权重 9 months ago
  • vae
    添加 Stable Diffusion XL 模型配置文件和预训练权重 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • LICENSE
    0 Bytes
    initial commit 9 months ago
  • README.md
    79 Bytes
    更新许可证名称从 '1' 改为 'faipl-1.0-sd' 9 months ago
  • model_index.json
    671 Bytes
    添加 Stable Diffusion XL 模型配置文件和预训练权重 9 months ago