Instructions to use dataautogpt3/ProteusV0.4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dataautogpt3/ProteusV0.4 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dataautogpt3/ProteusV0.4", dtype=torch.bfloat16, device_map="cuda") prompt = "3 fish in a fish tank wearing adorable outfits, best quality, hd" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload ProteusV0.4.safetensors
Browse files- ProteusV0.4.safetensors +3 -0
ProteusV0.4.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5a35025a254b2223a8ae1051354696a2875fbfe3ea92efc23e1f6497a2a476e
|
| 3 |
+
size 6939234154
|