Instructions to use mustafac5/devilhs-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mustafac5/devilhs-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("circlestone-labs/Anima", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("mustafac5/devilhs-style") prompt = "masterpiece, best quality, absurdres, highres, newest, score_9, lara croft, tomb raider, 1girl, lips, brown eyes, brown hair, long hair, single braid, large breasts, cleavage, cowboy shot. Lara Croft is standing with her hands down by her sides, she is in an ancient ruins deep inside a jungle, vines cover the intricate and dilapidated stone structures." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K