greyscale-tiny-town

Model trained with AI Toolkit by Ostris

Prompt
A person in a bustling cafe, greyscale drawing
Prompt
a train station, a train entering the station, greyscale drawing
Prompt
aerial view of Paris, greyscale drawing
Prompt
a crocodile in the fountain, greyscale drawing
Prompt
a small airport, greyscale drawing
Prompt
happy people playing petanque in front of the church, greyscale drawing

Trigger words

You should use greyscale drawing 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('fffiloni/greyscale-tiny-town', weight_name='greyscale-tiny-town.safetensors')
image = pipeline('A person in a bustling cafe, greyscale drawing').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
92
Inference Providers NEW
Examples

Model tree for fffiloni/greyscale-tiny-town

Adapter
(20102)
this model