Instructions to use xAlexClashRoyale/RRandom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xAlexClashRoyale/RRandom 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/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("xAlexClashRoyale/RRandom") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
RandomStyle.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:361f3370dfbc64bea9cbbe20fff088d71336d0c7ff03f2155364f24adfe8bb42
|
| 3 |
+
size 40807144
|
images/440bf5a3-1e49-4d87-a538-e06c70b7b1c7.jfif
ADDED
|
Binary file (128 kB). View file
|
|
|