How to use ddPn08/subtly with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ddPn08/subtly", dtype=torch.bfloat16, device_map="cuda") prompt = "masterpiece, best quality, high quality, newest, new, exceptional, best aesthetic, anime, 1girl, short hair, black hair, messy hair, black eyes, ahoge, white shirt, outdoors, dappled sunlight, leaf, looking at viewer," image = pipe(prompt).images[0]
The community tab is the place to discuss and collaborate with the HF community!