Instructions to use Ava2000/Choco_Chocolate_Shop with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Ava2000/Choco_Chocolate_Shop with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("oron1208/OOO_Anima", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Ava2000/Choco_Chocolate_Shop") prompt = "masterpiece, best quality, 4 fingers and a thumb," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - output: | |
| url: images/00052-731566046.png | |
| text: masterpiece, best quality, 4 fingers and a thumb, | |
| parameters: | |
| negative_prompt: >- | |
| text, long body, lowres, cropped, lowres, jpeg artifacts, (signature, | |
| artist name, watermark, username, english text, signature:1.4), simple | |
| background, conjoined, out of frame, out of frame, censored, bar censor, | |
| base_model: oron1208/OOO_Anima | |
| instance_prompt: ch0c0, choco \(chocolate shop\) | |
| # Choco (Chocolate Shop) | |
| <Gallery /> | |
| ## Model description | |
| The style of Choco. | |
| I made this lora to try and reproduce the style of Chocolate Shop. | |
| Illustrious v3: somewhat the same as version 2, but it is smoother and I have the feeling it is slightly better. It still needs the artist tag (choco \(chocolate shop\),) for the best result. I think the dataset is not consistent enough, but fixing that would take way to much time, and using the artist tag is faster. | |
| Backgrounds that are not well tagged might create artifacts. Define a background or use simple background together with (signature, watermark, username, artist name, english text, text, dated, signature:1.5), in the negatives for best results! | |
| Illustrious v2: I made this lora because I noticed the old Illustrious lora trained in my early days was lacking in strength, These new lora works better, but for the best result, you best use the artist tag: choco \(chocolate shop\), It enhances your works greatly, but each on their own will give a lesser effect. | |
| The dataset is trained with text and frames (but they are properly tagged). So be sure to use negative tags to counter this. If you don't know any, take a look at the demo images as a start. | |
| Backgrounds that are not well tagged might create artifacts. Define a background or use simple background together with (signature, watermark, username, artist name, english text, text, dated, signature:1.5), in the negatives for best results! | |
| ## Trigger words | |
| You should use `ch0c0` to trigger the image generation. | |
| You should use `choco \(chocolate shop\)` to trigger the image generation. | |
| ## Download model | |
| [Download](/Ava2000/Choco_Chocolate_Shop/tree/main) them in the Files & versions tab. | |