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", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -56,9 +56,9 @@ widget:
|
|
| 56 |
- text: 1980s anime portrait of a character glitching. His face is separated from his body by heavy static. His face is deformed by pain. Dream-like, analog horror, glitch, terrifying
|
| 57 |
output:
|
| 58 |
url: ComfyUI_03092_.png
|
| 59 |
-
- text:
|
| 60 |
output:
|
| 61 |
-
url:
|
| 62 |
|
| 63 |
---
|
| 64 |
<Gallery />
|
|
|
|
| 56 |
- text: 1980s anime portrait of a character glitching. His face is separated from his body by heavy static. His face is deformed by pain. Dream-like, analog horror, glitch, terrifying
|
| 57 |
output:
|
| 58 |
url: ComfyUI_03092_.png
|
| 59 |
+
- text: (("Proteus"):text_logo:1)
|
| 60 |
output:
|
| 61 |
+
url: ComfyUI_03297_.png
|
| 62 |
|
| 63 |
---
|
| 64 |
<Gallery />
|