SD 1.5 Print Halftone
Published by @press-room · Community adapter
Controlled halftone texture with stable dot scale, ink coverage, and two-color print behavior.
Usage
from diffusers import DiffusionPipeline
import torch
pipe = DiffusionPipeline.from_pretrained(
"runwayml/stable-diffusion-v1-5",
torch_dtype=torch.float16,
).to("cuda")
pipe.load_lora_weights("loradock/sd15-print-halftone")
image = pipe("your prompt here").images[0]
image.save("output.png")
Compatibility
- diffusers>=0.21
- Automatic1111
- ComfyUI