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
loving this model!
#4
by halimmok - opened
Amazing result -
Prompt - A realistic photograph of an astronaut eating fries at a diner, cinematic, analog film, cold color palette, detailed, 8k, with a white milkshake at the table, god rays, dark helmet glass, cant see his face, ultra minimal environment




