Instructions to use charbel-malo/ad-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use charbel-malo/ad-style 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("charbel-malo/ad-style") prompt = "gradient background that transitions from a deep navy blue at the top to a slightly lighter shade of blue at the bottom, white circular logo with a stylized design, stylized coin with a circular design at its tip. Surrounding this central object, a power button, wearing a white top, indicating sound or audio data. The text \"GBT\" is highlighted in a white, which represents the moon, there's an icon for the Google Play store, including a small potted plant and a green vase, \" indicating this is part of a larger project or system., futuristic aesthetic. The image exudes a sense of dynamism and innovation, stars, bold text question in the center: \"DID YOU KNOW?\" written in white, blue text. Below this, heroism, glossy, minimalist aesthetic. 1. Top left: A rectangular button with rounded corners, giving it an expressive, cylindrical object with a glossy black finish" 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!