Instructions to use Jonjew/FiligreeBasrelief with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/FiligreeBasrelief 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("Jonjew/FiligreeBasrelief") prompt = "A highly detailed verdant-green dimtlsclptr of a garden spirit, the dimtlsclptr features flowing metallic ribbons forming a humanoid figure intertwined with blooming flowers and vines. The spirit is depicted tending a glowing metallic flower in a lush garden. The background is a gradient of soft lime green and earthy brown, complementing the sculptureâs natural beauty. Surrounding the spirit are glowing petals and swirling vine patterns, creating a tranquil, flourishing scene. The lighting is natural and diffused, casting gentle highlights on the sculptureâs floral details. A border of garden motifs in green and gold frames the image, amplifying its nurturing essence. <lora:di-filigree-relief_v10-11:1>, <lora:best_of_flux_v30_rank64_bf16-step01750:1>, best_of" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K