jazzy-0911
Model trained with AI Toolkit by Ostris
Trigger words
No trigger words defined.
Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
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('None', weight_name='jazzy-0911.safetensors')
image = pipeline('This is a digital drawing with a warm, cozy, and slightly vintage aesthetic. The scene depicts a cozy living room setting with a light beige wall adorned with framed art and a small, black-and-white abstract print. In the foreground, a fluffy, cream-colored cat with a slightly darker face and ears sits attentively on a wooden shelf. To the left, a potted plant with small, colorful flowers and a lit candle in a brown vase provide a soft, inviting ambiance. The shelf holds a variety of items: a stack of colorful books, a vintage camera, and a green record player with a yellow record on it. The record player has a black needle and a small speaker. To the right of the cat, a green, retro-style radio is visible. The background features a small, round rug with a textured pattern, adding to the homely feel. The overall style is charming and nostalgic, with a focus on warm, earthy tones and a sense of comfort.').images[0]
image.save("my_image.png")
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 87
Model tree for linhqyy/Jazzy-0911
Base model
black-forest-labs/FLUX.1-dev