Instructions to use xFutureTechx/SafeTensors-Backup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xFutureTechx/SafeTensors-Backup 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/SafeTensors-Backup", 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 ·
4d0b9fa
1
Parent(s): 574d77f
Upload 2 files
Browse filesYea this time there's no image and just a txt file that can stay XD
Other Model Conversions/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
Other Model Conversions/Model Lisc.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
This is not a folder full of models i'm meaning to redstribute, it's for models that won't convert in dreambooth. Please do not rip it.
|