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("usamakenway/stable-diffusion-usaken82", dtype=torch.bfloat16, device_map="cuda")

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

Comparison: hugginfface.png

Sample pictures of this concept: More detailed samples will be uploaded this month. in my free time. and comparisons between different models with different combinations.

00075-2297324141-A portrait of UsaKen82 as The Flash Superhero, fantasy, intricate, elegant, highly detailed, digital painting, artstation, conce.png 00310-3841402815-A portrait of UsaKen82 as The Flash, highly detailed, trending on Artstation, bokeh, 90mm, f_1.4.png

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

Space using usamakenway/stable-diffusion-usaken82 1