How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("digiplay/LuckyStrikeMix0.2Realistic", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Model info :

https://civitai.com/models/13034/lucky-strike-mix

Screenshot_20230710_010328_Vivaldi Browser Snapshot.jpg

Note: please use "realistic" keywords to make some realistic results.

Sample image I made thru huggingface's API:

realistic ,MCU,(masterpiece, best quality, ultra high res:1.3), 1girl, (abstract art:1.3), half demon,

261716fd-e818-4537-93e6-073260ecaa5e.jpeg

Downloads last month
53
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using digiplay/LuckyStrikeMix0.2Realistic 54