Instructions to use artificialguybr/LineAniRedmond-LinearMangaSDXL-V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/LineAniRedmond-LinearMangaSDXL-V2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("artificialguybr/LineAniRedmond-LinearMangaSDXL-V2") prompt = "LineAniAF, lineart" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("artificialguybr/LineAniRedmond-LinearMangaSDXL-V2")
prompt = "LineAniAF, lineart"
image = pipe(prompt).images[0]LineAni.Redmond V2
LineAni.Redmond V2 is here!
Test all my loras here:https://huggingface.co/spaces/artificialguybr/artificialguybr-demo-lora
I'm grateful for the GPU time from Redmond.AI that allowed me to make this LORA!
This is a Manga Lineart LORA fine-tuned on SD XL 1.0.
The LORA has a high capacity to generate Manga Lineart styles i
It's a versatile LORA.
π Website
You can find more of my models, projects, and information on my official website:
π Prompt Hub
Need high-quality prompts for image models and LLMs? Explore findgoodprompt.com.
π Support My Work
If you find this model useful, please consider supporting my work. It helps me cover server costs and dedicate more time to new open-source projects.
- Patreon: Support on Patreon
- Ko-fi: Buy me a Ko-fi
- Buy Me a Coffee: Buy me a Coffee You can use detailed, minimalist, colorful, black and white as tag to control the results.
The tag for the model:LineAniAF
LORA is not perfect and sometimes needs more than one gen to create good images.
That's my first Anime LORA. Please be patient <3
This is inspired in a good LORA for SD 1.5!
I really hope you like the LORA and use it.
If you like the model and think it's worth it, you can make a donation to my Patreon or Ko-fi.
Follow me in my twitter to know before all about new models:
- Downloads last month
- 1,699
Model tree for artificialguybr/LineAniRedmond-LinearMangaSDXL-V2
Base model
stabilityai/stable-diffusion-xl-base-1.0