Instructions to use Speedso/Darkstylerz_style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Speedso/Darkstylerz_style with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("votepurchase/novaFurryXL_illustriousV7b", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Speedso/Darkstylerz_style") prompt = "masterpiece, best quality, amazing quality, absurdres, detailed fur, dst-mk2, fur, flareon, pokemon, feral, solo, looking at viewer, cute fangs, lying, on belly, open mouth, fluffy tail, fluffy fur, fluffy neck tuft, paws, 4 fingers, 4 toes, smile, shaded, open mouth, front paws crossed,\nindoors, " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee