Instructions to use tomzraz/RTSTYLX_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tomzraz/RTSTYLX_2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("undefined", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("tomzraz/RTSTYLX_2") prompt = "RTSTYLX.2" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add RTSTYLX_2.safetensors
Browse files- RTSTYLX_2.safetensors +3 -0
RTSTYLX_2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e716eaef84bf8c4b89a880ec407f3445e0cc39c570aacfe3ea0de748a55aeca
|
| 3 |
+
size 89745224
|