Edit model card

dummy

Model trained with AI Toolkit by Ostris

Prompt
a 3D model of an orange robot with yellow eyes against a white background. DummyCars
Prompt
a man driving a car with a robot in the passenger seat. The car is surrounded by trees and the sky is visible at the top of the image. DummyCars
Prompt
a man in an orange suit riding a red motorcycle on a road surrounded by grass, a wall, and a building in the background. DummyCars

Trigger words

You should use DummyCars to trigger the image generation.

Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Use it with the 🧨 diffusers library

from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('life/dummy', weight_name='dummy.safetensors')
image = pipeline('a 3D model of an orange robot with yellow eyes against a white background. DummyCars').images[0]
image.save("my_image.png")

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers

Downloads last month
30
Inference API
Examples

Model tree for life/dummy

Adapter
(8663)
this model