Instructions to use AzhureRaven/rico-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AzhureRaven/rico-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AzhureRaven/rico-diffusion", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "red Toolbar Upper Top containing Text Left Login inside and white Input Upper Top and white Input Lower Top and red Button login Upper Middle, Android UI, Medical, white background" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update result/AnyDesk Remote Desktop/prompt.txt
Browse files
result/AnyDesk Remote Desktop/prompt.txt
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
-
white Toolbar Upper Top containing red Icon arrow backward Left Side Left and Text Privacy Right Side Left inside and white List Item Upper Top containing Text User Name Top Left and Text Redmi 220333QAG Bottom Left inside and white List Item Lower Top containing Text User Image Top Left and Image red circle with a white arrow pointing to the right Bottom Middle Left inside
|
|
|
|
|
|
| 1 |
+
white Toolbar Upper Top containing red Icon arrow backward Left Side Left and Text Privacy Right Side Left inside and white List Item Upper Top containing Text User Name Top Left and Text Redmi 220333QAG Bottom Left inside and white List Item Lower Top containing Text User Image Top Left and Image red circle with a white arrow pointing to the right Bottom Middle Left inside
|
| 2 |
+
and Text Desk Preview Lower Middle Left and white List Item Lower Middle containing Text Account s Cover Left and black Radio Button Right inside and white List Item Upper Bottom containing Text Hide Cover Left and black Radio Button Right inside and Text Help Us Upper Bottom Left and Text With your Lower Bottom, Android UI, Business, white background
|