Instructions to use xFutureTechx/2026_Loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xFutureTechx/2026_Loras with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("xFutureTechx/2026_Loras", torch_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
Commit ·
187304d
1
Parent(s): bbd8d96
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ language:
|
|
| 6 |
- en
|
| 7 |
base_model:
|
| 8 |
- OnomaAIResearch/Illustrious-xl-early-release-v0
|
|
|
|
|
|
|
| 9 |
library_name: diffusers
|
| 10 |
tags:
|
| 11 |
- art
|
|
@@ -17,10 +19,41 @@ Used this: https://github.com/Ktiseos-Nyx/Ktiseos-Nyx-Trainer/ - Via RunPod and
|
|
| 17 |
|
| 18 |
Check this: https://huggingface.co/EarthnDusk
|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
-
Also SOME OF THESE LORAS ARE NOT SAFE FOR ALL AUDIENCES
|
| 25 |
|
| 26 |
-
But most of them are fine, i'll eventually clean up the space once those are tested.
|
|
|
|
| 6 |
- en
|
| 7 |
base_model:
|
| 8 |
- OnomaAIResearch/Illustrious-xl-early-release-v0
|
| 9 |
+
- circlestone-labs/Anima
|
| 10 |
+
- lodestones/Chroma1-HD
|
| 11 |
library_name: diffusers
|
| 12 |
tags:
|
| 13 |
- art
|
|
|
|
| 19 |
|
| 20 |
Check this: https://huggingface.co/EarthnDusk
|
| 21 |
|
| 22 |
+
Commissions aren't QUITE open yet but feel free to hang out with us!
|
| 23 |
|
| 24 |
+
Also SOME OF THESE LORAS ARE NOT SAFE FOR ALL AUDIENCES - it'll be marked on the folder.
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
Join us on this journey. Welcome to Ktiseos Nyx.
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
Our Discord Invite Link: https://discord.gg/HhBSvM9gBY
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
How to support:
|
| 36 |
+
|
| 37 |
+
Patreon: https://www.patreon.com/earthndusk
|
| 38 |
+
|
| 39 |
+
Membership: https://ko-fi.com/earthnicity
|
| 40 |
+
|
| 41 |
+
Membership / Ko-Fi: https://ko-fi.com/duskfallcrew/
|
| 42 |
+
|
| 43 |
+
Membership / Ko-Fi: https://ko-fi.com/OTNAngel/
|
| 44 |
+
|
| 45 |
+
Buy Me A Pizza/Coffee: https://www.buymeacoffee.com/duskfallxcrew
|
| 46 |
+
|
| 47 |
+
Merchandise: https://duskfallcrew-shop.fourthwall.com/
|
| 48 |
+
|
| 49 |
+
PixAi Referral: https://pixai.art/referral?refCode=BRU9AUNA
|
| 50 |
+
|
| 51 |
+
Rent Serverless GPU with VastAI: https://cloud.vast.ai/?ref_id=70354
|
| 52 |
+
|
| 53 |
+
Rent a Pod with Runpod: https://runpod.io/?ref=yx1lcptf
|
| 54 |
+
|
| 55 |
+
Railway Deployment Referral: https://railway.com/?referralCode=EQxw4P
|
| 56 |
+
|
| 57 |
+
Get Started with V0 by Vercel (NEXT/REACT AI DESIGNER): https://v0.app/ref/SI1IWJ
|
| 58 |
|
|
|
|
| 59 |
|
|
|