Instructions to use dataautogpt3/ProteusV0.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dataautogpt3/ProteusV0.2 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.2", 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
- Draw Things
- DiffusionBee
Upload upscaled_image.png
Browse files- .gitattributes +1 -0
- upscaled_image.png +3 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,4 @@ ComfyUI_03051_.png filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
ComfyUI_03017_.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
ComfyUI_03045_[[:space:]](1).png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
ComfyUI_03045.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 39 |
ComfyUI_03017_.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
ComfyUI_03045_[[:space:]](1).png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
ComfyUI_03045.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
upscaled_image.png filter=lfs diff=lfs merge=lfs -text
|
upscaled_image.png
ADDED
|
Git LFS Details
|