Instructions to use Rewatiramans/PixarTale with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Rewatiramans/PixarTale with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Rewatiramans/PixarTale", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,9 +2,8 @@ Coleandsilver-Pixar3d Dreambooth
|
|
| 2 |
|
| 3 |
Explore the magical world of Cole and Silver through the lens of the Pixar3d Dreambooth model. Witness the charm and creativity brought to life by the innovative stable diffusion technique.
|
| 4 |
|
| 5 |
-
Concept Test on A1111 Colab
|
| 6 |
|
| 7 |
-
Experience the concept
|
| 8 |
|
| 9 |
Sample Images
|
| 10 |
|
|
|
|
| 2 |
|
| 3 |
Explore the magical world of Cole and Silver through the lens of the Pixar3d Dreambooth model. Witness the charm and creativity brought to life by the innovative stable diffusion technique.
|
| 4 |
|
|
|
|
| 5 |
|
| 6 |
+
Experience the concept of finetuning Stable Diffusion using Dreambooth
|
| 7 |
|
| 8 |
Sample Images
|
| 9 |
|