Instructions to use strangerzonehf/Flux-Cardboard-Art-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/Flux-Cardboard-Art-LoRA 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("strangerzonehf/Flux-Cardboard-Art-LoRA") prompt = "cardboard# art, a medium-sized sculpture of a womans head is positioned against a beige wall. The womans face is adorned with a white face, adorned with black braids, and her lips are painted a vibrant red. Her hair is styled in a bun, adding a touch of texture to her face. She is wearing a red collared button-down shirt with a yellow button-up collar. Her earring is tucked into her right ear. Her left ear is encased in a small yellow barrette. The wall behind her is a light brown, with a few small red dots scattered across it." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!