Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
fashion
diffusion
openjourney
Instructions to use MohamedRashad/diffusion_fashion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MohamedRashad/diffusion_fashion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MohamedRashad/diffusion_fashion", 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 Settings
- Draw Things
- DiffusionBee
Commit History
Update README.md aa429da
Add `scale_factor` to vae config. (#1) cbeaff1
Update README.md 3b0eeb4
Update README.md 5904c3c
Merge branch 'main' of https://huggingface.co/MohamedRashad/openjourney_fashion into main 1c3e69e
Mohamed Rashad commited on
Change directory b3615ef
Mohamed Rashad commited on
Update README.md e284b65
Update README.md 44b6d46
Update README.md b1c4379
Add model 655c0ac
Mohamed Rashad commited on