Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ja.json #1793

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Create ja.json #1793

wants to merge 2 commits into from

Conversation

kaitas
Copy link

@kaitas kaitas commented Jan 7, 2024

Hi,
It is nice to find your great project maybe running on Google Colab!
And here is my first version of Japanese translation file for you.

Sample notebook
https://github.com/aicuai/Artist-Guide-for-SDXL/blob/main/Fooocus_onColab.ipynb

Keep in touch!

@mashb1t mashb1t added the i18n This has to do with translations label Jan 7, 2024
@mashb1t
Copy link
Collaborator

mashb1t commented Jan 7, 2024

@kaitas thank you for your contribution!
You can find the Colab playbook (basically 2 click solution) in this section: https://github.com/lllyasviel/Fooocus?tab=readme-ov-file#colab

@kaitas
Copy link
Author

kaitas commented Jan 8, 2024

here is my new feature to obtain output files easiliy!

`# @markdown # [after use] compress and save the generated images
!rm /content/outputs.zip
%cd /content/Fooocus/
!zip -r . /outputs.zip . /outputs

@markdown ### Extract to the "Fooocus-outputs" folder directly under MyDrive in Google Drive

MyDrive_Path = "/content/drive/MyDrive/Fooocus-outputs" # @param {type: "string"}

@markdown space and run to download directly.

from google.colab import files

if MyDrive_Path!="" :.
!unzip -o /content/outputs.zip -d $MyDrive_Path
else: files.download('/content/outputs.zip')
files.download('/content/outputs.zip')
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i18n This has to do with translations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants