Instructions to use Adam3DX/gymBall-Lora-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Adam3DX/gymBall-Lora-v1.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Raw", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Adam3DX/gymBall-Lora-v1.0") prompt = "gymBall, A woman stands bent forward pressing both hands down onto an exercise ball in a full body shot that captures her complete figure from head to toe along with the entire ball. The standard exercise ball reaches upward to the level of her thighs while she leans over it and is pink, made of glossy vinyl with a sharp specular highlight across its upper curve. Horizontal moulded concentric ribs encircle the surface with a visible seam ring near the bottom. The ball remains fully round and firmly inflated, its outline a clean circle with no flattening at the contact points, no side bulging, and no spreading against the ground, staying as wide as it is tall under the light palm pressure. Her hands rest on the top curve while her legs straddle the sides without shifting volume or altering the rib lines. A woman with blonde hair in a ponytail, fair skin, and a slim build wears a black sports bra, black shorts, and white sneakers on grass under natural daylight." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!