Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
stable-diffusion
diffusion-models-class
dreambooth-hackathon
animal
Instructions to use simonschoe/iridescent-jellyfish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use simonschoe/iridescent-jellyfish with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("simonschoe/iridescent-jellyfish", dtype=torch.bfloat16, device_map="cuda") prompt = "a photo of a ðŁĴŁ jellyfish in the snow" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
cc8a1ca
1
Parent(s): 44f52fe
upload model output images
Browse files- output/jelly (1).png +0 -0
- output/jelly (2).png +0 -0
- output/jelly (3).png +0 -0
- output/jelly (4).png +0 -0
- output/jelly (5).png +0 -0
- output/jelly (6).png +0 -0
- output/jelly (7).png +0 -0
- output/jelly (8).png +0 -0
- output/jelly (9).png +0 -0
output/jelly (1).png
ADDED
|
output/jelly (2).png
ADDED
|
output/jelly (3).png
ADDED
|
output/jelly (4).png
ADDED
|
output/jelly (5).png
ADDED
|
output/jelly (6).png
ADDED
|
output/jelly (7).png
ADDED
|
output/jelly (8).png
ADDED
|
output/jelly (9).png
ADDED
|