Instructions to use artificialguybr/flavorsstest3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/flavorsstest3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("artificialguybr/flavorsstest3", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
JV A commited on
Commit ·
48eb57b
1
Parent(s): 5ed21e8
Upload ViT-H-14_laion2b_s32b_b79k_flavors.pkl
Browse files
ViT-H-14_laion2b_s32b_b79k_flavors.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3d57cb02f77d85d77a8e9b2a7c3579adaef7fb5a0e288db49f929b9b511fa06
|
| 3 |
+
size 4887413
|