Text-to-Image
Diffusers
English
StableDiffusionPipeline
Grapefruit
stable diffusion
stable diffusion diffusers
Instructions to use iZELX1/Grapefruit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use iZELX1/Grapefruit with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("iZELX1/Grapefruit", 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
Request: DOI
#6
by DarkSeik - opened
Hello dear! Im trying to download this model with GradioWebUI integrated model manager and trows me dat error:
OSError: Error no file named scheduler_config.json found in directory C:\Users\seikk/.cache\huggingface\diffusers\models--iZELX1--Grapefruit\snapshots\68aae4d5a6261841685a9a2e52d0874d3b2aedd4.
I hope u can fix it for users like me stuck in this type of UI cause of AMD cards, this models looks amazingly beautifull. Thnx in advance :)