Instructions to use ava-mitch/test-ryan2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ava-mitch/test-ryan2 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("ava-mitch/test-ryan2") prompt = "ryan" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add test-ryan2.safetensors
Browse files- test-ryan2.safetensors +3 -0
test-ryan2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a145e1c4ce71658d6aa8ed13c39ad74dee88d4fef9838104802137734d838cd
|
| 3 |
+
size 129184944
|