Instructions to use dataautogpt3/ProteusV0.4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dataautogpt3/ProteusV0.4 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.4", dtype=torch.bfloat16, device_map="cuda") prompt = "3 fish in a fish tank wearing adorable outfits, best quality, hd" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 4 files
Browse files- .gitattributes +4 -0
- collage.png +3 -0
- collage2.png +3 -0
- old.png +3 -0
- upscaled_image4.png +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
GGuziQaXYAAudCW.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
upscaled_image.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
upscaled_image2.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
GGuziQaXYAAudCW.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
upscaled_image.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
upscaled_image2.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
collage.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
collage2.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
old.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
upscaled_image4.png filter=lfs diff=lfs merge=lfs -text
|
collage.png
ADDED
|
Git LFS Details
|
collage2.png
ADDED
|
Git LFS Details
|
old.png
ADDED
|
Git LFS Details
|
upscaled_image4.png
ADDED
|
Git LFS Details
|