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
Update README.md
Browse files
README.md
CHANGED
|
@@ -80,7 +80,7 @@ CFG Scale: Use a CFG scale of 8 to 7
|
|
| 80 |
|
| 81 |
Steps: 20 to 40 steps for more detail, 20 steps for faster results.
|
| 82 |
|
| 83 |
-
Sampler: DPM++
|
| 84 |
|
| 85 |
Scheduler: Karras
|
| 86 |
|
|
|
|
| 80 |
|
| 81 |
Steps: 20 to 40 steps for more detail, 20 steps for faster results.
|
| 82 |
|
| 83 |
+
Sampler: DPM++ 2M SDE
|
| 84 |
|
| 85 |
Scheduler: Karras
|
| 86 |
|