๐ notion-style-lora
This is a model trained with AI Toolkit by Ostris. It can generate images based on specific text prompts.
๐ Quick Start
โจ Features
- Text-to-Image Generation: Generate various images according to different text prompts.
- Multiple Platform Compatibility: Can be used with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
- Diffusers Library Support: Can be integrated with the ๐งจ diffusers library.
๐ฆ Installation
Weights for this model are available in Safetensors format. You can Download them in the Files & versions tab.
๐ป Usage Examples
Basic Usage
You should use not1on_style
to trigger the image generation.
Advanced Usage
Use it with the ๐งจ diffusers library:
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('shinealom/notion-style-lora', weight_name='notion-style-lora.safetensors')
image = pipeline('[trigger] with red hair, playing chess at the park, bomb going off in the background').images[0]
image.save("my_image.png")
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
๐ Documentation
Here are some sample text prompts and their corresponding generated image outputs:
Text Prompt |
Output Image |
[trigger] with red hair, playing chess at the park, bomb going off in the background |
samples/1730707433252__000002500_0.jpg |
[trigger] holding a coffee cup, in a beanie, sitting at a cafe |
samples/1730707443278__000002500_1.jpg |
[trigger] is a DJ at a night club, fish eye lens, smoke machine, lazer lights, holding a martini |
samples/1730707453302__000002500_2.jpg |
[trigger] showing off his cool new t shirt at the beach, a shark is jumping out of the water in the background |
samples/1730707463320__000002500_3.jpg |
[trigger] building a log cabin in the snow covered mountains |
samples/1730707473353__000002500_4.jpg |
[trigger] playing the guitar, on stage, singing a song, laser lights, punk rocker |
samples/1730707483390__000002500_5.jpg |
[trigger] with a beard, building a chair, in a wood shop |
samples/1730707493411__000002500_6.jpg |
photo of a [trigger], white background, medium shot, modeling clothing, studio lighting, white backdrop |
samples/1730707503424__000002500_7.jpg |
`[trigger] holding a sign that says, ''this is a sign''' |
samples/1730707513447__000002500_8.jpg |
[trigger], in a post apocalyptic world, with a shotgun, in a leather jacket, in a desert, with a motorcycle |
samples/1730707523503__000002500_9.jpg |
๐ License
This model is under the flux-1-dev-non-commercial-license.