Instructions to use shartok/r3dz3r with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use shartok/r3dz3r with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/sdxl-turbo", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("shartok/r3dz3r") prompt = "cute character with fan" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files- fl.zip.zip +3 -0
- images/Spinny.png +3 -0
fl.zip.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea8edad656d3d61b184c25c614c67bf82f03ba1457a9f32e6c49b86c6551086b
|
| 3 |
+
size 11532305
|
images/Spinny.png
ADDED
|
Git LFS Details
|