Text-to-Image
Diffusers
lora
template:diffusion-lora
Fluid texture
3D-Bubbly
Flux
Flux-Dev
LoRA
SDXL
SD
Instructions to use prithivMLmods/Kepler-452b-LoRA-Flux-Dev-3D-Bubbly with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Kepler-452b-LoRA-Flux-Dev-3D-Bubbly with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("prithivMLmods/Kepler-452b-LoRA-Flux-Dev-3D-Bubbly") prompt = "Create a stunning wallpaper featuring a 3D bubbly-style Batman character in his iconic black and grey suit, prominently displaying the yellow bat symbol on his chest. The character should have his eyes closed in a relaxed pose, with one hand raised as if signaling a gesture. Surround him with a glossy, distorted beige background that has fluid-like waves, enhancing the surreal effect. Above the character, incorporate the name \"Batman\" in a bold, black comic-style font that matches the overall theme. The image should have a surreal, melted appearance, giving it a dynamic, fluid texture that makes it ideal for a wallpaper." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K