How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("vladocar/3dfood", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

3dfood on Stable Diffusion via Dreambooth trained on the fast-DreamBooth.ipynb by TheLastBen notebook

This your the Stable Diffusion model fine-tuned the 3dfood concept taught to Stable Diffusion 1.5 with Dreambooth.

Trigger phrases:: 3dfood

Demo: https://huggingface.co/spaces/vladocar/3dfood

Sample pictures of this concept:

3d 0 download 1 download 2 download 3

Downloads last month
36
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using vladocar/3dfood 1