🚀 广告风格模型
本模型基于超优雅、简洁的广告风格,为广告创作提供灵感,助力打造出极具吸引力的广告视觉效果。
🚀 快速开始
触发词使用
你需要使用 ad-style-visual
来触发图像生成。
模型下载
该模型的权重以 Safetensors 格式提供。你可以在 Files & versions 标签页 中下载。
使用 🧨 diffusers 库
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('charbel-malo/ad-style', weight_name='Ad_Style-000004.safetensors')
image = pipeline('typical of modern, each labeled "Agreement" in blue text at the top, which adds to the cheerful mood of the image. The text "We\'ll deliver everything you need." is overlaid in bold, the bars read: 1. Shiba Inu: 5.99% (red icon with a dog face) 2. Shiba Inu: 2.9% (blue icon with a dog face) 3. Wet: 1.397% (a stylized, glowing yellow lines and circuit board-like patterns, futuristic microphone. The microphone is depicted with a sleek, likely the manufacturer\'s logo or a brand name. The device also features a small, glowing effect that gives it a futuristic and high-tech appearance. The main focus is on two stylized, sans-serif font, sleek aesthetic. The background is a gradient of teal and green hues, #JasperX., enhancing the idea of communication. The WishTree logo, minimalist design with a matte black finish. It has two distinct sections: the left section displays a small, and a white circle with a white speech bubble on the right. The text "SAY HI" is prominently displayed in large, smiling. The text below this is "@mhnordi product designer, high-tech appearance. The numeral is positioned against a dark, resembling a stylized, each stone a rich, a stylized image of an airplane is depicted in a teal color').images[0]
更多详情,包括 LoRAs 的加权、合并和融合,请查看 diffusers 中加载 LoRAs 的文档。
✨ 主要特性
- 风格独特:基于超优雅、简洁的广告风格,为广告创作带来全新灵感。
- 易于触发:使用特定触发词
ad-style-visual
即可轻松生成图像。
- 格式支持:模型权重以 Safetensors 格式提供,方便使用。
📄 许可证
📦 模型信息
属性 |
详情 |
基础模型 |
black-forest-labs/FLUX.1-dev |
标签 |
text-to-image、stable-diffusion、lora、diffusers、template:sd-lora、migrated、style |
💻 使用示例
基础用法
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('charbel-malo/ad-style', weight_name='Ad_Style-000004.safetensors')
image = pipeline('ad-style-visual').images[0]
高级用法
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('charbel-malo/ad-style', weight_name='Ad_Style-000004.safetensors')
image = pipeline('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').images[0]