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

dataautogpt3
/
TempestV0.1

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

Instructions to use dataautogpt3/TempestV0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use dataautogpt3/TempestV0.1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("dataautogpt3/TempestV0.1", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Food photography style photo RAW,piece of fried grilled meat, splashes of ketchup and mustard sauce, (rosemary), spices, exceptional shallow depth-of-field capabilities, atmospheric haze blur,vivid colors,high quality textures of materials, volumetric textures, coating textures, metal textures . Appetizing, professional, culinary, high-resolution, commercial, highly detailed"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Excellent model ๐Ÿ‘Œ

#6 opened about 2 years ago by
poluramus

loving this model!

๐Ÿ‘ 1
3
#4 opened about 2 years ago by
halimmok

Independent showcase

โค๏ธ 3
#3 opened about 2 years ago by
bergmichaela404

Are there (will there be) more aspect ratios / dimensions?

๐Ÿค 2
1
#2 opened about 2 years ago by
Norby

Color loss on upscale with Base checkpoint

#1 opened about 2 years ago by
jeffcookio
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs