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("digiplay/CleanLinearMix_nsfw", dtype=torch.bfloat16, device_map="cuda")

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

Model info:

https://civitai.com/models/42433?modelVersionId=62183

Sample images generated by Hugginface's API:

da0b3082-0b3f-48b9-970d-47e53900e65b.jpeg prompt: 4k ,lake,duck,1girl,picnic, close up , sakura trees,

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

Spaces using digiplay/CleanLinearMix_nsfw 70