Downloads · 30 days
3
30% of all-time downloads
UtkuCicek/sd_marks
sd_marks is a text-to-image model from UtkuCicek. 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.
should probably proofread and complete it, then remove this comment. --
Downloads · 30 days
3
30% of all-time downloads
All-time downloads
10
Public
Parameters
860M
18.8 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors11.9 GB · 63%
From the Hugging Face model README
This pipeline was finetuned from CompVis/stable-diffusion-v1-2 on the UtkuCicek/new-marks-data dataset. Below are some example images generated with the finetuned pipeline using the following prompts: ['italian style mini pizza with mozerrella on the side']:

You can use the pipeline like so:
from diffusers import DiffusionPipeline
import torch
pipeline = DiffusionPipeline.from_pretrained("UtkuCicek/sd_marks", torch_dtype=torch.float16)
prompt = "italian style mini pizza with mozerrella on the side"
image = pipeline(prompt).images[0]
image.save("my_image.png")
These are the key hyperparameters used during training:
More information on all the CLI arguments and the environment are available on your wandb run page.
# TODO: add an example code snippet for running this diffusion pipeline
[TODO: provide examples of latent issues and potential remediations]
[TODO: describe the data used to train the model]