Instructions to use lunarfish/furrydiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lunarfish/furrydiffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lunarfish/furrydiffusion", 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
It seems it was never finished and the image doesn't exist anymore
#11 opened 6 months ago
by
qpqpqpqpqpqp
Adding `safetensors` variant of this model
#10 opened over 2 years ago
by
lemonsh
Update README.md
#9 opened almost 3 years ago
by
1109lisa
Update README.md
#6 opened about 3 years ago
by
Lawcraft38
Update README.md
#5 opened about 3 years ago
by
Lawcraft38
img2img pipeline based on this diffuser
1
#4 opened about 3 years ago
by
IngvarJackal
Update README.md
#3 opened about 3 years ago
by
itWaf
Post Furry Images here to add to the modal!
#2 opened over 3 years ago
by
lunarfish