Views
No views yet
Beth1 to invoke the concept.
"A cinematic portrait of Beth1 as a cyberpunk hacker in a neon-drenched Tokyo alleyway, surrounded by holographic displays."

"Beth1 dressed as a regal Victorian queen, sitting on an ornate gold throne in a grand marble ballroom."

"A high-action shot of Beth1 as an astronaut floating in zero gravity inside a futuristic space station overlooking Saturn."

"Beth1 as a whimsical forest sprite with iridescent wings, perched on a giant glowing mushroom in a mystical woodland."

"A gritty, black-and-white noir scene featuring Beth1 as a 1940s detective standing under a streetlamp in the rain."

"Beth1 as a professional deep-sea diver exploring a bioluminescent coral reef with colorful alien fish."

"A vibrant oil painting of Beth1 as a Renaissance scholar in a dusty library filled with ancient scrolls."

"Beth1 as a post-apocalyptic scavenger wearing rusted armor, standing atop a ruined skyscraper in a desert wasteland."

"A cozy, sun-drenched scene of Beth1 baking bread in a rustic French country kitchen with flour in the air."

"Beth1 as a powerful sorceress casting a swirling vortex of cosmic energy amidst a field of floating crystals."
1import torch
2from diffusers import Krea2Pipeline
3
4pipe = Krea2Pipeline.from_pretrained("krea/Krea-2-Turbo", torch_dtype=torch.bfloat16).to("cuda")
5pipe.load_lora_weights("Lonuhbow/beth")
6image = pipe("A cinematic portrait of Beth1 as a cyberpunk hacker in a neon-drenched Tokyo alleyway, surrounded by holographic displays.", num_inference_steps=8, guidance_scale=0.0).images[0]
7image.save("output.png")