Downloads · 30 days
3
38% of all-time downloads
izzudd/sd-batik-blip
sd-batik-blip is a text-to-image model from izzudd. 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
38% of all-time downloads
All-time downloads
8
Public
Parameters
860M
5.1 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors5.1 GB · 100%
From the Hugging Face model README
This pipeline was finetuned from runwayml/stable-diffusion-v1-5 on the ../dataset/train/blip dataset. Below are some example images generated with the finetuned pipeline using the following prompts: ['batik with floral pattern with some flower and red petals']:

You can use the pipeline like so:
from diffusers import DiffusionPipeline
import torch
pipeline = DiffusionPipeline.from_pretrained("izzudd/sd-batik-blip", torch_dtype=torch.float16)
prompt = "batik with floral pattern with some flower and red petals"
image = pipeline(prompt).images[0]
image.save("my_image.png")
These are the key hyperparameters used during training:
# 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]