Instructions to use digiplay/Opiate_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use digiplay/Opiate_v1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("digiplay/Opiate_v1", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Sample images and prompt
((best quality)), ((masterpiece)), ((inked)), majestic intricately detailed soft oil painting by jim lee from diablo of a horrifying naked red-skinned demon queen standing in fire,( in hell:1.2), (detailed monstrous evil goat like face:0.8), cloven hoofed, screaming, (wide spread bat like wings:1.2), scaly skin, (goat legs, ram horns:1.2), long curved horns, burning hellish landscape, barren, billowing smoke, tortured souls, (sparks:1.3), deep shadows, dynamic angle, professional, soft lighting, photographed on a Canon EOS R5, 50mm lens, F/2.8, HDR, 8k resolution, highres, high detail, sharp focus, smooth, roughness, real life, photorealism, photography,cinematic Film still from (cannibal holocaust:0.3)|Scary Stories To Tell In the Dark|(doom:0.5)|the void, gray black and orange color palette, (dark fantasy style:1.3)
Note: prompt is from the Original Author DEMO image : https://civitai.com/images/922755
