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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -78,7 +78,7 @@ Sampler: DPM++ 3M SDE
|
|
| 78 |
|
| 79 |
Scheduler: Karras
|
| 80 |
|
| 81 |
-
|
| 82 |
|
| 83 |
please also consider using these keep words to improve your prompts:
|
| 84 |
best quality, HD, `~*~aesthetic~*~`.
|
|
|
|
| 78 |
|
| 79 |
Scheduler: Karras
|
| 80 |
|
| 81 |
+
Resolution: 1280x1280 or 1024x1024
|
| 82 |
|
| 83 |
please also consider using these keep words to improve your prompts:
|
| 84 |
best quality, HD, `~*~aesthetic~*~`.
|