Instructions to use kasukanra/fantasy-art-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kasukanra/fantasy-art-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("kasukanra/fantasy-art-style", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
This is a fine-tuned Stable Diffusion model (v1.5) trained on images (that I find aesthetically appealing) from various fantasy concept illustrators and designers (mostly Japanese, South Korean, or Chinese). Use the tokens DBfantasyart style in your prompts for the effect.
Download the checkpoint file (.ckpt) to use it.
If you want to reproduce the images below, I've prepared a more detailed version of the prompt settings and seed values in this pastebin: https://pastebin.com/2XrkSMfV
Example settings: Steps: 50, Sampler: Euler, CFG scale: 7, Size: 512x512
Example prompt: DBfantasyart style, masterpiece, 1girl, beautiful female portrait of sorceress
Some example images in txt2img (very minimal editing/cleanup):
- Downloads last month
- 19


