Instructions to use dataautogpt3/ProteusV0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dataautogpt3/ProteusV0.1 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.1", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "black fluffy gorgeous dangerous cat animal creature, large orange eyes, big fluffy ears, piercing gaze, full moon, dark ambiance, best quality, extremely detailed" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 2024-01-18-140016_0_01_02_03_04.png
Browse files- .gitattributes +1 -0
- 2024-01-18-140016_0_01_02_03_04.png +3 -0
.gitattributes
CHANGED
|
@@ -47,3 +47,4 @@ upscaled_image.png filter=lfs diff=lfs merge=lfs -text
|
|
| 47 |
ComfyUI_02778_.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
2024-01-18-135912_0_01_02.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
2024-01-18-135912_0_01.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 47 |
ComfyUI_02778_.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
2024-01-18-135912_0_01_02.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
2024-01-18-135912_0_01.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
2024-01-18-140016_0_01_02_03_04.png filter=lfs diff=lfs merge=lfs -text
|
2024-01-18-140016_0_01_02_03_04.png
ADDED
|
Git LFS Details
|