Instructions to use artificialguybr/LineAniRedmond-LinearMangaSDXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/LineAniRedmond-LinearMangaSDXL 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") prompt = "LineAniAF" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
59c3c99
1
Parent(s): dc32608
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,9 @@ widget:
|
|
| 13 |
# LineAni.Redmond
|
| 14 |

|
| 15 |
|
|
|
|
|
|
|
|
|
|
| 16 |
LineAni.Redmond is here!
|
| 17 |
|
| 18 |
I'm grateful for the GPU time from Redmond.AI that allowed me to make this LORA!
|
|
|
|
| 13 |
# LineAni.Redmond
|
| 14 |

|
| 15 |
|
| 16 |
+
Download V2 HERE: https://huggingface.co/artificialguybr/LineAniRedmond-LinearMangaSDXL-V2/new/main/?filename=README.md
|
| 17 |
+
|
| 18 |
+
Test all my loras here:https://huggingface.co/spaces/artificialguybr/artificialguybr-demo-lora
|
| 19 |
LineAni.Redmond is here!
|
| 20 |
|
| 21 |
I'm grateful for the GPU time from Redmond.AI that allowed me to make this LORA!
|