Downloads · 30 days
4
24% of all-time downloads
gremlin97/runs3
runs3 is a text-to-image model from gremlin97. Use it when you need an image from a text prompt. It is set up for diffusers. The card lists the license as creativeml-openrail-m.
This pipeline was finetuned from runwayml/stable-diffusion-v1-5 on the None dataset. Below are some example images generated with the finetuned pipeline using the following prompts: ['A photo of a crop field']:
Downloads · 30 days
4
24% of all-time downloads
All-time downloads
17
Public
Parameters
860M
414 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors211 GB · 51%
From the Hugging Face model README
This pipeline was finetuned from runwayml/stable-diffusion-v1-5 on the None dataset. Below are some example images generated with the finetuned pipeline using the following prompts: ['A photo of a crop field']:

You can use the pipeline like so:
from diffusers import DiffusionPipeline
import torch
pipeline = DiffusionPipeline.from_pretrained("gremlin97/runs3", torch_dtype=torch.float16)
prompt = "A photo of a crop field"
image = pipeline(prompt).images[0]
image.save("my_image.png")
These are the key hyperparameters used during training: