Downloads · 30 days
4
22% of all-time downloads
spockren/sd-naruto-model
sd-naruto-model is a text-to-image model from spockren. 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
4
22% of all-time downloads
All-time downloads
18
Public
Parameters
860M
304 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 runwayml/stable-diffusion-v1-5 on the lambdalabs/naruto-blip-captions dataset. Below are some example images generated with the finetuned pipeline using the following prompts: ['A <cat-toy> backpack']:

You can use the pipeline like so:
from diffusers import DiffusionPipeline
import torch
pipeline = DiffusionPipeline.from_pretrained("spockren/sd-naruto-model", torch_dtype=torch.float16)
prompt = "A <cat-toy> backpack"
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]