Instructions to use zz001/model_card with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use zz001/model_card with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lanxi24/BBB-bbb", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("zz001/model_card") prompt = "1" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 3 files
Browse files- 1111 - 副本.zip +3 -0
- images/contents_index_1.png +3 -0
- images/contents_index_part_2.png +3 -0
1111 - 副本.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:282c1307d0cc0879aa275ab97c368f3a37c05be731834f8ef2a27b0be28fea41
|
| 3 |
+
size 57101389
|
images/contents_index_1.png
ADDED
|
Git LFS Details
|
images/contents_index_part_2.png
ADDED
|
Git LFS Details
|