Instructions to use xFutureTechx/Jan2024-Backups with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xFutureTechx/Jan2024-Backups 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/Jan2024-Backups", 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 ·
69de495
1
Parent(s): 614f805
Update README.md
Browse files
README.md
CHANGED
|
@@ -37,6 +37,7 @@ JOIN OUR SUBREDDIT: https://www.reddit.com/r/earthndusk/
|
|
| 37 |
Our photography is available for FREE via Unsplash and feel free to use it in a Lora or a Model: https://unsplash.com/@duskfallcrew
|
| 38 |
|
| 39 |
# WE ARE PROUDLY SPONSORED BY:
|
|
|
|
| 40 |
https://www.piratediffusion.com/
|
| 41 |
|
| 42 |
https://yodayo.com/
|
|
@@ -60,6 +61,6 @@ https://github.com/etherealxx/batchlinks-webui
|
|
| 60 |
## VAE & UPSCALER PREFS:
|
| 61 |
These are the ones we have installed, and all of them are just great, shove these in your BATCH LINKS extension or just download straight to your drive:
|
| 62 |
|
| 63 |
-
#upscaler https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/8x_NMKD-Superscale_150000_G.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_NMKD-Superscale-SP_178000_G.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_fatal_Anime_500000_G.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_foolhardy_Remacri.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/lollypop.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_Fatality_Comix_260000_G.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x-UltraSharp.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_NMKDSuperscale_Artisoft_120000_G.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_NMKD-YandereNeoXL_200k.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_NMKD-UltraYandere_300k.pth
|
| 64 |
|
| 65 |
-
#vae https://huggingface.co/NoCrypt/resources/resolve/main/VAE/blessed2.vae.safetensors https://huggingface.co/NoCrypt/resources/resolve/main/VAE/wd.vae.safetensors https://huggingface.co/datasets/EarthnDusk/END-VAE-FINAL
|
|
|
|
| 37 |
Our photography is available for FREE via Unsplash and feel free to use it in a Lora or a Model: https://unsplash.com/@duskfallcrew
|
| 38 |
|
| 39 |
# WE ARE PROUDLY SPONSORED BY:
|
| 40 |
+
|
| 41 |
https://www.piratediffusion.com/
|
| 42 |
|
| 43 |
https://yodayo.com/
|
|
|
|
| 61 |
## VAE & UPSCALER PREFS:
|
| 62 |
These are the ones we have installed, and all of them are just great, shove these in your BATCH LINKS extension or just download straight to your drive:
|
| 63 |
|
| 64 |
+
### upscaler https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/8x_NMKD-Superscale_150000_G.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_NMKD-Superscale-SP_178000_G.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_fatal_Anime_500000_G.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_foolhardy_Remacri.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/lollypop.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_Fatality_Comix_260000_G.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x-UltraSharp.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_NMKDSuperscale_Artisoft_120000_G.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_NMKD-YandereNeoXL_200k.pth https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_NMKD-UltraYandere_300k.pth
|
| 65 |
|
| 66 |
+
### vae https://huggingface.co/NoCrypt/resources/resolve/main/VAE/blessed2.vae.safetensors https://huggingface.co/NoCrypt/resources/resolve/main/VAE/wd.vae.safetensors https://huggingface.co/datasets/EarthnDusk/END-VAE-FINAL
|