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("Yntec/f222", dtype=torch.bfloat16, device_map="cuda")

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

This model with the 840KVAE baked in.

German frigate Baden-Württemberg (F222)

Sample and prompt (it uses seed 9119):

f222

Baden-Württemberg (F222) is the lead ship of the Baden-Württemberg-class frigates of the German Navy.

Background

Baden-Württemberg was designed and constructed by ARGE F125, a joint-venture of Thyssen-Krupp and Lürssen. She is part of the Baden-Württemberg class, which has the highest displacement of any class of frigate worldwide and is used to replace the Bremen class.

Original page: https://huggingface.co/acheong08/f222

Downloads last month
22
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Spaces using Yntec/f222 16