How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("AgainstEntropy/kanji-lora-sd-v1-5")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Model Card

This is the LoRA weight used in the Kanji-Streaming project.

Please check out the GitHub repo for more details.

image/png

Uses

Direct Use

[More Information Needed]

Training Details

Training Data

[More Information Needed]

Training Procedure

Preprocessing [optional]

[More Information Needed]

Training Hyperparameters

  • Training regime: [More Information Needed]

Speeds, Sizes, Times [optional]

[More Information Needed]

Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for AgainstEntropy/kanji-lora-sd-v1-5

Adapter
(2727)
this model
Adapters
1 model

Dataset used to train AgainstEntropy/kanji-lora-sd-v1-5

Space using AgainstEntropy/kanji-lora-sd-v1-5 1