Instructions to use theponpon/wedding_cake_packaging_box with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use theponpon/wedding_cake_packaging_box 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("theponpon/wedding_cake_packaging_box") prompt = "The main object in the picture is a glossy, black, resealable pouch with a rectangular shape and a slight curvature towards the top. The pouch is medium-sized and features a vibrant, holographic design. The central logo is a colorful, stylized cannabis leaf with text above it that reads \"PURE\" and below it \"DISCIPLES.\" To the left of the logo is a QR code. Below the logo, there is a line of text in a holographic font reading, \"WE HERE FOR THE CULTURE\" followed by the website URL \"WWW.THEKUSHDISCIPLE.COM.\" The surface of the pouch has a slight reflective quality, adding to its premium appearance. The background is plain and light-colored, which highlights the details of the pouch and makes the colors stand out prominently." image = pipe(prompt).images[0] - Inference
- 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!