Instructions to use Maikoke/ascii-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Maikoke/ascii-style with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-Kontext-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Maikoke/ascii-style") prompt = "make this image in ascii style" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
ASCII Style
About this LoRA
This is a LoRA for the FLUX.1-Kontext-dev image-to-image model. It can be used with diffusers or ComfyUI.
It was trained on Replicate using: https://replicate.com/replicate/fast-flux-kontext-trainer/train
Turn any image into a unique ASCII-style artwork with a creative and retro digital look.
More AI Projects
If you enjoy this LoRA, you can also explore some of my other AI projects:
- YourAIPhotographer — Generate AI photos, headshots, AI influencers, and custom photo styles.
- BrainrotShorts — Create faceless AI videos, explainers, Reddit story videos, brainrot videos, and more.
- CarouzelAI — Generate social media carousels with AI.
Prompt instruction
Use make this image in ascii style as part of your prompt instruction for image-to-image editing.
Example prompts
- Make this image in ascii style
- Transform this portrait into detailed ascii art
- Convert this photo into retro terminal ascii artwork
- Make this image look like text-based ascii art
- Turn this image into high-contrast ascii characters
Training details
- Steps: 1000
- Learning rate: 0.001
- LoRA rank: 16
- Downloads last month
- 11
Model tree for Maikoke/ascii-style
Base model
black-forest-labs/FLUX.1-Kontext-dev