Instructions to use xFutureTechx/BackMixes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xFutureTechx/BackMixes 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/BackMixes", 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
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,57 +16,11 @@ library_name: diffusers
|
|
| 16 |
|
| 17 |
# December 2023
|
| 18 |
|
| 19 |
-
We
|
|
|
|
| 20 |
|
| 21 |
-
|
| 22 |
|
|
|
|
| 23 |
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
## Support Earth & Dusk
|
| 27 |
-
|
| 28 |
-
AI is our primary source of income. Your support is greatly appreciated!
|
| 29 |
-
|
| 30 |
-
* **GitHub:** [Ktiseos-Nyx](https://github.com/Ktiseos-Nyx) (COLAB & Jupyter Notebooks for converter tools)
|
| 31 |
-
* **Discord:**
|
| 32 |
-
* [Ktiseos Nyx Discord](https://discord.gg/HhBSvM9gBY)
|
| 33 |
-
* [Earth & Dusk Main Discord](https://discord.gg/5t2kYxt7An)
|
| 34 |
-
|
| 35 |
-
[](https://ko-fi.com/duskfallcrew/shop)
|
| 36 |
-
|
| 37 |
-
[Visit my Ko-fi Shop](https://ko-fi.com/duskfallcrew/shop)
|
| 38 |
-
|
| 39 |
-
[](https://ko-fi.com/duskfallcrew/tiers)
|
| 40 |
-
|
| 41 |
-
[Explore Membership Tiers](https://ko-fi.com/duskfallcrew/tiers)
|
| 42 |
-
|
| 43 |
-
## Usage Guidelines
|
| 44 |
-
|
| 45 |
-
* **Do:** Use [XYPHER'S Tool](https://xypher7.github.io/lora-metadata-viewer/) to find metadata. Reuse, Recycle, and Merge! Credit creators & keep metadata for inspiration.
|
| 46 |
-
* **Don't:** Re-upload this model.
|
| 47 |
-
|
| 48 |
-
## Connect with Earth & Dusk
|
| 49 |
-
|
| 50 |
-
* [E&D Discord](https://discord.gg/5t2kYxt7An): Join our Earth & Dusk community!
|
| 51 |
-
* [AI Discord](https://discord.gg/HhBSvM9gBY): AI discussions.
|
| 52 |
-
* [Website](https://end-media.org/): (Under Construction).
|
| 53 |
-
* [Capsekai Resources](https://capsekai.carrd.co/): Useful resources.
|
| 54 |
-
* [Patreon](https://www.patreon.com/earthndusk): Support & exclusive rewards!
|
| 55 |
-
* [Subreddit](https://www.reddit.com/r/earthndusk/): Join the discussion.
|
| 56 |
-
* [Merch Shop](https://duskfallcrew-shop.fourthwall.com/): Official merchandise.
|
| 57 |
-
* [YouTube](https://www.youtube.com/channel/UCk7MGP7nrJz5awBSP75xmVw): Subscribe for videos.
|
| 58 |
-
* [TikTok](https://www.tiktok.com/@duskfallcrew): Short-form videos.
|
| 59 |
-
* [Twitch](https://twitch.tv/duskfallcrew): Live streams.
|
| 60 |
-
* [Instagram](https://instagram.com/duskfallcrew): Photos & updates.
|
| 61 |
-
* [Ko-Fi](https://ko-fi.com/duskfallcrew/): Membership & support.
|
| 62 |
-
* [Buy Me a Coffee](https://www.buymeacoffee.com/duskfallxcrew): Fuel our creativity!
|
| 63 |
-
|
| 64 |
-
## Sponsors & Supporters
|
| 65 |
-
|
| 66 |
-
* [Pirate Diffusion](https://www.piratediffusion.com/): Supportive since 2023!
|
| 67 |
-
* [Yodayo/Moescape](https://moescape.ai/): Supportive since 2023!
|
| 68 |
-
|
| 69 |
-
## Referral Links
|
| 70 |
-
|
| 71 |
-
* [Runpod](https://runpod.io/?ref=yx1lcptf)
|
| 72 |
-
* [VastAI](https://cloud.vast.ai/?ref=70354)
|
|
|
|
| 16 |
|
| 17 |
# December 2023
|
| 18 |
|
| 19 |
+
We've long since retired from AI, but if you find our content useful even long after please feel free to send us a KoFI
|
| 20 |
+
Otherwise feel free to partake in our affiliate links
|
| 21 |
|
| 22 |
+
[Membership / Ko-Fi](https://ko-fi.com/duskfallcrew/)
|
| 23 |
|
| 24 |
+
[Runpod](https://runpod.io/?ref=yx1lcptf)
|
| 25 |
|
| 26 |
+
[VastAI](https://cloud.vast.ai/?ref=70354)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|