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
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - output: | |
| url: images/5f398a73-ed1e-4994-a77e-199a29c21104.png | |
| text: >- | |
| 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. | |
| parameters: | |
| negative_prompt: >- | |
| worst quality, bad quality, text, signature, artist name, bad fingers, bad | |
| hands, score_1, score_2, score_3, watermark, border | |
| base_model: circlestone-labs/Anima | |
| instance_prompt: null | |
| # devilhs-style | |
| <Gallery /> | |
| ## Model description | |
| It's not my model. I just uploaded it here. | |
| [DevilHS Style](https://civitai.red/models/310797/devilhs-style?modelVersionId=3050069) | |
| ## Download model | |
| [Download](/mustafac5/devilhs-style/tree/main) them in the Files & versions tab. | |