in-style-of-m1nimalizm-antic
Model trained with AI Toolkit by Ostris
Trigger words
You should use in style of m1nimalizm_antic
to trigger the image generation.
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='in-style-of-m1nimalizm-antic.safetensors')
image = pipeline('Samurai Scene: This is an animated style scene where three samurai characters are depicted in a traditional Japanese setting. The scene shows a little samurai holding a sword in a defensive stance, possibly training or preparing for a challenge. The background is filled with a variety of swords lined up, hinting at a dojo-like atmosphere. in style of m1nimalizm_antic').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
- 36
Model tree for kucher7serg/in-style-of-m1nimalizm-antic
Base model
black-forest-labs/FLUX.1-dev